Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tinyobjloader: expand platforms to all

+1 -1
+1 -1
pkgs/development/libraries/tinyobjloader/default.nix
··· 21 description = "Tiny but powerful single file wavefront obj loader"; 22 license = licenses.mit; 23 maintainers = [ maintainers.ivar ]; 24 - platforms = platforms.linux; 25 }; 26 }
··· 21 description = "Tiny but powerful single file wavefront obj loader"; 22 license = licenses.mit; 23 maintainers = [ maintainers.ivar ]; 24 + platforms = platforms.all; 25 }; 26 }