Skip to content

Commit

Permalink
bitlbee-facebook: 2015-08-27 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Mar 30, 2017
1 parent 65593e6 commit 2cef2c5
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-facebook-2015-08-27";
name = "bitlbee-facebook-${version}";
version = "1.1.0";

src = fetchFromGitHub {
rev = "094a11b542e2cd8fac4f00fe01870ecd1cb4c062";
rev = "v${version}";
owner = "jgeboski";
repo = "bitlbee-facebook";
sha256 = "1dvbl1z6fl3wswvqbs82vkqlggk24dyi8w7cmm5jh1fmaznmwqrl";
sha256 = "0qclyc2zz8144dc42bhfv2xxrahpiv9j2iwq9h3cmfxszvkb8r3s";
};

buildInputs = [ bitlbee autoconf automake libtool pkgconfig glib json_glib ];
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];

buildInputs = [ bitlbee glib json_glib ];

preConfigure = ''
export BITLBEE_PLUGINDIR=$out/lib/bitlbee
Expand Down

0 comments on commit 2cef2c5

Please sign in to comment.