3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: texlive-latex-natbib: Declare a source file-name.

* gnu/packages/tex.scm (texlive-latex-natbib)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:41:24 +02:00
parent 681b579d6d
commit 23ae6e65fc
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2047,6 +2047,7 @@ classes of systems.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "natbib"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7"))))