Put in earplugs

This commit is contained in:
nik gaffney 2024-03-09 13:06:30 +01:00
parent 2d7a88bda2
commit e8ddeb1934
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

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