Skip to content

Commit

Permalink
Merge pull request #104749 from SuperSandro2000/auto-update/libconfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 4, 2020
2 parents 4b634e7 + dc041e1 commit 529b789
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/development/libraries/libconfuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 529b789

Please sign in to comment.