gnu: book-sparc: Update to 1.1.0.
* gnu/packages/books.scm (book-sparc): Update to 1.1.0. [source]: Don't delete "sparc.pdf" as the file is now absent from the repository. [inputs]: Add "texlive-glossaries-english". Change-Id: I2e3b72a6a18d82d98787ea9a41041d11413f9c3a Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
07e6ecb870
commit
8960eb0278
|
@ -42,7 +42,7 @@
|
||||||
(define-public book-sparc
|
(define-public book-sparc
|
||||||
(package
|
(package
|
||||||
(name "book-sparc")
|
(name "book-sparc")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -50,12 +50,11 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dswwwkb3h88cl3mhiy79s8i7sa9lmw6fxaj782vxgif795lcpxs"))
|
"0k1miyrnh5362qy50jzp5j3ww0c8hr7wk3y5kg6xlqgk9f8msvag"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(delete-file "sparc.pdf")
|
|
||||||
(substitute* "version.tex.in"
|
(substitute* "version.tex.in"
|
||||||
(("@COMMIT@") ""))
|
(("@COMMIT@") ""))
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
|
@ -86,6 +85,7 @@
|
||||||
texlive-collection-langcyrillic
|
texlive-collection-langcyrillic
|
||||||
texlive-fontspec
|
texlive-fontspec
|
||||||
texlive-glossaries
|
texlive-glossaries
|
||||||
|
texlive-glossaries-english
|
||||||
texlive-glossaries-extra
|
texlive-glossaries-extra
|
||||||
texlive-koma-script
|
texlive-koma-script
|
||||||
texlive-lilyglyphs
|
texlive-lilyglyphs
|
||||||
|
|
Reference in New Issue