[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: simple-scan: Make colord input non-native.
From: |
guix-commits |
Subject: |
03/06: gnu: simple-scan: Make colord input non-native. |
Date: |
Thu, 24 Oct 2019 00:00:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c501f59235445344fb01edfdd005d818380db1f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Oct 24 05:49:02 2019 +0200
gnu: simple-scan: Make colord input non-native.
* gnu/packages/gnome.scm (simple-scan)[inputs]: Move colord here…
[native-inputs]: …from here.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2419828..bba842b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4339,14 +4339,14 @@ USB transfers with your high-level application or
system daemon.")
`(("gtk" ,gtk+)
("zlib" ,zlib)
("cairo" ,cairo)
+ ("colord" ,colord)
("gdk-pixbuf" ,gdk-pixbuf)
("gusb" ,gusb)
("libsane" ,sane-backends)))
(native-inputs
`(("gettext" ,gettext-minimal)
("itstool" ,itstool)
- ("colord" ,colord)
- ("glib" ,glib "bin") ; glib-compile-schemas, etc.
+ ("glib" ,glib "bin") ; glib-compile-schemas, etc.
("pkg-config" ,pkg-config)
("vala" ,vala)
("xmllint" ,libxml2)))
- branch master updated (8a2b231 -> 08d0a35), guix-commits, 2019/10/24
- 01/06: gnu: colord: Clean up., guix-commits, 2019/10/24
- 05/06: gnu: perl-test-mockmodule: Update to 0.171.0., guix-commits, 2019/10/24
- 06/06: gnu: python-ipykernel: Update to 5.1.3., guix-commits, 2019/10/24
- 03/06: gnu: simple-scan: Make colord input non-native.,
guix-commits <=
- 04/06: gnu: simple-scan: Update to 3.34.1., guix-commits, 2019/10/24
- 02/06: gnu: colord: Install vapi files., guix-commits, 2019/10/24