forked from mirrors/nixpkgs
pcre: drop unused withCharSize function argument
This commit is contained in:
parent
1d6990db06
commit
9bc2daa927
|
@ -1,6 +1,5 @@
|
|||
{ stdenv, fetchurl
|
||||
, windows ? null, variant ? null, pcre
|
||||
, withCharSize ? 8
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
|
Loading…
Reference in a new issue