Merge pull request #130769 from Stunkymonkey/ecryptfs-helper-phases

ecryptfs-helper: deprecate phases
This commit is contained in:
Sandro
2021-07-21 16:30:56 +02:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "0gp4m22zc80814ng80s38hp930aa8r4zqihr7jr23m0m2iq4pdpg";
};
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];