On OSX I also need wxmac
, and I believe for Linux you want one of the wxGTK packages:
These appear to already be expressed in the nixpkgs definitions:
However, they’re not defined as propagatedBuildInputs
in the first link, so you have to also name the wx package separately when installing in order to have it available at runtime.
I don’t have ready access to a Nix-enabled desktop Linux host right now to test for myself, but I think that should let you move forward. Good luck!