gnu: pius: Add input python2-sip.
* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from the pius Python script.
This commit is contained in:
parent
c9dbcd208d
commit
fcb1dd9994
|
@ -593,7 +593,8 @@ signing, decryption, verification, and key-listing parsing.")
|
||||||
"1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj"))))
|
"1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
|
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
|
||||||
("gpg" ,gnupg)))
|
("gpg" ,gnupg)
|
||||||
|
("python-six" ,python2-six)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:python ,python-2 ;uses the Python 2 'print' syntax
|
#:python ,python-2 ;uses the Python 2 'print' syntax
|
||||||
|
|
Loading…
Reference in New Issue