diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-03 14:07:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-03 14:12:31 -0500 |
commit | 5eda3d824cae4b44ddecb82ddbe76e80bf19f82d (patch) | |
tree | 04f457f48d9f9bd9c57cc6f6b24107c9cd6929ff /gnu | |
parent | fe6db6ecff9ab0b2d7a66b27491e4d1a15e6f982 (diff) | |
download | patches-5eda3d824cae4b44ddecb82ddbe76e80bf19f82d.tar patches-5eda3d824cae4b44ddecb82ddbe76e80bf19f82d.tar.gz |
gnu: libice: Build with libbsd [fixes CVE-2017-2626].
* gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3601ff8361..3a38553fe6 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4703,7 +4703,8 @@ common definitions and porting layer.") (propagated-inputs `(("xproto" ,xproto))) (inputs - `(("xtrans" ,xtrans))) + `(("libbsd" ,libbsd) + ("xtrans" ,xtrans))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "https://www.x.org/wiki/") |