haskellPackages.taffybar: fix build
Add patches to allow building with gi-gdkpixbuf_2_0_26 Upstream PRs: - https://github.com/taffybar/gtk-sni-tray/pull/25 - https://github.com/taffybar/taffybar/pull/507
This commit is contained in:
@@ -111794,8 +111794,6 @@ self: {
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"gtk-strut" = callPackage
|
||||
@@ -252598,7 +252596,6 @@ self: {
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"tag-bits" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user