From 56866c1ac1832bce3a674c9207655f44aa074e0f Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 29 Sep 2023 15:39:27 +0000 Subject: [PATCH] servo: fix lemmy-ui build --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index e6517f92..e84153a5 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -19,6 +19,12 @@ let // (if title != null then { name = title; } else {}) ); in [ + (fetchpatch' { + # merged 2023/09/28. fixes lemmy build + title = "lemmy-ui: add missed build dependency"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/257769"; + hash = "sha256-Z0fHlsycsSUoniXYoD1H+Kti1Vk5TFBC38TbtUR+ZPg="; + }) # (fetchpatch' { # # fixes /mnt/servo-nfs mount failures # # 2023/09/21: doesn't apply