me
/
guix
Archived
1
0
Fork 0

system: Use a valid license as the dummy license.

* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
Ricardo Wurmus 2022-10-12 13:37:59 +02:00
parent 7c2b09f924
commit 9c97647446
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
#:use-module (guix build-system trivial)
#:use-module (guix gexp)
#:use-module (guix packages)
#:use-module ((guix licenses) #:select (fsdg-compatible))
#:export (wsl-boot-program
wsl-os
wsl2-image))
@ -113,7 +114,7 @@ USER."
(home-page #f)
(synopsis #f)
(description #f)
(license #f)))
(license (fsdg-compatible "dummy"))))
(define dummy-bootloader
(bootloader