Unverified Commit 6d468c3a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #225731 from ivan/python38-meson

python38Packages.meson: fix build with libxcrypt
parents 16e25152 4ace88d6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
, OpenGL
, AppKit
, Cocoa
, libxcrypt
}:

python3.pkgs.buildPythonApplication rec {
@@ -120,6 +121,10 @@ python3.pkgs.buildPythonApplication rec {
      --replace "python3 -c " "${python3.interpreter} -c "
  '';

  buildInputs = lib.optionals (python3.pythonOlder "3.9") [
    libxcrypt
  ];

  nativeBuildInputs = [ installShellFiles ];

  postInstall = ''