me
/
guix
Archived
1
0
Fork 0

gnu: guile-aspell: Update to 0.4.

* gnu/packages/guile.scm (guile-aspell): Update to 0.4.
[arguments] <#:phases>: Adjust 'set-libaspell-file-name' to new source
tree layout.
master
Ludovic Courtès 2017-04-06 10:37:52 +02:00
parent 5ea69d9a56
commit 234ea3d653
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -1520,7 +1520,7 @@ type system, elevating types to first-class status.")
(define-public guile-aspell (define-public guile-aspell
(package (package
(name "guile-aspell") (name "guile-aspell")
(version "0.3") (version "0.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1528,7 +1528,7 @@ type system, elevating types to first-class status.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wknn57x2qcsbn7zw6sbn1ma6fjsg8cvpnf78ak47s8jw6k6j75n")))) "0vpk5xj9m9qc702z3khmkwhgpb949qbsyz8kw2qycda6qnxk0077"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags (list (string-append "--with-guilesitedir=" '(#:configure-flags (list (string-append "--with-guilesitedir="
@ -1538,7 +1538,7 @@ type system, elevating types to first-class status.")
(add-before 'build 'set-libaspell-file-name (add-before 'build 'set-libaspell-file-name
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(let ((aspell (assoc-ref inputs "aspell"))) (let ((aspell (assoc-ref inputs "aspell")))
(substitute* "aspell/aspell.scm" (substitute* "aspell.scm"
(("\"libaspell\\.so\"") (("\"libaspell\\.so\"")
(string-append "\"" aspell (string-append "\"" aspell
"/lib/libaspell\""))) "/lib/libaspell\"")))