pxlib: expand platforms to all
This commit is contained in:
parent
5c9cb64b43
commit
7c5efd446a
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Library to read and write Paradox files";
|
description = "Library to read and write Paradox files";
|
||||||
homepage = "http://pxlib.sourceforge.net/";
|
homepage = "http://pxlib.sourceforge.net/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.winpat ];
|
maintainers = [ maintainers.winpat ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue