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