summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 04:03:50 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 04:03:50 +0100
commit14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123 (patch)
treefcee6c7b2df6ae52837ef82c365209ce7b11a49c
parentc02933819b8ef08f435d8c99370ddc90ab74e205 (diff)
downloadnixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar
nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.gz
nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.bz2
nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.tar.xz
nixos-14eeaa89d7d50f3cca2a51c3d856fd6d1cb86123.zip
syntax
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index e7f221f3..e605f5fe 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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