mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
colord: 1.2.3 -> 1.2.12
* Use fetchzip instead of fetchurl
This commit is contained in:
parent
fa67a2d301
commit
c41a62aa98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user