Merge pull request #221163 from e1mo/paperwork-fix-soffice
paperwork: Patch broken libreoffice path
This commit is contained in:
commit
ac77663c35
@ -1,5 +1,6 @@
|
||||
{ buildPythonPackage
|
||||
, lib
|
||||
, fetchpatch
|
||||
, fetchFromGitLab
|
||||
, pyenchant
|
||||
, scikit-learn
|
||||
@ -34,6 +35,10 @@ buildPythonPackage rec {
|
||||
patches = [
|
||||
# disables a flaky test https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/issues/1035#note_1493700
|
||||
./flaky_test.patch
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/commit/0f5cf0fe7ef223000e02c28e4c7576f74a778fe6.patch";
|
||||
hash = "sha256-NIK3j2TdydfeK3/udS/Pc+tJa/pPkfAmSPPeaYuaCq4=";
|
||||
})
|
||||
];
|
||||
|
||||
patchFlags = [ "-p2" ];
|
||||
|
Loading…
Reference in New Issue
Block a user