libtoxcore: upgrade for a few rev to get i686-linux build working
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
, libvpx, check, libconfig, pkgconfig }:
|
, libvpx, check, libconfig, pkgconfig }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "e1158be5a6";
|
version = "f83fcbb13c0";
|
||||||
date = "20140728";
|
date = "20140811";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tox-core-${date}-${version}";
|
name = "tox-core-${date}-${version}";
|
||||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/irungentoo/toxcore/tarball/${version}";
|
url = "https://github.com/irungentoo/toxcore/tarball/${version}";
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "1rsh1pbwvngsx5slmd6608b1zqs3jvq70bjr9zyziap9vxka3z1v";
|
sha256 = "09g74h3qnx9adyxxvzay8m2idbgbln7m4kkm7sg9925mvi5abb1w";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lgcc_s";
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
|||||||
Reference in New Issue
Block a user