diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:03:02 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:03:02 +0100 |
commit | 8e655bc1ca1b79cfc566726f52540134c5018253 (patch) | |
tree | 55c332cc46f62cee1db89221644c90c100e909a8 /ymir.nix | |
parent | b8650afe588999c6bc0df96dd6e946b3c2aa4dd7 (diff) | |
download | nixos-8e655bc1ca1b79cfc566726f52540134c5018253.tar nixos-8e655bc1ca1b79cfc566726f52540134c5018253.tar.gz nixos-8e655bc1ca1b79cfc566726f52540134c5018253.tar.bz2 nixos-8e655bc1ca1b79cfc566726f52540134c5018253.tar.xz nixos-8e655bc1ca1b79cfc566726f52540134c5018253.zip |
*poke*
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,11 +61,12 @@ 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.python2Packages.wrapPython | 64 | pkgs.python2 |
65 | pkgs.wrapPython | ||
65 | pkgs.makeWrapper | 66 | pkgs.makeWrapper |
66 | ]; | 67 | ]; |
67 | pythonPath = with pkgs.python2Packages ; [pygments]; | 68 | pythonPath = with pkgs.python2Packages ; [pygments]; |
68 | postInstall = '' | 69 | installPhase = '' |
69 | wrapPythonPrograms | 70 | wrapPythonPrograms |
70 | ''; | 71 | ''; |
71 | }); | 72 | }); |