Loading pkgs/by-name/fr/freecad/package.nix +17 −22 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ pkg-config, python3Packages, spaceNavSupport ? stdenv.hostPlatform.isLinux, ifcSupport ? false, stdenv, swig, vtk, Loading @@ -35,11 +34,10 @@ nix-update-script, }: let pythonDeps = with python3Packages; [ pythonDeps = with python3Packages; [ boost gitpython # for addon manager ifcopenshell matplotlib opencamlib pivy Loading @@ -52,9 +50,6 @@ let pyyaml # (at least for) PyrateWorkbench scipy shiboken6 ] ++ lib.optionals ifcSupport [ ifcopenshell ]; freecad-utils = callPackage ./freecad-utils.nix { }; Loading pkgs/by-name/fr/freecad/tests/default.nix +0 −2 Original line number Diff line number Diff line { callPackage, freecad, }: { python-path = callPackage ./python-path.nix { }; modules = callPackage ./modules.nix { }; withIfcSupport = freecad.override { ifcSupport = true; }; } Loading
pkgs/by-name/fr/freecad/package.nix +17 −22 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ pkg-config, python3Packages, spaceNavSupport ? stdenv.hostPlatform.isLinux, ifcSupport ? false, stdenv, swig, vtk, Loading @@ -35,11 +34,10 @@ nix-update-script, }: let pythonDeps = with python3Packages; [ pythonDeps = with python3Packages; [ boost gitpython # for addon manager ifcopenshell matplotlib opencamlib pivy Loading @@ -52,9 +50,6 @@ let pyyaml # (at least for) PyrateWorkbench scipy shiboken6 ] ++ lib.optionals ifcSupport [ ifcopenshell ]; freecad-utils = callPackage ./freecad-utils.nix { }; Loading
pkgs/by-name/fr/freecad/tests/default.nix +0 −2 Original line number Diff line number Diff line { callPackage, freecad, }: { python-path = callPackage ./python-path.nix { }; modules = callPackage ./modules.nix { }; withIfcSupport = freecad.override { ifcSupport = true; }; }