plan9port: enableParallelBuilding, improve meta
This commit is contained in:
parent
5d8c8845ed
commit
a149b1f31f
@ -12,17 +12,20 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://plan9port.googlecode.com/files/${name}.tgz";
|
url = "https://plan9port.googlecode.com/files/${name}.tgz";
|
||||||
# Google code is much faster than swtch
|
# Google code is much faster than swtch
|
||||||
# url = "http://swtch.com/plan9port/${name}.tgz";
|
# url = "http://swtch.com/plan9port/${name}.tgz";
|
||||||
sha256 = "1sza12j3db7i54r3pzli8wmby6aiyzmyfj8w0nidmawkwv6jdf6b";
|
sha256 = "1sza12j3db7i54r3pzli8wmby6aiyzmyfj8w0nidmawkwv6jdf6b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 xproto libXt xextproto libXext ];
|
buildInputs = stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 xproto libXt xextproto libXext ];
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://swtch.com/plan9port/";
|
homepage = "http://swtch.com/plan9port/";
|
||||||
description = "Plan 9 from User Space";
|
description = "Plan 9 from User Space";
|
||||||
license="free";
|
license = licenses.lpl102;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit libXt;
|
inherit libXt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user