guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sdsl-lite: Fix build.


From: guix-commits
Subject: branch master updated: gnu: sdsl-lite: Fix build.
Date: Sun, 30 Aug 2020 08:50:22 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a6b72a0  gnu: sdsl-lite: Fix build.
a6b72a0 is described below

commit a6b72a0f2b02f27c44c28d32ec26fc8188ee61b8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 30 15:48:32 2020 +0300

    gnu: sdsl-lite: Fix build.
    
    * gnu/packages/datastructures.scm (sdsl-lite)[arguments]: Fix typo in
    custom 'install-pkgconfig-file phase.
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 6121d63..3203f91 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -246,8 +246,8 @@ to the structure and choosing one or more fields to act as 
the key.")
              #t))
         (add-after 'install 'install-pkgconfig-file
           (lambda* (#:key outputs #:allow-other-keys)
-            (let ((out (assoc-ref outputs "out"))
-                  (lib (string-append out "/lib")))
+            (let* ((out (assoc-ref outputs "out"))
+                   (lib (string-append out "/lib")))
               (mkdir-p (string-append lib "/pkgconfig"))
               (with-output-to-file (string-append lib 
"/pkgconfig/sdsl-lite.pc")
                 (lambda _



reply via email to

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