Unverified Commit 56d4b403 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.fava: fix build (#493954)

parents 073dd5c2 84b9dbb9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -58,12 +58,6 @@ buildPythonPackage {

  patches = [
    ./dont-compile-frontend.patch
    # https://github.com/beancount/fava/pull/2176
    (fetchpatch2 {
      name = "fix-have-excel-replacement.patch";
      url = "https://github.com/beancount/fava/commit/36eba34495d189cd391fae0276aa1b6c94940203.patch?full_index=1";
      hash = "sha256-XSkzygnq8eHkIcp1TT7J3NdcLCIwUxDoyipO4M9M3nE=";
    })
  ];

  postPatch = ''