summary refs log tree commit diff
path: root/pkgs/applications/science/astronomy
diff options
context:
space:
mode:
authorSebastien Maret <sebastien.maret@univ-grenoble-alpes.fr>2018-06-14 09:31:51 +0200
committerSebastien Maret <sebastien.maret@univ-grenoble-alpes.fr>2018-06-26 11:09:45 +0200
commitba2f45c1829e4a2eff0012cd5f83ec7a9553d475 (patch)
tree88fe89aae20e81e30c0e7615a505e8b72919632c /pkgs/applications/science/astronomy
parent8603f343a326b954f7a61ec8f07322f0f8712cf6 (diff)
downloadnixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar.gz
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar.bz2
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar.lz
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar.xz
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.tar.zst
nixlib-ba2f45c1829e4a2eff0012cd5f83ec7a9553d475.zip
gildas: use the standard installPhase
Diffstat (limited to 'pkgs/applications/science/astronomy')
-rw-r--r--pkgs/applications/science/astronomy/gildas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/astronomy/gildas/default.nix b/pkgs/applications/science/astronomy/gildas/default.nix
index bd7288f2e9c8..da575b5cdd4a 100644
--- a/pkgs/applications/science/astronomy/gildas/default.nix
+++ b/pkgs/applications/science/astronomy/gildas/default.nix
@@ -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