Unverified Commit 6db59446 authored by K900's avatar K900 Committed by GitHub
Browse files

ecryptfs: disable openssl module to fix build (#392196)

parents 2f5629df 85f6d8fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
    done
  '';

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

  nativeBuildInputs =
    [