gildas: use the standard installPhase

This commit is contained in:
Sebastien Maret
2018-06-26 11:09:45 +02:00
parent 8603f343a3
commit ba2f45c182
@@ -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