mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
x42-autotune: remove
It is a part of x42-plugins (under the name of x42-fat1).
This commit is contained in:
parent
aa2552c6ce
commit
14753000ed
@ -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;
|
||||
};
|
||||
}
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user