matplotlib-haskell icon indicating copy to clipboard operation
matplotlib-haskell copied to clipboard

Adds staticWhich and python3.WithPackages to ensure python at runtime

Open augyg opened this issue 3 years ago • 0 comments

Kept having issues getting past an error "env: ‘python3’: No such file or directory" or matplotlb not found when depending on this haskell package in nix so this solves that by having the haskell derivation reference a python implementation with the appropriate python packages as well as "which" and then using the System.Which module to guarantee this executable at runtime over the env IO action.

augyg avatar Dec 19 '22 06:12 augyg