1 { lib, stdenv, fetchFromGitHub, cmake }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "sha256-gzoea3IbmpkIZYrfTZA6YgcnDU5EKdXF5Y7Yz2Uaj4A=";
13 nativeBuildInputs = [ cmake ];
16 homepage = "https://github.com/skypjack/entt";
17 description = "A header-only, tiny and easy to use library for game programming and much more written in modern C++";
18 maintainers = with maintainers; [ twey ];
19 platforms = platforms.all;
20 license = licenses.mit;