x42-autotune: remove

It is a part of x42-plugins (under the name of x42-fat1).
This commit is contained in:
Orivej Desh 2020-03-27 23:57:06 +00:00
parent aa2552c6ce
commit 14753000ed
2 changed files with 0 additions and 35 deletions

View File

@ -1,33 +0,0 @@
{ stdenv, fetchFromGitHub, pkgconfig
, cairo, fftwSinglePrec, libGLU, libjack2, lv2, pango
}:
stdenv.mkDerivation rec {
pname = "x42-autotune";
version = "0.6.1";
src = fetchFromGitHub {
owner = "x42";
repo = "fat1.lv2";
rev = "v${version}";
sha256 = "0kz7fr7r3hrzqk9mzd2gdrmd4vdnbhx6n440mishcd9pay5i81aa";
fetchSubmodules = true;
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cairo fftwSinglePrec libGLU libjack2 lv2 pango ];
makeFlags = [
"PREFIX=$(out)"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Auto-tuner (aka fat1.lv2) based on Fons Adriaensen's zita-at1";
homepage = https://x42-plugins.com/x42/x42-autotune;
maintainers = with maintainers; [ orivej ];
license = licenses.gpl2;
platforms = platforms.linux;
};
}

View File

@ -22860,8 +22860,6 @@ in
x32edit = callPackage ../applications/audio/midas/x32edit.nix {};
x42-autotune = callPackage ../applications/audio/x42-autotune { };
x42-plugins = callPackage ../applications/audio/x42-plugins { };
xannotate = callPackage ../tools/X11/xannotate {};