diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-18 13:46:22 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-18 13:46:22 +0800 |
commit | 80c7dd1a4ed97dc9d36616fd6441bbb7c79f53ea (patch) | |
tree | c91de0a5ebf6642c77a00c6b4507ea20d392c248 | |
parent | 4955ab7d651b24915b99de96587d516401c8db5e (diff) | |
download | gnu-guix-80c7dd1a4ed97dc9d36616fd6441bbb7c79f53ea.tar gnu-guix-80c7dd1a4ed97dc9d36616fd6441bbb7c79f53ea.tar.gz |
gnu: colord: Add input libgudev.
* gnu/packages/gnome.scm (colord)[inputs]: Add libgudev.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9a82762372..34608786e4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2226,6 +2226,7 @@ keyboard shortcuts.") ("lcms" ,lcms))) (inputs `(("dbus-glib" ,dbus-glib) + ("libgudev" ,libgudev) ("libusb" ,libusb) ("sqlite" ,sqlite) ("polkit" ,polkit) |