mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 23:45:55 +00:00
rosenthal: linux: Adjust source file names.
* rosenthal/packages/linux.scm (linux-xanmod-source,linux-hardened-source): Add `file-name` field.
This commit is contained in:
parent
2cec4f4718
commit
dc5f6b65b3
@ -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…
Reference in New Issue
Block a user