gnu: guile-debbugs: Update to 0.0.3.
* gnu/packages/guile-xyz.scm (guile-debbugs): Update to 0.0.3. [source]: Remove snippet. [propagated-inputs]: Add guile-email.
This commit is contained in:
parent
28c06217fb
commit
5144f5425a
1 changed files with 4 additions and 7 deletions
|
@ -970,20 +970,17 @@ using S-expressions.")
|
||||||
(define-public guile-debbugs
|
(define-public guile-debbugs
|
||||||
(package
|
(package
|
||||||
(name "guile-debbugs")
|
(name "guile-debbugs")
|
||||||
(version "0.0.2")
|
(version "0.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/guile-debbugs/guile-debbugs-"
|
(uri (string-append "mirror://gnu/guile-debbugs/guile-debbugs-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16l8910p57im6s3j93xhdaqvgfy6ms5n97177mrch3y961z5hy0i"))
|
"1cc63nw3xdfjrfk8c58r6d5lidmfq5cpqcy32yd5xp81yccprvn9"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(substitute* "Makefile.in"
|
|
||||||
(("^godir = (.*)/ccache" _ prefix)
|
|
||||||
(string-append "godir = " prefix "/site-ccache"))))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("guile-email" ,guile-email)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-2.2)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue