From 597c2c6fa5646d18b4ce4f7e0ffa7a6f75141e82 Mon Sep 17 00:00:00 2001 From: qbisi Date: Tue, 7 Oct 2025 22:45:39 +0800 Subject: [PATCH] netgen: remove unused patch --- pkgs/by-name/ne/netgen/package.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/by-name/ne/netgen/package.nix b/pkgs/by-name/ne/netgen/package.nix index b8fab0397f30..babe467c9ccd 100644 --- a/pkgs/by-name/ne/netgen/package.nix +++ b/pkgs/by-name/ne/netgen/package.nix @@ -45,14 +45,6 @@ stdenv.mkDerivation (finalAttrs: { }; patches = [ - # disable some platform specified code used by downstream ngsolve - # can be enabled with -march=armv8.3-a+simd when compiling ngsolve - # note compiling netgen itself is not influenced by this feature - (fetchpatch2 { - url = "https://github.com/NGSolve/netgen/pull/197/commits/1d93dfba00f224787cfc2cde1af2ab5d7f5b87f7.patch"; - hash = "sha256-3Nom4uGhGLtSGn/k+qKKSxVxrGtGTHqPtcNn3D/gkZU"; - }) - (fetchpatch2 { url = "${patchSource}/use-local-catch2.patch"; hash = "sha256-h4ob8tl6mvGt5B0qXRFNcl9MxPXxRhYw+PrGr5iRGGk=";