tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
pxlib: expand platforms to all
Ben Siraphob
5 years ago
7c5efd44
5c9cb64b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
pxlib
default.nix
+1
-1
pkgs/development/libraries/pxlib/default.nix
reviewed
···
14
14
description = "Library to read and write Paradox files";
15
15
homepage = "http://pxlib.sourceforge.net/";
16
16
license = licenses.gpl2;
17
17
-
platforms = platforms.linux;
17
17
+
platforms = platforms.all;
18
18
maintainers = [ maintainers.winpat ];
19
19
};
20
20
}