psi-plus: 1.4.984 -> 1.4.1086
This commit is contained in:
parent
c93e4cba92
commit
6ca23cac61
1 changed files with 2 additions and 15 deletions
|
@ -6,26 +6,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "psi-plus";
|
||||
version = "1.4.984";
|
||||
version = "1.4.1086";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "psi-plus";
|
||||
repo = "psi-plus-snapshots";
|
||||
rev = version;
|
||||
sha256 = "1nii2nfi37i6mn79xmygscmm8ax75ky244wxkzlga0ya8i8wfjh7";
|
||||
sha256 = "0war4hbjs1m7ll6rvpl3lj44lb0p5fi0g2siinnxpjffz2ydi97p";
|
||||
};
|
||||
|
||||
resources = fetchFromGitHub {
|
||||
owner = "psi-plus";
|
||||
repo = "resources";
|
||||
rev = "2f1c12564f7506bf902a26040fdb47ead4df6b73";
|
||||
sha256 = "1dgm9k052fq7f2bpx13kchg7sxb227dkn115lyspzvhnhprnypz2";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
cp -a "${resources}/iconsets" "$sourceRoot"
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
"-DENABLE_PLUGINS=ON"
|
||||
];
|
||||
|
@ -38,8 +27,6 @@ stdenv.mkDerivation rec {
|
|||
libgcrypt libotr html-tidy libgpgerror libsignal-protocol-c
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "XMPP (Jabber) client";
|
||||
maintainers = with maintainers; [ orivej misuzu ];
|
||||
|
|
Loading…
Reference in a new issue