guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: (cfitsio, wcslib): Change return values of custom phases.


From: John Darrington
Subject: 01/01: gnu: (cfitsio, wcslib): Change return values of custom phases.
Date: Mon, 12 Sep 2016 15:35:17 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit 39fb629535355a045319e915b058b28f0ed76e02
Author: John Darrington <address@hidden>
Date:   Mon Sep 12 16:34:33 2016 +0200

    gnu: (cfitsio, wcslib): Change return values of custom phases.
    
    * gnu/packages/astronomy.scm (cfitsio, wcslib): Return #t from patch phases.
---
 gnu/packages/astronomy.scm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index eaf1598..0c29a39 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -43,7 +43,8 @@
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-paths
            (lambda _
-             (substitute* "Makefile.in" (("/bin/") "")))))))
+             (substitute* "Makefile.in" (("/bin/") ""))
+             #t)))))
     (home-page "http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html";)
     (synopsis "Library for reading and writing FITS files")
     (description "CFITSIO provides simple high-level routines for reading and
@@ -62,7 +63,8 @@ in FITS files.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "ftp://ftp.atnf.csiro.au/pub/software/wcslib/"; name "-" version 
".tar.bz2"))
+             "ftp://ftp.atnf.csiro.au/pub/software/wcslib/"; name "-" version
+             ".tar.bz2"))
        (sha256
         (base32 "1s2nig327g4bimd9xshlk11ww09a7mrjmsbpdcd8smsmn2kl1glb"))))
     (inputs
@@ -73,7 +75,8 @@ in FITS files.")
                   (add-before 'configure 'patch-/bin/sh
                     (lambda _
                       (substitute* "makedefs.in"
-                        (("/bin/sh") "sh")))))))
+                        (("/bin/sh") "sh"))
+                      #t)))))
     (home-page "http://www.atnf.csiro.au/people/mcalabre/WCS";)
     (synopsis "Library which implements the FITS WCS standard")
     (description "The FITS \"World Coordinate System\" (WCS) standard defines



reply via email to

[Prev in Thread] Current Thread [Next in Thread]