installFlags not needed
This commit is contained in:
parent
fe922d598c
commit
13758f469c
|
@ -70,8 +70,6 @@ stdenv.mkDerivation rec {
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = "INSTALL_DIR=\${out}/bin";
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue