From 388426667a52c66f289a46a334f7ad65dca3b588 Mon Sep 17 00:00:00 2001 From: Naïm Favier Date: Wed, 7 Feb 2024 12:29:48 +0100 Subject: haskellPackages.nix-serve-ng: apply patch --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a77943dbf8d5..441abe4789c4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2857,6 +2857,12 @@ self: super: { ghc-lib-parser = self.ghc-lib-parser_9_8_1_20231121; }); + # Support base16 1.0 + nix-serve-ng = appendPatch (fetchpatch { + url = "https://github.com/aristanetworks/nix-serve-ng/commit/4d9eacfcf753acbcfa0f513bec725e9017076270.patch"; + hash = "sha256-zugyUpEq/iVkxghrvguL95+lJDEpE8MLvZivken0p24="; + }) super.nix-serve-ng; + # Needs a matching version of ipython-kernel and a # ghc-syntax-highlighter compatible with a newer ghc-lib-parser it # transitively pulls in -- cgit 1.4.1