Skip to content

Commit 6db5944

Browse files
authored
ecryptfs: disable openssl module to fix build (NixOS#392196)
2 parents 2f5629d + 85f6d8f commit 6db5944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/security/ecryptfs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
5656
done
5757
'';
5858

59-
configureFlags = lib.optionals (!enablePython) [ "--disable-pywrap" ];
59+
configureFlags = [ " --disable-openssl" ] ++ lib.optionals (!enablePython) [ "--disable-pywrap" ];
6060

6161
nativeBuildInputs =
6262
[

0 commit comments

Comments
 (0)