rosenthal: linux: Adjust source file names.

* rosenthal/packages/linux.scm (linux-xanmod-source,linux-hardened-source):
Add `file-name` field.
remotes/origin/cloudflared-unbundle
Hilton Chain 2 years ago
parent 2cec4f4718
commit dc5f6b65b3
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 4
      rosenthal/packages/linux.scm

@ -73,6 +73,8 @@
(inherit (%upstream-linux-source
(version-major+minor %xanmod-version)
(base32 "1ssxn81jfl0jf9brczfrrwd1f1vmf594jvhrs7zgcc54a5qg389c")))
(file-name
(string-append "linux-" %xanmod-version "-" %xanmod-revision ".tar.xz"))
(patches (list linux-xanmod-patch))))
(define linux-hardened-source
@ -80,6 +82,8 @@
(inherit (%upstream-linux-source
%hardened-version
(base32 "1qsygnsn67j843ywpswy5724zin5sszb5mz8b8h3lw553mb8wk9y")))
(file-name
(string-append "linux-" %hardened-version "-" %hardened-revision ".tar.xz"))
(patches (list linux-hardened-patch))))
(define-public linux-xanmod

Loading…
Cancel
Save