Loading pkgs/by-name/ma/manifold/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ gtest, glm, tbb_2021, python3Packages, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -43,6 +44,9 @@ stdenv.mkDerivation (finalAttrs: { passthru = { tbb = tbb_2021; tests = { python = python3Packages.manifold3d; }; }; meta = { Loading @@ -50,10 +54,13 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/elalish/manifold"; changelog = "https://github.com/elalish/manifold/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [ hzeller pca006132 ]; ] ++ python3Packages.manifold3d.meta.maintainers; platforms = lib.platforms.unix; }; }) pkgs/development/python-modules/manifold3d/default.nix +8 −12 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ python, fetchFromGitHub, scikit-build-core, manifold, cmake, ninja, nanobind, Loading @@ -17,16 +18,9 @@ buildPythonPackage rec { pname = "manifold3d"; version = "3.2.0"; inherit (manifold) version src; pyproject = true; src = fetchFromGitHub { owner = "elalish"; repo = "manifold"; tag = "v${version}"; hash = "sha256-tcEjgOU90tYnlZDedHJvnqWFDDtXGx64G80wnWz4lBI="; }; dontUseCmakeConfigure = true; build-system = [ Loading Loading @@ -60,10 +54,12 @@ buildPythonPackage rec { ]; meta = { description = "Geometry library for topological robustness"; homepage = "https://github.com/elalish/manifold"; changelog = "https://github.com/elalish/manifold/releases/tag/${src.tag}"; license = lib.licenses.asl20; inherit (manifold.meta) homepage changelog description license ; maintainers = with lib.maintainers; [ pbsds pca006132 Loading Loading
pkgs/by-name/ma/manifold/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ gtest, glm, tbb_2021, python3Packages, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -43,6 +44,9 @@ stdenv.mkDerivation (finalAttrs: { passthru = { tbb = tbb_2021; tests = { python = python3Packages.manifold3d; }; }; meta = { Loading @@ -50,10 +54,13 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/elalish/manifold"; changelog = "https://github.com/elalish/manifold/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [ hzeller pca006132 ]; ] ++ python3Packages.manifold3d.meta.maintainers; platforms = lib.platforms.unix; }; })
pkgs/development/python-modules/manifold3d/default.nix +8 −12 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ python, fetchFromGitHub, scikit-build-core, manifold, cmake, ninja, nanobind, Loading @@ -17,16 +18,9 @@ buildPythonPackage rec { pname = "manifold3d"; version = "3.2.0"; inherit (manifold) version src; pyproject = true; src = fetchFromGitHub { owner = "elalish"; repo = "manifold"; tag = "v${version}"; hash = "sha256-tcEjgOU90tYnlZDedHJvnqWFDDtXGx64G80wnWz4lBI="; }; dontUseCmakeConfigure = true; build-system = [ Loading Loading @@ -60,10 +54,12 @@ buildPythonPackage rec { ]; meta = { description = "Geometry library for topological robustness"; homepage = "https://github.com/elalish/manifold"; changelog = "https://github.com/elalish/manifold/releases/tag/${src.tag}"; license = lib.licenses.asl20; inherit (manifold.meta) homepage changelog description license ; maintainers = with lib.maintainers; [ pbsds pca006132 Loading