diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:53:18 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:07 +0200 |
commit | 54c5076bddb75e47686303f0b37949227d2d80a7 (patch) | |
tree | 8c78823d038691d092f3c073a2e5fce360565030 /gnu/packages/xdisorg.scm | |
parent | 4e01e900f43549c93d8d1836a82bcb3f7065cc2e (diff) | |
download | guix-54c5076bddb75e47686303f0b37949227d2d80a7.tar.gz guix-54c5076bddb75e47686303f0b37949227d2d80a7.zip |
gnu: xscreensaver: Add libxcrypt dependency.
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Add libxcrypt.
Change-Id: I0df314b4f83673c4262b1a493334b091ab89a9fb
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 1cb5693168..5ed8202874 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1836,6 +1836,7 @@ less if you are working in front of the screen at night.") (list pkg-config intltool)) (inputs (list libx11 + libxcrypt libxext libxi libxt |