diff options
| -rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -62,6 +62,7 @@ in rec { | |||
| 62 | buildInputs = oldAttrs.buildInputs ++ [ | 62 | buildInputs = oldAttrs.buildInputs ++ [ |
| 63 | pkgs.perl | 63 | pkgs.perl |
| 64 | pkgs.python2Packages.wrapPython | 64 | pkgs.python2Packages.wrapPython |
| 65 | pkgs.makeWrapper | ||
| 65 | ]; | 66 | ]; |
| 66 | pythonPath = with pkgs.python2Packages ; [pygments]; | 67 | pythonPath = with pkgs.python2Packages ; [pygments]; |
| 67 | postInstall = '' | 68 | postInstall = '' |
