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";
|
||||
homepage = "http://pxlib.sourceforge.net/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.winpat ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user