mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -593,7 +593,8 @@ (define-public pius
|
||||||
"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 a new issue