cue2pops: fix darwin build

This commit is contained in:
Jörg Thalheim 2018-02-21 10:09:49 +00:00
parent d532615dfc
commit f24ca86d55

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
dontConfigure = true;
makeFlags = ["CC=cc"];
installPhase = ''
install --directory --mode=755 $out/bin
install --mode=755 cue2pops $out/bin