mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pius: Use Python 2.
* gnu/packages/gnupg.scm (pius): Use Python 2.
This commit is contained in:
parent
78214b4b89
commit
94e3029a83
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ (define-public pius
|
|||
"1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("perl" ,perl)
|
||||
("python" ,python-wrapper)
|
||||
("python" ,python-2) ; uses the Python 2 'print' syntax
|
||||
("gpg" ,gnupg)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue