7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-IPAM7fr/tvSOMKWUbXbloNAnlp5t7J0ynSsTMZ2jKYs=";
18 nativeBuildInputs = [ cmake ];
21 homepage = "https://github.com/skypjack/entt";
22 description = "Header-only, tiny and easy to use library for game programming and much more written in modern C++";
23 maintainers = with maintainers; [ twey ];
24 platforms = platforms.all;
25 license = licenses.mit;