Skip to content

Commit

Permalink
Merge pull request #20 from Gepetto/nix
Browse files Browse the repository at this point in the history
nix: use buildPythonPackage
  • Loading branch information
nim65s authored Jan 17, 2025
2 parents 61d5eea + 440b037 commit 08c3320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
buildPythonPackage,
cmake,
lib,
pinocchio,
pkg-config,
pythonImportsCheckHook,
qpsolvers,
scipy,
stdenv,
}:

stdenv.mkDerivation {
buildPythonPackage {
pname = "toolbox-parallel-robots";
version = "0-unstable-2024-30-09";
pyproject = false;

src = lib.fileset.toSource {
root = ./.;
Expand Down

0 comments on commit 08c3320

Please sign in to comment.