efraim pushed a commit to branch master
in repository guix.

commit 84c10c3b22314f93ecd25fc25662391be9e0814d
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Tue Jan 28 10:15:43 2020 +0200

    gnu: gourmet: Adjust install phase.
    
    * gnu/packages/nutrition.scm (gourmet)[arguments]: Adjust custom
    'install phase.
---
 gnu/packages/nutrition.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm
index ebab2c4..f936c26 100644
--- a/gnu/packages/nutrition.scm
+++ b/gnu/packages/nutrition.scm
@@ -66,9 +66,9 @@
        #:phases
        (modify-phases %standard-phases
          (replace 'install
-           (lambda* (#:key make-flags #:allow-other-keys)
+           (lambda* (#:key outputs #:allow-other-keys)
              (invoke "python" "setup.py" "install" "--prefix"
-                     (assoc-ref %outputs "out")))))))
+                     (assoc-ref outputs "out")))))))
     (home-page "https://thinkle.github.io/gourmet/";)
     (synopsis "Recipe organizer")
     (description

Reply via email to