diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-19 18:37:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-19 18:37:07 +0200 |
commit | a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345 (patch) | |
tree | fbaa75eff7c541058a097d554c478720ea087fe2 | |
parent | 53b1d67fa224b6c52d16ec19477a89c114241047 (diff) | |
download | nixos-a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345.tar nixos-a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345.tar.gz nixos-a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345.tar.bz2 nixos-a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345.tar.xz nixos-a8d96daaa2d9cad0d6b3dfc9c4364f32e2c64345.zip |
...
-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 |