unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56368] [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk).
@ 2022-07-03 12:59 Paul A. Patience
  2022-07-03 13:01 ` [bug#56368] [PATCH 2/4] gnu: Add gawk-mpfr Paul A. Patience
  2022-07-04  4:59 ` [bug#56368] [PATCH v2 0/4] " Paul A. Patience
  0 siblings, 2 replies; 10+ messages in thread
From: Paul A. Patience @ 2022-07-03 12:59 UTC (permalink / raw)
  To: 56368; +Cc: Paul A. Patience

* gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix.
(gawk, mawk)[license]: Prefix with 'license:'.
---
 gnu/packages/gawk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 1935e73ab7..91252094b5 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -20,7 +20,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

 (define-module (gnu packages gawk)
-  #:use-module (guix licenses)
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (gnu packages)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages libsigsegv)
@@ -93,7 +93,7 @@ (define-public gawk
 language for the easy manipulation of formatted text, such as tables of data.
 Gawk features many extensions beyond the traditional implementation,
 including network access, sorting, and large libraries.")
-   (license gpl3+)))
+   (license license:gpl3+)))

 (define-public mawk
   (package
@@ -120,4 +120,4 @@ (define-public mawk
      "@command{mawk} is an interpreter for the Awk programming language.
 This version aims to be smaller and faster than GNU Awk, at the expense
 of fewer features and extensions.")
-    (license gpl2))) ;version 2 only
+    (license license:gpl2))) ;version 2 only
--
2.36.1






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

end of thread, other threads:[~2022-07-08 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-03 12:59 [bug#56368] [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Paul A. Patience
2022-07-03 13:01 ` [bug#56368] [PATCH 2/4] gnu: Add gawk-mpfr Paul A. Patience
2022-07-03 13:02   ` [bug#56368] [PATCH 3/4] gnu: Add egawk-next Paul A. Patience
2022-07-03 13:02   ` [bug#56368] [PATCH 4/4] gnu: Add cppawk and cppawk-egawk Paul A. Patience
2022-07-04  4:59 ` [bug#56368] [PATCH v2 0/4] " Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 2/4] gnu: Add gawk-mpfr Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 3/4] gnu: Add egawk-next Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 4/4] gnu: Add cppawk and cppawk-egawk Paul A. Patience
2022-07-08 15:39   ` bug#56368: [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Ludovic Courtès

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).