Skip to content

Commit

Permalink
discoard: fix eval on 17.09 broken in 60f71d8
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Jan 11, 2018
1 parent 60f71d8 commit d63edb3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/{bin,opt/discord,share/pixmaps}
mv * $out/opt/discord
patchelf --set-interpreter ${stdenv.cc.bintools.dynamicLinker} \
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
$out/opt/discord/Discord
paxmark m $out/opt/discord/Discord
Expand Down

0 comments on commit d63edb3

Please sign in to comment.