plan9port: enableParallelBuilding, improve meta
This commit is contained in:
parent
5d8c8845ed
commit
a149b1f31f
@ -19,10 +19,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 xproto libXt xextproto libXext ];
|
||||
|
||||
meta = {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://swtch.com/plan9port/";
|
||||
description = "Plan 9 from User Space";
|
||||
license="free";
|
||||
license = licenses.lpl102;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
inherit libXt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user