mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-04-07 02:19:17 +02:00
nongnu: corrupt-linux: Add argument name.
* nongnu/packages/linux.scm (corrupt-linux): Add name argument. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
3bc2fc2f8b
commit
bae8deb526
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
;;; Copyright © 2021 aerique <aerique@xs4all.nl>
|
||||
;;; Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz>
|
||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;;
|
||||
;;; This program is free software: you can redistribute it and/or modify
|
||||
;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -47,10 +48,10 @@
|
|||
(list (string-append "https://www.kernel.org/pub/linux/kernel/v"
|
||||
(version-major version) ".x/linux-" version ".tar.xz")))
|
||||
|
||||
(define (corrupt-linux freedo version hash)
|
||||
(define* (corrupt-linux freedo version hash #:key (name "linux"))
|
||||
(package
|
||||
(inherit freedo)
|
||||
(name "linux")
|
||||
(name name)
|
||||
(version version)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Add table
Reference in a new issue