diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ in rec { | |||
74 | # }; | 74 | # }; |
75 | # plugins = []; | 75 | # plugins = []; |
76 | # }; | 76 | # }; |
77 | cgit = super.stdenv.lib.overrideDerivation super.cgit (oldAttrs : { | 77 | cgit = super.lib.overrideDerivation super.cgit (oldAttrs : { |
78 | buildInputs = oldAttrs.buildInputs ++ [ | 78 | buildInputs = oldAttrs.buildInputs ++ [ |
79 | self.perl | 79 | self.perl |
80 | self.python3 | 80 | self.python3 |