summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-19 11:45:34 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 04:23:51 -0400
commit3f4a353737f165d4935c0404404c0de6eea92093 (patch)
treeadfa77773876bb21a3e8707648c8259546905bb6 /pkgs/applications/editors/yi
parentb10e4624041cbbc824c034ee91bdca90d1132958 (diff)
downloadnixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar.gz
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar.bz2
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar.lz
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar.xz
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.tar.zst
nixpkgs-3f4a353737f165d4935c0404404c0de6eea92093.zip
treewide: use dontUnpack
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''