mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-file-names: Update to 0.2.
* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.2. [arguments]: Adjust build phase "build-with-guile-2.2" and rename to "fix-target-directory".
This commit is contained in:
parent
c72c10053d
commit
481eca8002
1 changed files with 4 additions and 6 deletions
|
@ -2199,7 +2199,7 @@ (define-public python-on-guile
|
|||
(define-public guile-file-names
|
||||
(package
|
||||
(name "guile-file-names")
|
||||
(version "0.1")
|
||||
(version "0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://brandon.invergo.net/software/download/"
|
||||
|
@ -2207,16 +2207,14 @@ (define-public guile-file-names
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01ba6jdypj9cwc5rgiw384dgz12iz6ab4dsd3ai5gfklprm2a50b"))))
|
||||
"1kwx5hanl40960w2nhyga7ry4l6c3c57zdrihk4yajj87vn3pmi8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'build-with-guile-2.2
|
||||
(add-after 'unpack 'fix-target-directory
|
||||
(lambda _
|
||||
(substitute* "configure"
|
||||
(("guile-2.0") "guile-2.2"))
|
||||
(substitute* "file-names/Makefile.in"
|
||||
(substitute* "src/Makefile.in"
|
||||
(("guilemoddir = \\$\\(GUILE_SITE\\)")
|
||||
"guilemoddir = $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
||||
#t)))))
|
||||
|
|
Loading…
Reference in a new issue