summary refs log tree commit diff
path: root/distro/packages/nettle.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/nettle.scm')
-rw-r--r--distro/packages/nettle.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/nettle.scm b/distro/packages/nettle.scm
index a8e698fd89..e947780781 100644
--- a/distro/packages/nettle.scm
+++ b/distro/packages/nettle.scm
@@ -17,6 +17,7 @@
 ;;; along with Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (distro packages nettle)
+  #:use-module (guix licenses)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
@@ -60,4 +61,4 @@ cryptographic libraries around.  \nNettle tries to avoid this problem by
 doing one thing, the low-level crypto stuff, and providing a simple but
 general interface to it.  In particular, Nettle doesn't do algorithm
 selection.  It doesn't do memory allocation. It doesn't do any I/O.")
-    (license "GPLv2+")))
+    (license gpl2+)))