guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: cl-dexador: Fix build with new sbcl-package->cl-source-packa


From: guix-commits
Subject: 02/04: gnu: cl-dexador: Fix build with new sbcl-package->cl-source-package function.
Date: Thu, 21 May 2020 05:53:15 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 09db7f39ba9660f5f5a3f6cfa2e54ee6df8d9dd4
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu May 7 18:19:34 2020 +0200

    gnu: cl-dexador: Fix build with new sbcl-package->cl-source-package 
function.
    
    * gnu/packages/lisp-xyz.scm (cl-dexador)[arguments]: Remove
      'reset-gzip-timestamps phase.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 60fb4b0..f0f28ae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5867,8 +5867,8 @@ neat APIs and connection-pooling.  It is meant to 
supersede Drakma.")
        ;; asdf-build-system/source has its own phases and does not inherit
        ;; from asdf-build-system/sbcl phases.
        (modify-phases %standard-phases/source
-         (add-after 'unpack 'fix-permissions
-           (lambda _ (make-file-writable "t/data/test.gz") #t)))))))
+         ;; Already done in SBCL package.
+         (delete 'reset-gzip-timestamps))))))
 
 (define-public ecl-dexador
   (sbcl-package->ecl-package sbcl-dexador))



reply via email to

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