libabw: broaden platforms
Builds fine on Darwin.
This commit is contained in:
parent
b17035126d
commit
38bacf8aa2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libabw;
|
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libabw;
|
||||||
description = "Library parsing abiword documents";
|
description = "Library parsing abiword documents";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue