Skip to content

Commit

Permalink
shairplay: fix darwin build
Browse files Browse the repository at this point in the history
/cc ZHF #36454
  • Loading branch information
LnL7 committed Mar 25, 2018
1 parent 82b4152 commit 3ca8b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/shairplay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ca8b20

Please sign in to comment.