diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -66,7 +66,7 @@ in rec { | |||
| 66 | pkgs.makeWrapper | 66 | pkgs.makeWrapper |
| 67 | ]; | 67 | ]; |
| 68 | pythonPath = with pkgs.python2Packages ; [pygments]; | 68 | pythonPath = with pkgs.python2Packages ; [pygments]; |
| 69 | installPhase = '' | 69 | postInstall = '' |
| 70 | wrapPythonPrograms | 70 | wrapPythonPrograms |
| 71 | ''; | 71 | ''; |
| 72 | }); | 72 | }); |
