summaryrefslogtreecommitdiff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorJo <jopejoe1@missing.ninja>2026-05-23 12:52:09 +0000
committerGitHub <noreply@github.com>2026-05-23 12:52:09 +0000
commit51aa5a0f8fcf8bfce8bc34501553116e3d39a4ea (patch)
tree5157255c2d894ff1c0225bbce4a6eb313510a228 /pkgs/by-name
parenteb248134f2bb1347c6aee0b34de14b7f0019daec (diff)
parent234afb7b18de2d088c2ad536bd6e94cb189ecc52 (diff)
hooky: fix build with kdl-hs 1.1 (#523241)HEADmaster
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/ho/hooky/package.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/by-name/ho/hooky/package.nix b/pkgs/by-name/ho/hooky/package.nix
index 04ba4fb69eb5..9a087b351419 100644
--- a/pkgs/by-name/ho/hooky/package.nix
+++ b/pkgs/by-name/ho/hooky/package.nix
@@ -20,6 +20,11 @@ haskellPackages.mkDerivation {
hash = "sha256-w4sWD5dZTNKwrYhrJw9RcwGoeNxpJnm/6RRqYjiIiBg=";
};
+ postPatch = ''
+ substituteInPlace src/Hooky/Config.hs \
+ --replace-fail 'KDL.text' 'KDL.string'
+ '';
+
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = with haskellPackages; [