Update package overrides

This commit is contained in:
Andrew Kvalheim 2023-05-18 15:55:47 -07:00
parent 7f31172e50
commit 0b06a3ecfd

View file

@ -81,12 +81,6 @@ unstableUntil {
'';
});
# Workaround for https://gitlab.com/kevincox/watchlog/-/issues/6
watchlog = unstable.watchlog.overrideAttrs (watchlog: until watchlog "1.201.0" {
nativeBuildInputs = watchlog.nativeBuildInputs ++ [ pkgs.makeWrapper ];
postInstall = "wrapProgram $out/bin/wl --set CARGO_PKG_NAME 'watchlog'";
});
# Set GNOME Shell font
yaru-theme = pkgs.yaru-theme.overrideAttrs (yaru-theme: {
patches = yaru-theme.patches or [ ] ++ [ ../packages/resources/yaru-theme_font.patch ];