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