pxlib: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-12 12:32:48 +07:00
parent 5c9cb64b43
commit 7c5efd446a
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Library to read and write Paradox files";
homepage = "http://pxlib.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.winpat ];
};
}