Heya,
I try to specify python310 runtime dependencies in a non-python nixpkg.
I tried propagatedBuildInputs but had no luck. I think it’s only working in python packages.
What the idiomatic way in non-python nixpkgs?
Heya,
I try to specify python310 runtime dependencies in a non-python nixpkg.
I tried propagatedBuildInputs but had no luck. I think it’s only working in python packages.
What the idiomatic way in non-python nixpkgs?
I solved the problem by writing a wrapper.