summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 28b7c72f..455b36c9 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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 = ''