guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: gourmet: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 01/09: gnu: gourmet: Use INVOKE.
Date: Tue, 18 Sep 2018 09:40:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0edc232be92d62cd67b38192ee6d959ee30f599f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 14:32:16 2018 +0200

    gnu: gourmet: Use INVOKE.
    
    * gnu/packages/nutrition.scm (gourmet)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/nutrition.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm
index 0e03253..5006f99 100644
--- a/gnu/packages/nutrition.scm
+++ b/gnu/packages/nutrition.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -62,8 +63,8 @@
        (modify-phases %standard-phases
          (replace 'install
            (lambda* (#:key make-flags #:allow-other-keys)
-             (zero? (system* "python" "setup.py" "install" "--prefix"
-                             (assoc-ref %outputs "out"))))))))
+             (invoke "python" "setup.py" "install" "--prefix"
+                     (assoc-ref %outputs "out")))))))
     (home-page "http://thinkle.github.io/gourmet/";)
     (synopsis "Recipe organizer")
     (description



reply via email to

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