guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: beancount: Do not propagate inputs.


From: guix-commits
Subject: 02/04: gnu: beancount: Do not propagate inputs.
Date: Tue, 7 Apr 2020 12:47:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9afc618e1bf7825e720257a982efd7f33f4e78ae
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Apr 7 18:43:54 2020 +0200

    gnu: beancount: Do not propagate inputs.
    
    * gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
    from here ...
    [inputs]: ... to here.
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index b7cd9c0..2065ca4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1424,7 +1424,7 @@ a Qt GUI.")
              (substitute* "setup.py"
                (("'google-api-python-client',") ""))
              #t)))))
-    (propagated-inputs
+    (inputs
      `(("python-beautifulsoup4" ,python-beautifulsoup4)
        ("python-bottle" ,python-bottle)
        ("python-chardet" ,python-chardet)



reply via email to

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