colort: init at unstable-2017-03-13

This commit is contained in:
neeasade 2017-03-18 20:59:09 -05:00
parent 16fff5ebce
commit 9eed726b4f
2 changed files with 25 additions and 0 deletions

View File

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

View File

@ -17693,6 +17693,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 { };