diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-14 10:45:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-14 10:45:01 +0200 |
commit | aae4ead8142d4fd7c674a1e6e302f40469f878c6 (patch) | |
tree | 022987d73c705ca882e50c8a63b578c658a72de6 /gnu/packages/samba.scm | |
parent | 29479de5659ba912b486c74078403bbb9a4df104 (diff) | |
parent | 2875caf5b52340ea16965b1d8f76342cc07bf8b5 (diff) | |
download | patches-aae4ead8142d4fd7c674a1e6e302f40469f878c6.tar patches-aae4ead8142d4fd7c674a1e6e302f40469f878c6.tar.gz |
Merge branch 'python'
Diffstat (limited to 'gnu/packages/samba.scm')
-rw-r--r-- | gnu/packages/samba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index b016442908..e0199bce90 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -150,7 +150,7 @@ anywhere.") ("patchelf" ,patchelf))) ; for (guix build rpath) (native-inputs ; for the test suite `(("perl" ,perl) - ("python" ,python))) + ("python" ,python-wrapper))) (home-page "http://www.samba.org/") (synopsis "The standard Windows interoperability suite of programs for GNU and Unix") |