Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8990fc7419e3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86caffc41159
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 26, 2020

  1. rnnoise-plugin: Deduplicated package

    This was packaged twice by mistake.
    adisbladis committed Nov 26, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    86caffc View commit details
26 changes: 0 additions & 26 deletions pkgs/development/libraries/noise-suppression-for-voice/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/development/libraries/rnnoise-plugin/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -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 {