diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:05:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 06:05:19 +0100 |
commit | c2b9840f484abb4c1be4db54b2c36b0398918713 (patch) | |
tree | ffadaa39513556b6aab7dfc3844515b78ac2c3eb | |
parent | b3123edf3cb1e0b1189966efaa217d781b6d2bef (diff) | |
download | nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.gz nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.bz2 nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.xz nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.zip |
installPhase -> postInstall
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ in rec { | |||
66 | pkgs.makeWrapper | 66 | pkgs.makeWrapper |
67 | ]; | 67 | ]; |
68 | pythonPath = with pkgs.python2Packages ; [pygments]; | 68 | pythonPath = with pkgs.python2Packages ; [pygments]; |
69 | installPhase = '' | 69 | postInstall = '' |
70 | wrapPythonPrograms | 70 | wrapPythonPrograms |
71 | ''; | 71 | ''; |
72 | }); | 72 | }); |