installFlags not needed

master
Christian Ulrich 2021-02-07 16:12:44 +01:00
parent fe922d598c
commit 13758f469c
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ stdenv.mkDerivation rec {
)
'';
installFlags = "INSTALL_DIR=\${out}/bin";
installPhase = ''
runHook preInstall