wlroots: Fix the build by not copying the library to $examples

Copying libwlroots isn't required anymore since the library runpath
of the example binaries now correctly references $out/lib anyway.

Fix #95205.

-6
-6
pkgs/development/libraries/wlroots/default.nix
··· 28 28 29 29 mesonFlags = [ "-Dlogind-provider=systemd" ]; 30 30 31 - postInstall = '' 32 - # Copy the library to $examples 33 - mkdir -p $examples/lib 34 - cp -P libwlroots* $examples/lib/ 35 - ''; 36 - 37 31 postFixup = '' 38 32 # Install ALL example programs to $examples: 39 33 # screencopy dmabuf-capture input-inhibitor layer-shell idle-inhibit idle