about summary refs log tree commit diff
path: root/pkgs/development/libraries/entt
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-12-30 10:23:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 02:05:42 -0800
commitccf454849d0a17a343c02899e000a27ed7781707 (patch)
tree2459a15a35ef41c0244dce3bfe856fb6ae9df63b /pkgs/development/libraries/entt
parent79cba6165cfffc5232bfadd497d060091c3b4153 (diff)
entt: add platforms
Diffstat (limited to 'pkgs/development/libraries/entt')
-rw-r--r--pkgs/development/libraries/entt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/entt/default.nix b/pkgs/development/libraries/entt/default.nix
index f8d1bce9fc881..c514e3d78003a 100644
--- a/pkgs/development/libraries/entt/default.nix
+++ b/pkgs/development/libraries/entt/default.nix
@@ -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;
   };
 }