summary refs log tree commit diff
path: root/nixos/lib
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 /nixos/lib
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 'nixos/lib')
-rw-r--r--nixos/lib/testing.nix2
-rw-r--r--nixos/lib/testing/jquery.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing.nix b/nixos/lib/testing.nix
index a13e76a6956..76706877103 100644
--- a/nixos/lib/testing.nix
+++ b/nixos/lib/testing.nix
@@ -24,7 +24,7 @@ in rec {
 
     buildInputs = [ makeWrapper perl ];
 
-    unpackPhase = "true";
+    dontUnpack = true;
 
     preferLocalBuild = true;
 
diff --git a/nixos/lib/testing/jquery.nix b/nixos/lib/testing/jquery.nix
index 103721cadc3..e272f66a576 100644
--- a/nixos/lib/testing/jquery.nix
+++ b/nixos/lib/testing/jquery.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
       sha256 = "1v956yf5spw0156rni5z77hzqwmby7ajwdcd6mkhb6zvl36awr90";
     };
 
-  unpackPhase = "true";
+  dontUnpack = true;
 
   installPhase =
     ''