Skip to content

Commit

Permalink
chore(deps): use build-systems.json for specification instead of defa…
Browse files Browse the repository at this point in the history
…ult.nix
  • Loading branch information
cpcloud committed Oct 10, 2024
1 parent 46c0b74 commit adcfd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -13983,6 +13983,10 @@
"cython",
"setuptools"
],
"nglview": [
"jupyter-packaging",
"versioneer"
],
"niaaml": [
"poetry-core"
],
Expand Down
9 changes: 0 additions & 9 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1780,15 +1780,6 @@ lib.composeManyExtensions [
}
);

nglview = prev.nglview.overridePythonAttrs (
old: {
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ (with final; [
jupyter-packaging
versioneer
]);
}
);

numpy = prev.numpy.overridePythonAttrs (
old:
let
Expand Down

0 comments on commit adcfd3d

Please sign in to comment.