mviereck / x11docker

Run GUI applications and desktops in docker and podman containers. Focus on security.
MIT License
5.68k stars 379 forks source link

nix: python3 as dependency #478

Closed k1mbl3 closed 1 year ago

k1mbl3 commented 1 year ago

Please add "python3 "to the dependencies of the nix package. It took me days to discover in the source code that the missing "python3" was the culprit.

mviereck commented 1 year ago

Thank you for the report, and sorry for your trouble. I cannot change the nix package myself because I am not the maintainer of it. This could be reported as a bug to nixOS. My fault is that I did not document well this (rather new) dependency. I have added some notes in x11docker wiki to address this. Furthermore, I have added support for jq json parser as a lightweight alternative to python.