tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
liblcf: expand platforms to all
Ben Siraphob
4 years ago
e5cfd956
d440a94c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
liblcf
default.nix
+1
-1
pkgs/development/libraries/liblcf/default.nix
···
19
19
homepage = "https://github.com/EasyRPG/liblcf";
20
20
license = licenses.mit;
21
21
maintainers = with maintainers; [ yegortimoshenko ];
22
22
-
platforms = platforms.linux;
22
22
+
platforms = platforms.all;
23
23
};
24
24
}