python3Packages.osqp: fix version

This commit is contained in:
Jonathan Ringer
2022-02-07 11:39:27 -08:00
parent 03f8de4775
commit 72e5686be2
@@ -5,6 +5,7 @@
, future
, numpy
, qdldl
, setuptools-scm
, scipy
# check inputs
, pytestCheckHook
@@ -20,7 +21,9 @@ buildPythonPackage rec {
sha256 = "b2fa17aae42a7ed498ec261b33f262bb4b3605e7e8464062159d9fae817f0d61";
};
nativeBuildInputs = [ cmake ];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [ cmake setuptools-scm ];
dontUseCmakeConfigure = true;
propagatedBuildInputs = [