diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-06 16:48:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-06 16:48:58 +0200 |
commit | 94e3029a834cb53a60dcef18556f8d207dea85cd (patch) | |
tree | 11d525cfe246f4f98f6cef8d781cc934fe0543f3 | |
parent | 78214b4b89a4066ccbcdbaf9b9fb0a7d676e1a89 (diff) | |
download | patches-94e3029a834cb53a60dcef18556f8d207dea85cd.tar patches-94e3029a834cb53a60dcef18556f8d207dea85cd.tar.gz |
gnu: pius: Use Python 2.
* gnu/packages/gnupg.scm (pius): Use Python 2.
-rw-r--r-- | gnu/packages/gnupg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index f3fbef06fe..39f1ac0036 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -279,7 +279,7 @@ and every application benefits from this.") "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 |