fstl STL-viewer
This commit is contained in:
parent
70ed52c797
commit
013d641536
2 changed files with 33 additions and 2 deletions
|
@ -24,7 +24,8 @@
|
|||
bpy = pkgs.python3Packages.callPackage ./pkgs/development/python-modules/bpy { };
|
||||
pysdf = pkgs.python3Packages.callPackage ./pkgs/development/python-modules/pysdf { };
|
||||
mayo = pkgs.libsForQt5.callPackage ./pkgs/misc/mayo { };
|
||||
darknet = pkgs.callPackage ./darknet.nix { };
|
||||
# darknet = pkgs.callPackage ./darknet.nix { };
|
||||
fstl = pkgs.libsForQt5.callPackage ./pkgs/misc/fstl { };
|
||||
in
|
||||
{
|
||||
inherit pkgs;
|
||||
|
@ -37,7 +38,7 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
inherit mayo darknet blender bpy pysdf;
|
||||
inherit mayo blender bpy pysdf fstl;
|
||||
gazebo = ros.humble.gazebo;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue