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
arena: update meta
jopejoe1
2 years ago
09696d2f
1665c5c5
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
arena
default.nix
+2
-1
pkgs/games/arena/default.nix
reviewed
···
68
68
chess board & DGT clocks and much more.
69
69
'';
70
70
license = lib.licenses.unfree;
71
71
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
72
72
+
homepage = "http://www.playwitharena.de";
71
73
platforms = ["x86_64-linux"];
72
72
-
hydraPlatforms = lib.platforms.none;
73
74
};
74
75
75
76
}