guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: pius: Add input python2-sip.


From: Andreas Enge
Subject: 01/02: gnu: pius: Add input python2-sip.
Date: Mon, 21 May 2018 11:10:45 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit fcb1dd99941cd7adf9651946397a1a8a52f61aa1
Author: Andreas Enge <address@hidden>
Date:   Mon May 21 16:55:11 2018 +0200

    gnu: pius: Add input python2-sip.
    
    * gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from
    the pius Python script.
---
 gnu/packages/gnupg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index f7c557b..230afae 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]