mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: guile-squee: Update to 0-3.a151fd0.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0. [arguments]: Use search-input-file and remove a trailing #t.
This commit is contained in:
parent
c9f9e78dc0
commit
ed191f3bef
1 changed files with 5 additions and 6 deletions
|
@ -812,8 +812,8 @@ (define-public guile2.2-sjson
|
||||||
(inputs (list guile-2.2))))
|
(inputs (list guile-2.2))))
|
||||||
|
|
||||||
(define-public guile-squee
|
(define-public guile-squee
|
||||||
(let ((commit "c1497a216e881cfde39d6aa7c73d0bf6b497c89b")
|
(let ((commit "a151fd006fa819945ca1d4749b173854269b9f70")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "guile-squee")
|
(name "guile-squee")
|
||||||
(version (string-append "0-" revision "." (string-take commit 7)))
|
(version (string-append "0-" revision "." (string-take commit 7)))
|
||||||
|
@ -825,7 +825,7 @@ (define-public guile-squee
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1alskrplnyl1n5wb39drn72cwplp47a8cpdd1n9cdnw3jhk5p12p"))))
|
"1jps14z8653ah2kr367iayzyi3ql2s55l77xrafz7gk3mzcvgrrg"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -836,9 +836,8 @@ (define-public guile-squee
|
||||||
(("dynamic-link \"libpq\"")
|
(("dynamic-link \"libpq\"")
|
||||||
(string-append
|
(string-append
|
||||||
"dynamic-link \""
|
"dynamic-link \""
|
||||||
(assoc-ref inputs "postgresql") "/lib/libpq.so"
|
(search-input-file inputs "/lib/libpq.so")
|
||||||
"\"")))
|
"\""))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list postgresql))
|
(list postgresql))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue