Merge pull request #24041 from neeasade/add-colort

colort: init at unstable-2017-03-13
This commit is contained in:
Benjamin Staffin 2017-03-19 03:41:29 -04:00 committed by GitHub
commit 1fe9860958
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "colort-unstable-2017-03-12";
src = fetchFromGitHub {
owner = "neeasade";
repo = "colort";
rev = "8470190706f358dc807b4c26ec3453db7f0306b6";
sha256 = "10n8rbr2h6hz86hcx73f86pjbbfiaw2rvxsk0yfajnma7bpxgdxw";
};
makeFlags = ["PREFIX=$(out)"];
meta = with stdenv.lib; {
description = "A program for 'tinting' color values";
homepage = https://github.com/neeasade/colort;
license = licenses.mit;
platforms = platforms.all;
};
}

View File

@ -17698,6 +17698,8 @@ with pkgs;
crashplan = callPackage ../applications/backup/crashplan { };
colort = callPackage ../applications/misc/colort { };
e17gtk = callPackage ../misc/themes/e17gtk { };
epson-escpr = callPackage ../misc/drivers/epson-escpr { };