privateer: improve meta, but mark as broken
I didn't succeed to make it build, so I don't push the partial attempt.
This commit is contained in:
parent
745c60dfaa
commit
ae8b67037e
|
@ -29,9 +29,15 @@ stdenv.mkDerivation {
|
||||||
cp vegaserver $out/bin
|
cp vegaserver $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://privateer.sourceforge.net/;
|
homepage = http://privateer.sourceforge.net/;
|
||||||
longDescription = "";
|
description = "Adventure space flight simulation computer game";
|
||||||
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
|
license = licenses.gpl2Plus; # and a special license for art data
|
||||||
|
# https://sourceforge.net/p/privateer/code/HEAD/tree/privgold/trunk/data/art-license.txt
|
||||||
|
|
||||||
|
maintainers = with maintainers; [ chaoflow ];
|
||||||
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
hydraPlatforms = [];
|
||||||
|
broken = true; # it won't build
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue