about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/audio/pamix/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pamix/default.nix b/pkgs/applications/audio/pamix/default.nix
index 869469944a8e8..4a2ad9ab779ea 100644
--- a/pkgs/applications/audio/pamix/default.nix
+++ b/pkgs/applications/audio/pamix/default.nix
@@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
   };
 
   patches = [
-    # Fix pending upstream inclusion for ncurses-6.3 support:
-    #  https://github.com/patroclos/PAmix/pull/73
+    # ncurses-6.3 support, included in next release
     (fetchpatch {
       name = "ncurses-6.3-p1.patch";
       url = "https://github.com/patroclos/PAmix/commit/3400b9c048706c572373e4617b4d5fcdb8dd2505.patch";