forked from mirrors/nixpkgs
parent
78cb77b29d
commit
55d436b1e7
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
preInstall = ''
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -d ${placeholder "out"}/bin
|
||||
runHook postInstall
|
||||
|
|
Loading…
Reference in a new issue