entt: add platforms

This commit is contained in:
Mario Rodas
2021-12-31 02:05:42 -08:00
committed by Jonathan Ringer
parent 79cba6165c
commit ccf454849d
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/skypjack/entt";
description = "A header-only, tiny and easy to use library for game programming and much more written in modern C++";
maintainers = with maintainers; [ twey ];
platforms = platforms.all;
license = licenses.mit;
};
}