mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
lib,
|
||||||
buildNimPackage,
|
buildNimPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
pcre,
|
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -21,7 +20,6 @@ buildNimPackage (finalAttrs: {
|
||||||
|
|
||||||
lockFile = ./lock.json;
|
lockFile = ./lock.json;
|
||||||
|
|
||||||
buildInputs = [ pcre ];
|
|
||||||
nativeBuildInputs = [ versionCheckHook ];
|
nativeBuildInputs = [ versionCheckHook ];
|
||||||
|
|
||||||
nimFlags = [ ''--passC:"-Wno-incompatible-pointer-types"'' ];
|
nimFlags = [ ''--passC:"-Wno-incompatible-pointer-types"'' ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue