python3Packages.nunavut: fix build

This commit is contained in:
Fabian Affolter 2021-10-02 22:30:11 +02:00
parent 18e178040a
commit b4ba29173d

View file

@ -3,12 +3,14 @@
, pythonOlder
, fetchPypi
, pydsdl
, pyyaml
}:
buildPythonPackage rec {
pname = "nunavut";
version = "1.4.2";
disabled = pythonOlder "3.5"; # only python>=3.5 is supported
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
@ -17,6 +19,7 @@
propagatedBuildInputs = [
pydsdl
pyyaml
];
# allow for writable directory for darwin