mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-module (gnu packages sawfish)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages bash)
|
#:use-module (gnu packages bash)
|
||||||
|
#:use-module (gnu packages crypto)
|
||||||
#:use-module (gnu packages dbm)
|
#:use-module (gnu packages dbm)
|
||||||
#:use-module (gnu packages gettext)
|
#:use-module (gnu packages gettext)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
@ -172,6 +173,7 @@ (define (wrap-script script)
|
||||||
gdk-pixbuf-xlib
|
gdk-pixbuf-xlib
|
||||||
gmp
|
gmp
|
||||||
libsm
|
libsm
|
||||||
|
libxcrypt
|
||||||
libxft
|
libxft
|
||||||
libxinerama
|
libxinerama
|
||||||
libxrandr
|
libxrandr
|
||||||
|
|
Loading…
Reference in a new issue