guix-commits
[Top][All Lists]
Advanced

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

01/01: import: pypi: All inputs are propagated-inputs by default.


From: Hartmut Goebel
Subject: 01/01: import: pypi: All inputs are propagated-inputs by default.
Date: Sun, 23 Oct 2016 17:23:24 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit b5c347ad3d83ee580c111bd14c80b469b0dcb294
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 10:59:38 2016 +0200

    import: pypi: All inputs are propagated-inputs by default.
    
    * 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



reply via email to

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