gnu: sawfish: Add libxcrypt dependency.
* gnu/packages/sawfish.scm (sawfish)[inputs]: Add libxcrypt. Change-Id: I60c2cf92de602b1761ae8a861452f45ff2111c17
This commit is contained in:
parent
c8d8f1e892
commit
829485f397
@ -28,6 +28,7 @@
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages dbm)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages gtk)
|
||||
@ -172,6 +173,7 @@ backend of Sawfish.")
|
||||
gdk-pixbuf-xlib
|
||||
gmp
|
||||
libsm
|
||||
libxcrypt
|
||||
libxft
|
||||
libxinerama
|
||||
libxrandr
|
||||
|
Loading…
Reference in New Issue
Block a user