diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 16:37:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 16:37:39 +0100 |
commit | 38b435e09b78ed1532711d2a6644e5196acb37c0 (patch) | |
tree | 2b2d2d824b8f999145993fc97cdddf2a3de8d0d4 | |
parent | 4cdaff9ae12d22b389f305ceba92bfe85d5573dd (diff) | |
download | nixos-38b435e09b78ed1532711d2a6644e5196acb37c0.tar nixos-38b435e09b78ed1532711d2a6644e5196acb37c0.tar.gz nixos-38b435e09b78ed1532711d2a6644e5196acb37c0.tar.bz2 nixos-38b435e09b78ed1532711d2a6644e5196acb37c0.tar.xz nixos-38b435e09b78ed1532711d2a6644e5196acb37c0.zip |
cleanup
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -64,10 +64,7 @@ in rec { | |||
64 | pkgs.python2 | 64 | pkgs.python2 |
65 | pkgs.makeWrapper | 65 | pkgs.makeWrapper |
66 | ]; | 66 | ]; |
67 | postInstall = '' | 67 | postInstall = "wrapProgram $out/lib/cgit/filters/syntax-highlighting.py --prefix PYTHONPATH ':' ${pkgs.python.buildEnv.override { extraLibs = with pkgs.python2Packages; [ pygments ]; }}/lib/*/site-packages"; |
68 | wrapProgram $out/lib/cgit/filters/syntax-highlighting.py \ | ||
69 | --prefix PYTHONPATH ':' ${pkgs.python.buildEnv.override { extraLibs = with pkgs.python2Packages; [ pygments ]; }}/lib/*/site-packages | ||
70 | ''; | ||
71 | }); | 68 | }); |
72 | }; | 69 | }; |
73 | 70 | ||