mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue