guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: sddm: Refer to the 'shadow' inp


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: sddm: Refer to the 'shadow' input.
Date: Fri, 03 Sep 2021 01:24:09 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 3081fc6  gnu: sddm: Refer to the 'shadow' input.
3081fc6 is described below

commit 3081fc68d6ca0cd4093a1937c91189b0e4085dbd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 3 08:21:11 2021 +0300

    gnu: sddm: Refer to the 'shadow' input.
    
    This change was suggested by Ludovic Courtès <ludo@gnu.org> to allow
    users to replace the shadow input in the package.
    
    * gnu/packages/display-manager.scm (sddm)[arguments]: In configure-flags
    refer to the shadow package that is an input.
---
 gnu/packages/display-managers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index b9a4b6b..a3095f8 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -108,7 +108,7 @@
             ;; Set path to /etc/login.defs.
             ;; An alternative would be to use -DUID_MIN and -DUID_MAX.
             (string-append "-DLOGIN_DEFS_PATH="
-                           #$shadow
+                           #$(this-package-input "shadow")
                            "/etc/login.defs")
             (string-append "-DQT_IMPORTS_DIR="
                            #$output "/lib/qt5/qml")



reply via email to

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