about summary refs log tree commit diff
path: root/pkgs/by-name/an/ananicy-cpp/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/an/ananicy-cpp/package.nix')
-rw-r--r--pkgs/by-name/an/ananicy-cpp/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/an/ananicy-cpp/package.nix b/pkgs/by-name/an/ananicy-cpp/package.nix
index 8d3416f69c57c..a17e199a5ca71 100644
--- a/pkgs/by-name/an/ananicy-cpp/package.nix
+++ b/pkgs/by-name/an/ananicy-cpp/package.nix
@@ -33,6 +33,7 @@ clangStdenv.mkDerivation rec {
       url = "https://gitlab.com/ananicy-cpp/ananicy-cpp/-/commit/6ea2dccceec39b6c4913f617dad81d859aa20f24.patch";
       hash = "sha256-C+7x/VpVwewXEPwibi7GxGfjuhDkhcjTyGbZHlYL2Bs=";
     })
+    ./match-wrappers.patch
   ];
 
   strictDeps = true;
@@ -80,6 +81,7 @@ clangStdenv.mkDerivation rec {
     maintainers = with lib.maintainers; [
       artturin
       johnrtitor
+      diniamo
     ];
     mainProgram = "ananicy-cpp";
   };