colord: Update to 1.1.7 and copy bash completions.
This commit is contained in:
parent
229eb441a3
commit
0741150b97
@ -3,11 +3,11 @@
|
|||||||
, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }:
|
, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "colord-1.1.5";
|
name = "colord-1.1.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
|
url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
|
||||||
sha256 = "1638pfv16bdrdxxprk6dp8d706571a8i3nlfv3m0ldx26xpy8z5j";
|
sha256 = "295395526ee0be30917ae9c352e68bfeb20c7fc266a605725bef969f20547f44";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rm -fr $out/var/lib/colord
|
rm -fr $out/var/lib/colord
|
||||||
|
mkdir -p $out/etc/bash_completion.d
|
||||||
|
cp -v data/colormgr $out/etc/bash_completion.d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user