forked from mirrors/nixpkgs
abiword: add to channel
This commit is contained in:
parent
5dea7f0ed5
commit
ba9254fcf3
|
@ -27,7 +27,10 @@ stdenv.mkDerivation {
|
|||
libgsf enchant wv libjpeg
|
||||
];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Word processing program, similar to Microsoft Word";
|
||||
homepage = http://www.abisource.com/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue