diff options
| author | Jo <jopejoe1@missing.ninja> | 2026-05-23 12:52:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 12:52:09 +0000 |
| commit | 51aa5a0f8fcf8bfce8bc34501553116e3d39a4ea (patch) | |
| tree | 5157255c2d894ff1c0225bbce4a6eb313510a228 /pkgs/by-name | |
| parent | eb248134f2bb1347c6aee0b34de14b7f0019daec (diff) | |
| parent | 234afb7b18de2d088c2ad536bd6e94cb189ecc52 (diff) | |
Diffstat (limited to 'pkgs/by-name')
| -rw-r--r-- | pkgs/by-name/ho/hooky/package.nix | 5 |
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; [ |
