Commit d1e61a9c authored by patka's avatar patka Committed by Emery Hemingway
Browse files

mosdepth: remove unused pcre dependency

Since version 0.2.5 mosdepth no longer uses pcre as a dependency
parent 65cd08ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"'' ];