guix-commits
[Top][All Lists]
Advanced

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

98/285: gnu: cifs-utils: Update phase style.


From: guix-commits
Subject: 98/285: gnu: cifs-utils: Update phase style.
Date: Sun, 29 Dec 2019 20:44:08 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 454556c631323eed1826f62ab0d8b89dd14e4b5f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 23:14:40 2019 +0100

    gnu: cifs-utils: Update phase style.
    
    * gnu/packages/samba.scm (cifs-utils)[arguments]: Use keyword arguments
    in phases.
---
 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index ecfbdd1..128397f 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -88,10 +88,10 @@
              (invoke "autoreconf" "-vfi")
              #t))
          (add-before 'configure 'set-root-sbin
-           (lambda _
+           (lambda* (#:key outputs #:allow-other-keys)
              ;; Don't try to install into "/sbin".
              (setenv "ROOTSBINDIR"
-                     (string-append (assoc-ref %outputs "out") "/sbin"))
+                     (string-append (assoc-ref outputs "out") "/sbin"))
              #t))
          (add-before 'install 'create-man8dir
            ;; Create a directory that isn't created since version 6.10.



reply via email to

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