From 3f4a353737f165d4935c0404404c0de6eea92093 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 19 Jun 2019 11:45:34 -0400 Subject: treewide: use dontUnpack --- pkgs/applications/editors/yi/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/yi') diff --git a/pkgs/applications/editors/yi/wrapper.nix b/pkgs/applications/editors/yi/wrapper.nix index e20c0a3cbca..a90275638dc 100644 --- a/pkgs/applications/editors/yi/wrapper.nix +++ b/pkgs/applications/editors/yi/wrapper.nix @@ -11,7 +11,7 @@ in stdenv.mkDerivation rec { name = "yi-custom-${version}"; version = "0.0.0.1"; - unpackPhase = "true"; + dontUnpack = true; nativeBuildInputs = [ makeWrapper ]; buildCommand = '' -- cgit 1.4.1