Archived
1
0
Fork 0

gnu: dos2unix: Don't use NAME in source URI.

* gnu/packages/textutils.scm (dos2unix)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 06:03:39 +01:00
parent 0ccd3c98a6
commit 96b96ec651
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -67,8 +67,8 @@
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://waterlan.home.xs4all.nl/" name "/" (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
name "-" version ".tar.gz")) "dos2unix-" version ".tar.gz"))
(sha256 (sha256
(base32 "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs")))) (base32 "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs"))))
(build-system gnu-build-system) (build-system gnu-build-system)