summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
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 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 });