guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: sbcl-osicat: Fix build.


From: guix-commits
Subject: 05/08: gnu: sbcl-osicat: Fix build.
Date: Sat, 12 Sep 2020 05:25:25 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit e44dd9a4e14c8009f8440b26bf4125a62e902767
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 12 09:55:39 2020 +0200

    gnu: sbcl-osicat: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-osicat)[arguments]: Remove custom 
'cleanup'
      phase.
---
 gnu/packages/lisp-xyz.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b6d1d6e..081aef6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9035,22 +9035,6 @@ MOP easier to use.")
          (sha256
           (base32 "15viw5pi5sa7qq9b4n2rr3dj2jkqr180rh9z1lh8w3rgl42i2adc"))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           ;; The cleanup phase moves files around but we need to keep the
-           ;; directory structure for the grovel-generated library.
-           (replace 'cleanup
-             (lambda* (#:key outputs #:allow-other-keys)
-               (let* ((out (assoc-ref outputs "out"))
-                      (lib (string-append out "/lib/sbcl/")))
-                 (delete-file-recursively (string-append lib "src"))
-                 (delete-file-recursively (string-append lib "tests"))
-                 (for-each delete-file
-                           (filter (lambda (file)
-                                     (not (member (basename file) 
'("libosicat.so"))))
-                                   (find-files (string-append lib "posix") 
".*"))))
-               #t)))))
       (inputs
        `(("alexandria" ,sbcl-alexandria)
          ("cffi" ,sbcl-cffi)



reply via email to

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