python3Packages.fava: fix build (#493954)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user