Commit bd035939 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

python3Packages.libarchive-c: apply patch fixing a test with recent `libarchive` versions

parent bc33d7e6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  libarchive,
  glibcLocales,
  mock,
@@ -21,6 +22,14 @@ buildPythonPackage rec {
    sha256 = "sha256-CO9llPIbVTuE74AeohrMAu5ICkuT/MorRlYEEFne6Uk=";
  };

  patches = [
    (fetchpatch {
      name = "fix-tests-with-recent-libarchive.patch";
      url = "https://github.com/Changaco/python-libarchive-c/commit/a56e9402c76c2fb9631651de7bae07b5fbb0b624.patch";
      hash = "sha256-OLwJQurEFAmwZJbQfhkibrR7Rcnc9vpWwBuhKxgmT7g=";
    })
  ];

  LC_ALL = "en_US.UTF-8";

  postPatch = ''