mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python310Packages.soxr: add missing oldest-supported-numpy dependency
This commit is contained in:
parent
d07f7a9cd1
commit
118c2681fb
@ -2,9 +2,10 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
|
||||
# build-sytem
|
||||
# build-system
|
||||
, cython_3
|
||||
, numpy
|
||||
, oldest-supported-numpy
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, gnutar
|
||||
@ -29,12 +30,13 @@ buildPythonPackage rec {
|
||||
hash = "sha256-q/K7XlqvDHAna+fqN6iiJ9wD8efsuwHiEfKjXS46jz8=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cython_3
|
||||
gnutar
|
||||
numpy
|
||||
oldest-supported-numpy
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user