From e8ddeb193441702ad74ac028cc56c66bb5f4c8a4 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 9 Mar 2024 13:06:30 +0100 Subject: [PATCH] Put in earplugs --- channel/zzkt/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/channel/zzkt/packages/python-xyz.scm b/channel/zzkt/packages/python-xyz.scm index af169f5..76c1363 100644 --- a/channel/zzkt/packages/python-xyz.scm +++ b/channel/zzkt/packages/python-xyz.scm @@ -20,13 +20,14 @@ ;; via guix import pypi -r pyzotero (define-module (zzkt packages python-xyz) + #:use-module ((guix licenses) + #:prefix license:) #:use-module (gnu packages python-web) ;; python-requests #:use-module (gnu packages python-xyz) ;; python-bibtexparser #:use-module (gnu packages web) ;; python-feedparser, python-httpretty #:use-module (gnu packages time) ;; python-pytz, python-dateutil #:use-module (gnu packages check) ;; python-pytest #:use-module (guix utils) - #:use-module (guix import utils) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix gexp) @@ -56,4 +57,4 @@ (home-page "https://github.com/urschrei/pyzotero") (synopsis "Python wrapper for the Zotero API") (description "Python wrapper for the Zotero API") - (license (spdx-string->license "MIT")))) + (license licence:expat)))