diff options
author | Andreas Enge <andreas@enge.fr> | 2018-05-21 16:55:11 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-05-21 16:55:11 +0200 |
commit | fcb1dd99941cd7adf9651946397a1a8a52f61aa1 (patch) | |
tree | 35412109f160113ea273a182c0e3ec37fc28538f | |
parent | c9dbcd208df4b09549ee6a4403004977624031bb (diff) | |
download | guix-fcb1dd99941cd7adf9651946397a1a8a52f61aa1.tar.gz guix-fcb1dd99941cd7adf9651946397a1a8a52f61aa1.zip |
gnu: pius: Add input python2-sip.
* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from
the pius Python script.
-rw-r--r-- | gnu/packages/gnupg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index f7c557ba57..230afaec1b 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -593,7 +593,8 @@ signing, decryption, verification, and key-listing parsing.") "1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj")))) (build-system python-build-system) (inputs `(("perl" ,perl) ;for 'pius-party-worksheet' - ("gpg" ,gnupg))) + ("gpg" ,gnupg) + ("python-six" ,python2-six))) (arguments `(#:tests? #f #:python ,python-2 ;uses the Python 2 'print' syntax |