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