tinyobjloader: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 17:58:01 +07:00
parent 1030d6406f
commit 29f5f8a98b

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
description = "Tiny but powerful single file wavefront obj loader";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
platforms = platforms.linux;
platforms = platforms.all;
};
}