fix(pkgs): patch clisp with an overlay to ensure zettlr can build

see https://github.com/NixOS/nixpkgs/issues/206958
This commit is contained in:
Pierre Martin
2022-12-21 08:11:37 +01:00
parent c412666315
commit cf7e5fcd04
2 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,17 @@
{
home.stateVersion = "22.05";
# Temporary overlays for patches
nixpkgs.overlays = [
(self: super: {
# see https://github.com/NixOS/nixpkgs/pull/206745
clisp = super.clisp.override
{
readline = pkgs.readline6;
};
})
];
home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
home.file.".npmrc".source = ./files/.npmrc;

View File

@@ -109,7 +109,7 @@
jetbrains-mono
vscode
zettlr
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
unclutter-xfixes
playerctl