ntk: 2017-04-22 -> 1.3.1000
This commit is contained in:
parent
0eb0a404e5
commit
0c2b37a75d
1 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
||||||
{ stdenv, fetchgit, cairo, libjpeg, libXft, pkgconfig, python2 }:
|
{ stdenv, fetchFromGitHub, cairo, libjpeg, libXft, pkgconfig, python2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ntk-${version}";
|
name = "ntk-${version}";
|
||||||
version = "2017-04-22";
|
version = "1.3.1000";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "git://git.tuxfamily.org/gitroot/non/fltk.git";
|
owner = "original-male";
|
||||||
rev = "92365eca0f9a6f054abc70489c009aba0fcde0ff";
|
repo = "ntk";
|
||||||
sha256 = "0pph7hf07xaa011zr40cs62f3f7hclfbv5kcrl757gcp2s5pi2iq";
|
rev = "v${version}";
|
||||||
|
sha256 = "0j38mhnfqy6swcrnc5zxcwlqi8b1pgklyghxk6qs1lf4japv2zc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "${version}";
|
version = "${version}";
|
||||||
homepage = http://non.tuxfamily.org/;
|
homepage = http://non.tuxfamily.org/;
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = with stdenv.lib.maintainers; [ magnetophon nico202 ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue