Skip to content

Commit

Permalink
fix: apply unmerged macchiato patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkutuk authored and etu committed Feb 10, 2025
1 parent e9185e6 commit 6cb8e9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions themes/jsonresume-theme-macchiato/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
buildNpmPackage,
fetchFromGitHub,
fetchpatch,
python3,
}: let
pname = "jsonresume-theme-macchiato";
Expand All @@ -18,6 +19,13 @@ in

npmDepsHash = "sha256-yK7Yp2580XiGv1nHmyBnnF7dLlADOP8NWLvuzAMclOo=";

patches = [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/biosan/jsonresume-theme-macchiato/pull/22.patch";
hash = "sha256-sq5gOiY35uJF7k0Hxx19VMh1Gn9i2lWAlbNAgqBboHM=";
})
];

nativeBuildInputs = [python3];
dontNpmBuild = true;
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = 1;
Expand Down

0 comments on commit 6cb8e9a

Please sign in to comment.