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=.";
|
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";
|
installPhase = "mkdir -p \$out/bin; cp pstree \$out/bin";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user