Loading pkgs/development/libraries/embree/2.x.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "High performance ray tracing kernels from Intel"; homepage = "https://embree.github.io/"; maintainers = with maintainers; [ hodapp ]; maintainers = with maintainers; [ hodapp pbsds ]; license = licenses.asl20; platforms = [ "x86_64-linux" ]; }; Loading Loading
pkgs/development/libraries/embree/2.x.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "High performance ray tracing kernels from Intel"; homepage = "https://embree.github.io/"; maintainers = with maintainers; [ hodapp ]; maintainers = with maintainers; [ hodapp pbsds ]; license = licenses.asl20; platforms = [ "x86_64-linux" ]; }; Loading