mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 08:57:32 +00:00
entt: add platforms
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user