summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 0839d5e1..aee6d827 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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];