summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 0355540d..25894cac 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -66,7 +66,7 @@ in rec {
66 ]; 66 ];
67 postInstall = '' 67 postInstall = ''
68 wrapProgram $out/lib/cgit/filters/syntax-highlighting.py \ 68 wrapProgram $out/lib/cgit/filters/syntax-highlighting.py \
69 --prefix PYTHONPATH ':' ${pkgs.python.buildEnv.override { extraLibs = [ pygments ]; }}/lib/*/site-packages 69 --prefix PYTHONPATH ':' ${pkgs.python.buildEnv.override { extraLibs = with pkgs.python2packages; [ pygments ]; }}/lib/*/site-packages
70 ''; 70 '';
71 }); 71 });
72 }; 72 };