gildas: use the standard installPhase

This commit is contained in:
Sebastien Maret 2018-06-14 09:31:51 +02:00
parent 8603f343a3
commit ba2f45c182
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ stdenv.mkDerivation rec {
buildPhase=''
make depend
make install
make
'';
installPhase=''
postInstall=''
mkdir -p $out/bin
cp -a ../gildas-exe-${srcVersion}/* $out
mv $out/$GAG_EXEC_SYSTEM $out/libexec