guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: polkit: Fix 'invoke' call.


From: Ludovic Courtès
Subject: 01/01: gnu: polkit: Fix 'invoke' call.
Date: Tue, 27 Feb 2018 04:42:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 87b6305e72a0d96260716719b041bd7ae84ca230
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 27 09:21:27 2018 +0100

    gnu: polkit: Fix 'invoke' call.
    
    * gnu/packages/polkit.scm (polkit)[arguments] <'install>: Add 'apply'.
    Fixes a regression introduced in 3c4bbb4c52418c8daf8b0e4605e3912685c9f44a.
---
 gnu/packages/polkit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 76a1aa2..a3dbc4f 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -116,7 +116,7 @@
             ;; to install in /etc, and to instead install the skeletons in the
             ;; output directory.
             (let ((out (assoc-ref outputs "out")))
-             (invoke "make" "install"
+             (apply invoke "make" "install"
                            (string-append "sysconfdir=" out "/etc")
                            (string-append "polkit_actiondir="
                                           out "/share/polkit-1/actions")



reply via email to

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