nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pxlib: expand platforms to all

+1 -1
+1 -1
pkgs/development/libraries/pxlib/default.nix
··· 14 14 description = "Library to read and write Paradox files"; 15 15 homepage = "http://pxlib.sourceforge.net/"; 16 16 license = licenses.gpl2; 17 - platforms = platforms.linux; 17 + platforms = platforms.all; 18 18 maintainers = [ maintainers.winpat ]; 19 19 }; 20 20 }