Skip to content

Commit

Permalink
build: remove wiki patches
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 14, 2024
1 parent c90f626 commit 6cc45cb
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/overlays/frappe/wiki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
flit-core,
extractFrappeMeta,
mkAssets,
applyPatches,
fetchpatch,
}:
buildPythonPackage rec {
inherit
Expand All @@ -18,19 +16,7 @@ buildPythonPackage rec {
pname = "wiki";
version = "3.x-dev";

src = mkAssets (appSources.wiki
// {
src = applyPatches {
inherit (appSources.wiki) src;
name = "wiki";
patches = [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/frappe/wiki/pull/261.patch";
hash = "sha256-xVXpvrvEjzSnqcRzDldMII2W7yQBxaj86T3ptK6lFnc=";
})
];
};
});
src = mkAssets appSources.wiki;
inherit (appSources.wiki) passthru;

nativeBuildInputs = [
Expand Down

0 comments on commit 6cc45cb

Please sign in to comment.