mosdepth: remove unused pcre dependency

Since version 0.2.5 mosdepth no longer uses pcre as a dependency
This commit is contained in:
patka 2025-04-21 08:22:30 +02:00 committed by Emery Hemingway
parent 65cd08eaa7
commit d1e61a9c58

View file

@ -2,7 +2,6 @@
lib,
buildNimPackage,
fetchFromGitHub,
pcre,
versionCheckHook,
}:
@ -21,7 +20,6 @@ buildNimPackage (finalAttrs: {
lockFile = ./lock.json;
buildInputs = [ pcre ];
nativeBuildInputs = [ versionCheckHook ];
nimFlags = [ ''--passC:"-Wno-incompatible-pointer-types"'' ];