Add kirsty
This commit is contained in:
parent
05521937db
commit
bf31a34cd1
4 changed files with 5327 additions and 0 deletions
10
packages/linux.scm
Normal file
10
packages/linux.scm
Normal file
|
@ -0,0 +1,10 @@
|
|||
(define-module (packages linux)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (srfi srfi-1))
|
||||
|
||||
(define-public (linux/config linux config-file)
|
||||
(package
|
||||
(inherit linux)
|
||||
(native-inputs
|
||||
`(("kconfig" ,config-file)
|
||||
,@(alist-delete "kconfig" (package-native-inputs linux))))))
|
Loading…
Add table
Add a link
Reference in a new issue