mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
macs2: refactor
This commit is contained in:
parent
41577bd4e2
commit
d80d5059c1
@ -5,7 +5,7 @@
|
||||
python311.pkgs.buildPythonPackage rec {
|
||||
pname = "macs2";
|
||||
version = "2.2.9.1";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = lib.toUpper pname;
|
||||
@ -22,14 +22,13 @@ python311.pkgs.buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python311.pkgs; [
|
||||
build-system = with python311.pkgs; [
|
||||
cython_0
|
||||
numpy
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python311.pkgs; [
|
||||
dependencies = with python311.pkgs; [
|
||||
numpy
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user