From c41a62aa98bc07ee03737bf175341c9605ae6c58 Mon Sep 17 00:00:00 2001 From: Samuel Rivas Date: Sun, 23 Aug 2015 21:36:31 +0200 Subject: [PATCH] colord: 1.2.3 -> 1.2.12 * Use fetchzip instead of fetchurl --- pkgs/tools/misc/colord/default.nix | 12 ++++++------ 1 file 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