me
/
guix
Archived
1
0
Fork 0

gnu: Use a descriptive file-name for linux-libre deblobbing scripts.

Fixes <https://bugs.gnu.org/42789>.

* gnu/packages/linux.scm (linux-libre-deblob-scripts): Set the file-name of the
deblob and deblob-check scripts.
master
Leo Famulari 2020-08-10 12:40:49 -04:00
parent c02398edf4
commit 1bc275034f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 0 deletions

View File

@ -194,12 +194,16 @@ defconfig. Return the appropriate make target if applicable, otherwise return
(uri (string-append "https://linux-libre.fsfla.org"
"/pub/linux-libre/releases/" version "-gnu/"
"deblob-" (version-major+minor version)))
(file-name (string-append "linux-libre-deblob-"
(version-major+minor version)))
(sha256 deblob-hash))
(origin
(method url-fetch)
(uri (string-append "https://linux-libre.fsfla.org"
"/pub/linux-libre/releases/" version "-gnu/"
"deblob-check"))
(file-name (string-append "linux-libre-deblob-check-"
(version-major+minor version)))
(sha256 deblob-check-hash))))
(define deblob-scripts-5.8