mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
parent
78cb77b29d
commit
55d436b1e7
1 changed files with 1 additions and 1 deletions
|
@ -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