guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: wcslib-7.12: Remove pregenerated files.


From: guix-commits
Subject: 03/03: gnu: wcslib-7.12: Remove pregenerated files.
Date: Sun, 22 Oct 2023 12:49:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 50f514762bf35b029eb89518c5ab5b3d1bf27f48
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 22 19:45:21 2023 +0300

    gnu: wcslib-7.12: Remove pregenerated files.
    
    * gnu/packages/astronomy.scm (wcslib-7.12)[source]: Add snippet to
    remove pregenerated files.
---
 gnu/packages/astronomy.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8f19a62521..764a674a6d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -756,7 +756,10 @@ header.")
        (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/";
                            "wcslib-" version ".tar.bz2"))
        (sha256
-        (base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))))
+        (base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))
+       (snippet
+        #~(begin (use-modules (guix build utils))
+                 (delete-file-recursively "C/flexed")))))
     (properties '((hidden? . #t)))))
 
 (define-public wcstools



reply via email to

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