guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] import: pypi: All inputs are propagated-inputs by default.


From: Hartmut Goebel
Subject: [PATCH] import: pypi: All inputs are propagated-inputs by default.
Date: Mon, 17 Oct 2016 11:00:15 +0200

* guix/import/pypi.scm (maybe-inputs): Return inputs as
  "propagated-inputs".
---
 guix/import/pypi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 8aeffb2..68153d5 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -111,7 +111,7 @@ package definition."
     (()
      '())
     ((package-inputs ...)
-     `((inputs (,'quasiquote ,package-inputs))))))
+     `((propagated-inputs (,'quasiquote ,package-inputs))))))
 
 (define (guess-requirements source-url wheel-url tarball)
   "Given SOURCE-URL, WHEEL-URL and a TARBALL of the package, return a list of
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]