guix-commits
[Top][All Lists]
Advanced

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

02/09: sqlite (FIX)


From: Pierre Neidhardt
Subject: 02/09: sqlite (FIX)
Date: Wed, 10 Oct 2018 09:14:04 -0400 (EDT)

ambrevar pushed a commit to branch wip-next-browser
in repository guix.

commit 5a68b3442e8397d272058a5681ddd2814ca4d415
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 10 10:55:56 2018 +0200

    sqlite (FIX)
---
 gnu/packages/lisp.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index df86e08..8393347 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2973,7 +2973,6 @@ package.")
          (modify-phases %standard-phases
            (add-after 'unpack 'fix-paths
              (lambda* (#:key inputs #:allow-other-keys)
-               (define freetype (assoc-ref inputs "freetype"))
                (substitute* "sqlite-ffi.lisp"
                  (("libsqlite3" all) (string-append
                                       (assoc-ref inputs "sqlite")"/lib/" 
all))))))))



reply via email to

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