summary refs log tree commit diff
path: root/pkgs/tools/misc/colord/default.nix
diff options
context:
space:
mode:
authorSamuel Rivas <samuelrivas@gmail.com>2015-08-23 21:36:31 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-24 19:52:37 +0200
commitc41a62aa98bc07ee03737bf175341c9605ae6c58 (patch)
tree032125b23a17a8f82de99957173b535039a52ee3 /pkgs/tools/misc/colord/default.nix
parentfa67a2d3011118375c4208a8f3dd242e70efa34e (diff)
downloadnixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar.gz
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar.bz2
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar.lz
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar.xz
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.tar.zst
nixpkgs-c41a62aa98bc07ee03737bf175341c9605ae6c58.zip
colord: 1.2.3 -> 1.2.12
  * Use fetchzip instead of fetchurl
Diffstat (limited to 'pkgs/tools/misc/colord/default.nix')
-rw-r--r--pkgs/tools/misc/colord/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/misc/colord/default.nix b/pkgs/tools/misc/colord/default.nix
index 9f91a1acc60..267ed4db67c 100644
--- a/pkgs/tools/misc/colord/default.nix
+++ b/pkgs/tools/misc/colord/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, fetchurl, fetchgit, bashCompletion
+{ stdenv, fetchzip, fetchgit, bashCompletion
 , glib, polkit, pkgconfig, intltool, gusb, libusb1, lcms2, sqlite, systemd, dbus
-, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }:
+, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection, argyllcms }:
 
 stdenv.mkDerivation rec {
-  name = "colord-1.2.3";
+  name = "colord-1.2.12";
 
-  src = fetchurl {
+  src = fetchzip {
     url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
-    sha256 = "1z3l6hb3b08fixfra6m887a2j3lvhib6vp798ik16jfh375gr490";
+    sha256 = "0rvvbpxd5x479v4p6pck317mlf3j29s154i1n8hlx8n4znhwrb0k";
   };
 
   enableParallelBuilding = true;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [ glib polkit pkgconfig intltool gusb libusb1 lcms2 sqlite systemd dbus gobjectIntrospection
-                  bashCompletion ];
+                  bashCompletion argyllcms automake autoconf ];
 
   postInstall = ''
     rm -fr $out/var/lib/colord