1
0
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:
Ricardo Wurmus
2022-10-12 13:37:59 +02:00
parent 7c2b09f924
commit 9c97647446

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