diff options
Diffstat (limited to 'distro/packages/acl.scm')
-rw-r--r-- | distro/packages/acl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/acl.scm b/distro/packages/acl.scm index a119b5bf52..1c39f2185b 100644 --- a/distro/packages/acl.scm +++ b/distro/packages/acl.scm @@ -17,6 +17,7 @@ ;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (distro packages acl) + #:use-module (guix licenses) #:use-module (distro packages attr) #:use-module (distro packages perl) #:use-module ((distro packages gettext) @@ -58,4 +59,4 @@ "Library and tools for manipulating access control lists") (description "Library and tools for manipulating access control lists.") - (license '("GPLv2+" "LGPLv2.1+")))) + (license '(gpl2+ lgpl2.1+)))) |