pcre: drop unused withCharSize function argument

This commit is contained in:
Peter Simons 2016-04-20 22:30:16 +02:00
parent 1d6990db06
commit 9bc2daa927

View File

@ -1,6 +1,5 @@
{ stdenv, fetchurl
, windows ? null, variant ? null, pcre
, withCharSize ? 8
}:
with stdenv.lib;