drgeo: add license + homepage
This commit is contained in:
parent
2031c0ebfe
commit
2ed07fdb2b
@ -20,8 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp drgeo.desktop.in drgeo.desktop
|
cp drgeo.desktop.in drgeo.desktop
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Interactive geometry program";
|
description = "Interactive geometry program";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
homepage = https://sourceforge.net/projects/ofset;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user