summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 06:03:26 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 06:03:26 +0100
commitb3123edf3cb1e0b1189966efaa217d781b6d2bef (patch)
tree48009a6f15c8ab9248eb2b76a990ed417f88ab66 /ymir.nix
parent8e655bc1ca1b79cfc566726f52540134c5018253 (diff)
downloadnixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar
nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.gz
nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.bz2
nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.tar.xz
nixos-b3123edf3cb1e0b1189966efaa217d781b6d2bef.zip
*poke*
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 0839d5e1..aee6d827 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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];