1 { lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, gtk2
5 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "16fgyw6jnscx9279dczv72092dddghwlp53rkfw469kcgvjhwx0z";
15 nativeBuildInputs = [ pkg-config autoconf automake ];
16 buildInputs = [ gtk2 libjack2
20 preConfigure = "./autogen.sh";
25 description = "JACK audio recorder";
26 homepage = "http://plugin.org.uk/timemachine/";
27 license = lib.licenses.lgpl2;
28 platforms = lib.platforms.linux;
29 maintainers = [ lib.maintainers.nico202 ];
30 mainProgram = "timemachine";