unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/6] gnu: Use 'license:' prefix in (gnu packages grub).
@ 2017-02-10 14:58 David Craven
  2017-02-10 14:58 ` [PATCH 2/6] gnu: Add syslinux David Craven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Craven @ 2017-02-10 14:58 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/grub.scm (grub): Add prefix.
---
 gnu/packages/grub.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index c6716a2f6..292d35373 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -24,7 +24,7 @@
   #:use-module (guix download)
   #:use-module (guix packages)
   #:use-module (guix utils)
-  #:use-module ((guix licenses) #:select (gpl3+))
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages flex)
@@ -122,7 +122,7 @@ then goes on to load the rest of the operating system.  As a multiboot
 bootloader, GRUB handles the presence of multiple operating systems installed
 on the same computer; upon booting the computer, the user is presented with a
 menu to select one of the installed operating systems.")
-    (license gpl3+)
+    (license license:gpl3+)
     (properties '((cpe-name . "grub2")))))
 
 (define-public grub-efi
-- 
2.11.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-10 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 14:58 [PATCH 1/6] gnu: Use 'license:' prefix in (gnu packages grub) David Craven
2017-02-10 14:58 ` [PATCH 2/6] gnu: Add syslinux David Craven
2017-02-10 14:58 ` [PATCH 3/6] gnu: Move (gnu packages grub) and (gnu packages u-boot) ... to (gnu packages bootloaders) David Craven
2017-02-10 14:58 ` [PATCH 4/6] gnu: Use 'license:' prefix in (gnu packages firmware) David Craven
2017-02-10 14:58 ` [PATCH 5/6] gnu: Add seabios David Craven
2017-02-10 14:58 ` [PATCH 6/6] gnu: Add ovmf David Craven

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).