diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 04:03:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 04:03:50 +0100 |
commit | 14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123 (patch) | |
tree | fcee6c7b2df6ae52837ef82c365209ce7b11a49c | |
parent | c02933819b8ef08f435d8c99370ddc90ab74e205 (diff) | |
download | nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.gz nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.bz2 nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.xz nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.zip |
syntax
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ in rec { | |||
59 | plugins = []; | 59 | plugins = []; |
60 | }; | 60 | }; |
61 | cgit = pkgs.stdenv.lib.overrideDerivation pkgs.cgit (oldAttrs : { | 61 | cgit = pkgs.stdenv.lib.overrideDerivation pkgs.cgit (oldAttrs : { |
62 | buildInputs = oldAttrs.buildInputs + [pkgs.perl pkgs.python3 pkgs.pythonPackages.pygments ]; | 62 | buildInputs = oldAttrs.buildInputs ++ [pkgs.perl pkgs.python3 pkgs.pythonPackages.pygments]; |
63 | }); | 63 | }); |
64 | }; | 64 | }; |
65 | 65 | ||