me
/
guix
Archived
1
0
Fork 0

gnu: sdsl-lite: Fix build.

* gnu/packages/datastructures.scm (sdsl-lite)[arguments]: Fix typo in
custom 'install-pkgconfig-file phase.
master
Efraim Flashner 2020-08-30 15:48:32 +03:00
parent 0e7731ba80
commit a6b72a0f2b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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 _