pcre2: move to by-name

This commit is contained in:
Hythera
2026-07-08 18:34:50 +02:00
parent b4cb3b83da
commit 8352894ea4
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -6508,8 +6508,6 @@ with pkgs;
# pcre32 seems unused
pcre-cpp = pcre.override { variant = "cpp"; };
pcre2 = callPackage ../development/libraries/pcre2 { };
inherit
(callPackage ../development/libraries/physfs {
})