diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 04:16:55 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 04:16:55 +0100 |
commit | 4aea8b4941b907506d44658d6a3e68aac19a6ef8 (patch) | |
tree | 5d9f889f0d937dc4531785a867697b4a0453f14d | |
parent | e886d9a596407e8f19c73987ccc42e99530e4e83 (diff) | |
download | nixos-4aea8b4941b907506d44658d6a3e68aac19a6ef8.tar nixos-4aea8b4941b907506d44658d6a3e68aac19a6ef8.tar.gz nixos-4aea8b4941b907506d44658d6a3e68aac19a6ef8.tar.bz2 nixos-4aea8b4941b907506d44658d6a3e68aac19a6ef8.tar.xz nixos-4aea8b4941b907506d44658d6a3e68aac19a6ef8.zip |
syntax
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ in rec { | |||
61 | cgit = pkgs.stdenv.lib.overrideDerivation pkgs.cgit (oldAttrs : { | 61 | cgit = pkgs.stdenv.lib.overrideDerivation pkgs.cgit (oldAttrs : { |
62 | buildInputs = oldAttrs.buildInputs ++ [ | 62 | buildInputs = oldAttrs.buildInputs ++ [ |
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 | }); | 66 | }); |
67 | }; | 67 | }; |