pstree: fix direct reference to gcc
This commit is contained in:
parent
609003f978
commit
7e045d412a
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
unpackPhase = "unpackFile \$src; sourceRoot=.";
|
||||
|
||||
buildPhase = "pwd; gcc -o pstree pstree.c";
|
||||
buildPhase = "pwd; $CC -o pstree pstree.c";
|
||||
installPhase = "mkdir -p \$out/bin; cp pstree \$out/bin";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user