vulkan-validation-layers: fix Darwin build by enabling robin-hood-hashing

+1 -1
+1 -1
pkgs/by-name/vu/vulkan-validation-layers/robin-hood-hashing.nix
··· 27 meta = with lib; { 28 description = "Faster, more efficient replacement for std::unordered_map / std::unordered_set"; 29 homepage = "https://github.com/martinus/robin-hood-hashing"; 30 - platforms = platforms.linux; 31 license = licenses.mit; 32 maintainers = [ ]; 33 };
··· 27 meta = with lib; { 28 description = "Faster, more efficient replacement for std::unordered_map / std::unordered_set"; 29 homepage = "https://github.com/martinus/robin-hood-hashing"; 30 + platforms = platforms.unix; 31 license = licenses.mit; 32 maintainers = [ ]; 33 };