Updating utox (fixing PREFIX too)
This commit is contained in:
parent
1955da1b8c
commit
1b6101775d
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "utox-dev";
|
name = "utox-dev-20140918";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "notsecure";
|
owner = "notsecure";
|
||||||
repo = "uTox";
|
repo = "uTox";
|
||||||
rev = "a840b459210694fdf02671567bf33845a11d4c83";
|
rev = "26d4308ad0";
|
||||||
sha256 = "0jr0xajkv5vkq8gxspnq09k4bzc98fr3hflnz8a3lrwajyhrnpvp";
|
sha256 = "0vc46dpg3hd7pfx8zny0wf546f1wfag7d8wj5rg47dg3wzwghz8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
makeFlags = "DESTDIR=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight Tox client";
|
description = "Lightweight Tox client";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user