about summary refs log tree commit diff
path: root/pkgs/tools/security/ecryptfs
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-20 13:59:09 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-20 13:59:09 +0200
commit814e370b03f3b8f0c5905d5983e9d5182b8fc0fd (patch)
tree2eb7ea68bed23419834c2aead5fac397cb85dbf8 /pkgs/tools/security/ecryptfs
parent915a8aac334756ade33d4a44d73eb3870f7467be (diff)
ecryptfs-helper: deprecate phases
Diffstat (limited to 'pkgs/tools/security/ecryptfs')
-rw-r--r--pkgs/tools/security/ecryptfs/helper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ecryptfs/helper.nix b/pkgs/tools/security/ecryptfs/helper.nix
index bd558b7ab66db..e0252dac820a8 100644
--- a/pkgs/tools/security/ecryptfs/helper.nix
+++ b/pkgs/tools/security/ecryptfs/helper.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
     sha256 = "0gp4m22zc80814ng80s38hp930aa8r4zqihr7jr23m0m2iq4pdpg";
   };
 
-  phases = [ "installPhase" ];
+  dontUnpack = true;
 
   nativeBuildInputs = [ makeWrapper ];