lesstif: add license, description, and homepage
This commit is contained in:
parent
15c5f9b1f0
commit
c8709769dc
@ -19,7 +19,10 @@ stdenv.mkDerivation rec {
|
||||
./c-xpmpipethrough.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "An open source clone of the Motif widget set";
|
||||
homepage = http://lesstif.sourceforge.net;
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl2 lgpl2 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user