From 3c0f23290d49369a187753e5f58fd4878cdee1ca Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 2 Nov 2014 12:47:32 +0100 Subject: gnu: python-wrapper: Propagate input python. * gnu/packages/python.scm (python-wrapper): Propagate input python, so that the python libraries are made available as well as the python3 binaries without the symbolic links. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e342afd0f6..378660482f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Nikita Karetnikov ;;; Copyright © 2013, 2014 Ludovic Courtès -;;; Copyright © 2013 Andreas Enge +;;; Copyright © 2013, 2014 Andreas Enge ;;; Copyright © 2014 Mark H Weaver ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2014 Federico Beffa @@ -221,7 +221,7 @@ (define-public python-wrapper (name "python-wrapper") (source #f) (build-system trivial-build-system) - (inputs `(("python" ,python))) + (propagated-inputs `(("python" ,python))) (arguments `(#:modules ((guix build utils)) #:builder -- cgit v1.2.3