From 7927a0d9c5361859cd358132dced10e67679cd91 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 23 Dec 2019 23:14:40 +0100 Subject: 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(-) (limited to 'gnu/packages/samba.scm') diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index ecfbdd1af0..128397f7d5 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. -- cgit v1.2.3