mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
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.
This commit is contained in:
parent
48618a1ab3
commit
6b188c1f08
|
@ -28,12 +28,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
mesonFlags = [ "-Dlogind-provider=systemd" ];
|
||||
|
||||
postInstall = ''
|
||||
# Copy the library to $examples
|
||||
mkdir -p $examples/lib
|
||||
cp -P libwlroots* $examples/lib/
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
# Install ALL example programs to $examples:
|
||||
# screencopy dmabuf-capture input-inhibitor layer-shell idle-inhibit idle
|
||||
|
|
Loading…
Reference in a new issue