mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
system: Use a valid license as the dummy license.
* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user