diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:03:26 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:03:26 +0100 |
commit | b3123edf3cb1e0b1189966efaa217d781b6d2bef (patch) | |
tree | 48009a6f15c8ab9248eb2b76a990ed417f88ab66 | |
parent | 8e655bc1ca1b79cfc566726f52540134c5018253 (diff) | |
download | nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.gz nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.bz2 nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.xz nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.zip |
*poke*
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ in rec { | |||
62 | buildInputs = oldAttrs.buildInputs ++ [ | 62 | buildInputs = oldAttrs.buildInputs ++ [ |
63 | pkgs.perl | 63 | pkgs.perl |
64 | pkgs.python2 | 64 | pkgs.python2 |
65 | pkgs.wrapPython | 65 | pkgs.python2Packages.wrapPython |
66 | pkgs.makeWrapper | 66 | pkgs.makeWrapper |
67 | ]; | 67 | ]; |
68 | pythonPath = with pkgs.python2Packages ; [pygments]; | 68 | pythonPath = with pkgs.python2Packages ; [pygments]; |