mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
rnnoise-plugin: Deduplicated package
This was packaged twice by mistake.
This commit is contained in:
parent
8990fc7419
commit
86caffc411
@ -1,26 +0,0 @@
|
||||
{ stdenv, fetchFromGitHub, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "noise-suppression-for-voice-unstable";
|
||||
version = "2020-10-10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "werman";
|
||||
repo = "noise-suppression-for-voice";
|
||||
rev = "15bac8f34018184d7d4de1b3b2ba98c433705f6c";
|
||||
sha256 = "11pwisbcks7g0mdgcrrv49v3ci1l6m26bbb7f67xz4pr1hai5dwc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A real-time noise suppression plugin for voice";
|
||||
longDescription = ''
|
||||
The plugin is meant to suppress a wide range of noise origins (from original paper): computer fans, office, crowd, airplane, car, train, construction.
|
||||
'';
|
||||
homepage = "https://github.com/werman/noise-suppression-for-voice";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.henrikolsson ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/werman/noise-suppression-for-voice";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ panaeon ];
|
||||
maintainers = with maintainers; [ panaeon henrikolsson ];
|
||||
};
|
||||
}
|
||||
|
@ -14944,8 +14944,6 @@ in
|
||||
|
||||
non = callPackage ../applications/audio/non { };
|
||||
|
||||
noise-suppression-for-voice = callPackage ../development/libraries/noise-suppression-for-voice { };
|
||||
|
||||
ntl = callPackage ../development/libraries/ntl { };
|
||||
|
||||
nspr = callPackage ../development/libraries/nspr {
|
||||
|
Loading…
Reference in New Issue
Block a user