diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-04 10:43:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-04 10:43:45 +0100 |
commit | 744dcb4910183e2e62e7976dd63d28473d57057b (patch) | |
tree | 312ef7a3c74f6f321565e2c3a6d6d6c7d89115a4 | |
parent | 38eefbb185289cd0e69b2749adc5440dada04a05 (diff) | |
download | guix-744dcb4910183e2e62e7976dd63d28473d57057b.tar guix-744dcb4910183e2e62e7976dd63d28473d57057b.tar.gz |
gnu: redshift: Remove uneeded input.
This is a followup to b4c400a75c9f432820146dfe24fcebdfbc276e4b.
* gnu/packages/xdisorg.scm (redshift): Remove LIBJPEG.
-rw-r--r-- | gnu/packages/xdisorg.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ee83934ca0..d687d3a180 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -844,7 +844,6 @@ the X.Org X Server version 1.7 and later (X11R7.5 or later).") ("libx11" ,libx11) ("libxcb" ,libxcb) ("libxxf86vm" ,libxxf86vm) - ("libjpeg" ,libjpeg) ("glib" ,glib))) ;for Geoclue2 support (home-page "https://github.com/jonls/redshift") (synopsis "Adjust the color temperature of your screen") |