summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <[email protected]>2022-08-04 23:56:11 +0200
committerLudovic Courtès <[email protected]>2022-08-05 00:14:30 +0200
commitb7bbb77c9dd71fe805752c885a7191e5af31e4ec (patch)
tree6f4ae86a0074abd95c2b9824d438db6f945fe365
parente9f10f1d3bee7b8d7111456f372d909544f67690 (diff)
gnu: lightdm: Add bash-minimal as an input.
Suggested by 'guix lint'. * gnu/packages/display-managers.scm (lightdm)[inputs]: Add BASH-MINIMAL. Replace COREUTILS by COREUTILS-MINIMAL.
-rw-r--r--gnu/packages/display-managers.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 1b837bc4de..6c1c5b6c25 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Joshua Grant <[email protected]>
-;;; Copyright © 2014, 2018 Ludovic Courtès <[email protected]>
+;;; Copyright © 2014, 2018, 2022 Ludovic Courtès <[email protected]>
;;; Copyright © 2014 Andreas Enge <[email protected]>
;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 Sou Bunnbu <[email protected]>
@@ -301,7 +301,8 @@ experience for your users, your family and yourself")
(unsetenv "LC_ALL"))))))
(inputs
(list audit
- coreutils ;for cross-compilation
+ bash-minimal ;for cross-compilation
+ coreutils-minimal ;ditto
linux-pam
shadow ;for sbin/nologin
libgcrypt