mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
parent
82b41525c0
commit
3ca8b20328
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# the build will fail without complaining about a reference to /tmp
|
# the build will fail without complaining about a reference to /tmp
|
||||||
preFixup = ''
|
preFixup = stdenv.lib.optionalString stdenv.isLinux ''
|
||||||
patchelf \
|
patchelf \
|
||||||
--set-rpath "${stdenv.lib.makeLibraryPath buildInputs}:$out/lib" \
|
--set-rpath "${stdenv.lib.makeLibraryPath buildInputs}:$out/lib" \
|
||||||
$out/bin/shairplay
|
$out/bin/shairplay
|
||||||
|
|
Loading…
Reference in a new issue