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.
This commit is contained in:
Efraim Flashner 2021-09-03 08:21:11 +03:00
parent f8836774e2
commit 3081fc68d6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -108,7 +108,7 @@ (define-public sddm
;; 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")