Skip to content

Commit

Permalink
bitlbee: 3.4.2 -> 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 16, 2017
1 parent 21e3948 commit 2ba9a67
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -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"
Expand Down

0 comments on commit 2ba9a67

Please sign in to comment.