gnu: guile-squee: Update to 0-5.9f26095.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-5.9f26095. [arguments]: Update style.
This commit is contained in:
parent
356c0009d4
commit
e11e47ce2b
1 changed files with 14 additions and 13 deletions
|
@ -1086,8 +1086,8 @@ for calling methods on remote servers by exchanging JSON objects.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public guile-squee
|
(define-public guile-squee
|
||||||
(let ((commit "fab9d9590792f3ededd4abd8cfa6be5e56659678")
|
(let ((commit "9f2609563fc53466e46d37c8d8d2fbcfce67b2ba")
|
||||||
(revision "4"))
|
(revision "5"))
|
||||||
(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)))
|
||||||
|
@ -1099,19 +1099,20 @@ for calling methods on remote servers by exchanging JSON objects.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03wdawx14sqs6xkw1vl06s58xyjicg2js2k4syn0z64bjbxxjvps"))))
|
"0r322mfxx08siw656h7bm31rgzkchmp3yrgjpkc2d3qw286ilqi7"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-after 'unpack 'patch
|
#~(modify-phases %standard-phases
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(add-after 'unpack 'patch
|
||||||
(substitute* "squee.scm"
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(("dynamic-link \"libpq\"")
|
(substitute* "squee.scm"
|
||||||
(string-append
|
(("dynamic-link \"libpq\"")
|
||||||
"dynamic-link \""
|
(string-append
|
||||||
(search-input-file inputs "/lib/libpq.so")
|
"dynamic-link \""
|
||||||
"\""))))))))
|
(search-input-file inputs "/lib/libpq.so")
|
||||||
|
"\""))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list postgresql))
|
(list postgresql))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue