mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue