From c2b9840f484abb4c1be4db54b2c36b0398918713 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 06:05:19 +0100 Subject: installPhase -> postInstall --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index aee6d827..7a514c01 100644 --- a/ymir.nix +++ b/ymir.nix @@ -66,7 +66,7 @@ in rec { pkgs.makeWrapper ]; pythonPath = with pkgs.python2Packages ; [pygments]; - installPhase = '' + postInstall = '' wrapPythonPrograms ''; }); -- cgit v1.2.3