diff options
Diffstat (limited to 'distro/packages/attr.scm')
-rw-r--r-- | distro/packages/attr.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/attr.scm b/distro/packages/attr.scm index 03d3a17a8e..38c75fc2ae 100644 --- a/distro/packages/attr.scm +++ b/distro/packages/attr.scm @@ -18,6 +18,7 @@ ;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (distro packages attr) + #:use-module (guix licenses) #:use-module (distro packages perl) #:use-module ((distro packages gettext) #:renamer (symbol-prefix-proc 'guix:)) @@ -65,4 +66,4 @@ "Library and tools for manipulating extended attributes") (description "Portable library and tools for manipulating extended attributes.") - (license '("GPLv2+" "LGPLv2.1+")))) + (license '(gpl2+ lgpl2.1+)))) |