nix-community / dream2nix

Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
https://dream2nix.dev
MIT License
1.02k stars 123 forks source link

Support python setuptools package-data #1026

Open rupurt opened 3 months ago

rupurt commented 3 months ago

I'm building a python project that includes jinja templates and css files. Unfortunately it seems like the dream2nix pip module doesn't support setuptools package-data as those files are not included in the final derivation.

Are there any plans to support this or workarounds to get these non-python files included in the final derivation?

DavHau commented 3 months ago

It should be supported. Could you open an issue with a minimal reproducer flake where it doesn't work?