entt: add platforms

This commit is contained in:
Mario Rodas 2021-12-30 10:23:00 +00:00 committed by Jonathan Ringer
parent 79cba6165c
commit ccf454849d

View file

@ -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;
};
}