summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 06:05:19 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 06:05:19 +0100
commitc2b9840f484abb4c1be4db54b2c36b0398918713 (patch)
treeffadaa39513556b6aab7dfc3844515b78ac2c3eb
parentb3123edf3cb1e0b1189966efaa217d781b6d2bef (diff)
downloadnixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar
nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.gz
nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.bz2
nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.tar.xz
nixos-c2b9840f484abb4c1be4db54b2c36b0398918713.zip
installPhase -> postInstall
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index aee6d827..7a514c01 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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 });