python3Packages.nunavut: propagate importlib-resources

This commit is contained in:
Martin Weinelt 2022-04-02 02:58:45 +02:00
parent 1a22bd129a
commit d744db51bc

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchPypi
, importlib-resources
, pydsdl
, pyyaml
}:
@ -18,6 +19,7 @@
};
propagatedBuildInputs = [
importlib-resources
pydsdl
pyyaml
];