guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: sbcl-fare-quasiquote-extras: Fix build.


From: guix-commits
Subject: 07/07: gnu: sbcl-fare-quasiquote-extras: Fix build.
Date: Sat, 15 Feb 2020 07:11:48 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 0f46c5f5048426b464464f48800330b753765da7
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sat Feb 15 11:59:47 2020 +0100

    gnu: sbcl-fare-quasiquote-extras: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-extras)[arguments]: Fix
      'build' phase.
---
 gnu/packages/lisp-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 760f4e1..b4f1fdb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5988,6 +5988,8 @@ This package uses fare-quasiquote with 
named-readtable.")))
                     (lib (string-append out "/lib/" (%lisp-type))))
                (mkdir-p lib)
                (install-file "fare-quasiquote-extras.asd" lib)
+               (make-file-writable
+                (string-append lib "/fare-quasiquote-extras.asd"))
                #t)))
          (add-after 'create-asd-file 'fix-asd-file
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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