diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ in rec { | |||
63 | pkgs.perl | 63 | pkgs.perl |
64 | (pkgs.python2.buildEnv.override { extraLibs = (with pkgs.python2Packages; [ pygments ]); }) | 64 | (pkgs.python2.buildEnv.override { extraLibs = (with pkgs.python2Packages; [ pygments ]); }) |
65 | ]; | 65 | ]; |
66 | fixupPhase = oldAttrs.fixupPhase + "\n" + '' | ||
67 | rm -v $out/cgit/robots.txt | ||
68 | ''; | ||
66 | }); | 69 | }); |
67 | }; | 70 | }; |
68 | 71 | ||