Merge pull request #21937 from NixOS/bitlbee-3.5

bitlbee: 3.4.2 -> 3.5
This commit is contained in:
Michael Raskin 2017-01-17 09:38:18 +00:00 committed by GitHub
commit c0608ba046

View File

@ -2,15 +2,16 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-3.4.2";
name = "bitlbee-3.5";
src = fetchurl {
url = "mirror://bitlbee/src/${name}.tar.gz";
sha256 = "0mza8lnfwibmklz8hdzg4f7p83hblf4h6fbf7d732kzpvra5bj39";
sha256 = "06c371bjly38yrkvfwdh5rjfx9xfl7bszyhrlbldy0xk38c057al";
};
buildInputs = [ gnutls glib pkgconfig libotr python ]
++ optional doCheck check;
nativeBuildInputs = [ pkgconfig ] ++ optional doCheck check;
buildInputs = [ gnutls glib libotr python ];
configureFlags = [
"--gcov=1"