1 { lib, stdenv, fetchFromGitHub, cmake }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "sha256-t1QRqasb82W277XEV2FG5JrsQWIWZ0G5V7wLI+p4MpQ=";
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 license = licenses.mit;