mosdepth: remove unused pcre dependency
Since version 0.2.5 mosdepth no longer uses pcre as a dependency
This commit is contained in:
parent
65cd08eaa7
commit
d1e61a9c58
@ -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"'' ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user