diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-03 22:18:39 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-03 22:18:39 +0200 |
commit | ee3e314bb7ba376c7e8c95c3da1f64ba07d57847 (patch) | |
tree | d5090a413595478d1ca3830959c26edf143969e0 /gnu/packages/gnupg.scm | |
parent | 898238b9f5199aaebffa508f62a2a00854370048 (diff) | |
download | gnu-guix-ee3e314bb7ba376c7e8c95c3da1f64ba07d57847.tar gnu-guix-ee3e314bb7ba376c7e8c95c3da1f64ba07d57847.tar.gz |
gnu: python: Replace input python by python-wrapper.
* gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup),
ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius),
gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm),
oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba),
texlive.scm (rubber, texlive), version-control.scm (subversion),
xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server),
yasm.scm (yasm), zip.scm (zziplib)}:
Replace input python by python-wrapper.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-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 604ebc2941..7c0f50900a 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -191,7 +191,7 @@ S/MIME.") "1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d")))) (build-system gnu-build-system) (inputs `(("perl" ,perl) - ("python" ,python) + ("python" ,python-wrapper) ("gpg" ,gnupg))) (arguments `(#:tests? #f |