pxlib: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:23:42 +07:00
parent 5c9cb64b43
commit 7c5efd446a

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 ];
};
}