about summary refs log tree commit diff
path: root/pkgs
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
parent915a8aac334756ade33d4a44d73eb3870f7467be (diff)
downloadnixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar.gz
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar.bz2
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar.lz
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar.xz
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.tar.zst
nixlib-814e370b03f3b8f0c5905d5983e9d5182b8fc0fd.zip
ecryptfs-helper: deprecate phases
Diffstat (limited to 'pkgs')
-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 bd558b7ab66d..e0252dac820a 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 ];