Merge pull request #104749 from SuperSandro2000/auto-update/libconfuse

This commit is contained in:
Sandro 2020-12-04 03:07:09 +01:00 committed by GitHub
commit 529b789919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,21 @@
stdenv.mkDerivation rec {
pname = "libconfuse";
version = "3.2.2";
version = "3.3";
src = fetchFromGitHub {
sha256 = "0djjq7j9iiyqxqqrlzm476xkibjasqvgzjwkalgj1l3f2smi53aw";
sha256 = "1npfk5jv59kk4n8pkyx89fn9s6p8x3gbffs42jaw24frgxfgp8ca";
rev = "v${version}";
repo = "libconfuse";
owner = "martinh";
};
postPatch = ''
substituteInPlace tests/Makefile.am \
--replace 'TESTS += empty_string' "" \
--replace 'TESTS += print_filter' ""
'';
nativeBuildInputs = [ autoreconfHook flex ];
enableParallelBuilding = true;