Fixes for torprpl, until making it work.
This commit is contained in:
parent
3ecba5afd1
commit
5355ab63b9
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libtoxcore, pidgin, autoconf, automake, libtool } :
|
{ stdenv, fetchurl, libtoxcore, pidgin, autoconf, automake, libtool, libsodium } :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "17a3fd9199";
|
version = "17a3fd9199";
|
||||||
@ -13,9 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0sz5wkyfwmhaj652xpsxq4p252cmmfa1vy6mp3jfyn145c758v9n";
|
sha256 = "0sz5wkyfwmhaj652xpsxq4p252cmmfa1vy6mp3jfyn145c758v9n";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lssp -lsodium";
|
||||||
|
|
||||||
preConfigure = "autoreconf -vfi";
|
preConfigure = "autoreconf -vfi";
|
||||||
|
|
||||||
buildInputs = [ libtoxcore pidgin autoconf automake libtool];
|
postInstall = "mv $out/lib/purple-2 $out/lib/pidgin";
|
||||||
|
|
||||||
|
buildInputs = [ libtoxcore pidgin autoconf automake libtool libsodium ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://tox.dhs.org/;
|
homepage = http://tox.dhs.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user