ntk: 2017-04-22 -> 1.3.1000

This commit is contained in:
Nicolò Balzarotti 2017-10-05 11:28:35 +02:00
parent 0eb0a404e5
commit 0c2b37a75d

View file

@ -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;
}; };
} }