gnu: artanis: Update to 0.1.2.
* gnu/packages/guile.scm (artanis): Update to 0.1.2. [arguments]: Set DESTDIR.
This commit is contained in:
parent
71cafa0472
commit
c84ceace14
|
@ -275,14 +275,14 @@ without requiring the source code to be rewritten.")
|
||||||
(define-public artanis
|
(define-public artanis
|
||||||
(package
|
(package
|
||||||
(name "artanis")
|
(name "artanis")
|
||||||
(version "0.1.0")
|
(version "0.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://alpha.gnu.org/gnu/artanis/artanis-"
|
(uri (string-append "ftp://alpha.gnu.org/gnu/artanis/artanis-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mc2zy6n9wnn4hzi3zp3jd6b5rlr0lv7fvh800xf4fyrxg0zia4g"))))
|
"19m3ak12cqk8js9d2mdg11kh4fjsq8frfpd10qw75h0zpr5cywpp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
||||||
(inputs `(("guile" ,guile-2.0)))
|
(inputs `(("guile" ,guile-2.0)))
|
||||||
|
@ -296,7 +296,8 @@ without requiring the source code to be rewritten.")
|
||||||
(dir (string-append out "/share/guile/site/2.0")))
|
(dir (string-append out "/share/guile/site/2.0")))
|
||||||
;; Don't use (%site-dir) for site paths.
|
;; Don't use (%site-dir) for site paths.
|
||||||
(list (string-append "MOD_PATH=" dir)
|
(list (string-append "MOD_PATH=" dir)
|
||||||
(string-append "MOD_COMPILED_PATH=" dir)))
|
(string-append "MOD_COMPILED_PATH=" dir)
|
||||||
|
(string-append "DESTDIR=" out)))
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue