Skip to content

Commit

Permalink
Remove no longer needed bismuth patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 11, 2023
1 parent 45547c5 commit b6c0ca7
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,6 @@
"JetBrainsMono"
];
};

libsForQt5 = prev.libsForQt5 // {
bismuth = prev.libsForQt5.bismuth.overrideAttrs (finalAttrs: previousAttrs: {
patches =
(previousAttrs.patches or [ ])
++ [
# (fetchpatch {
# name = "bismuth-3.1-4-border-color.patch";
# url = "https://github.com/I-Want-ToBelieve/bismuth/commit/dac110934fe1ae0da9e4aca8c331f27987b033cf.patch";
# sha256 = "sha256-3fQs/A4hc/qeiu+792nZBTl4ujg8rQD25kuwNr03YUs=";
# })
(prev.fetchpatch {
name = "bismuth-3.1-4-static-block.patch";
url = "https://github.com/I-Want-ToBelieve/bismuth/commit/99438b55a82f90d4df3653d00f1f0978eddc2725.patch";
sha256 = "sha256-jEt0YdS7k0bJRIS0UMY21o71jgrJcwNp3gFA8e8TG6I=";
})
(prev.fetchpatch {
name = "bismuth-3.1-4-window-id.patch";
url = "https://github.com/jkcdarunday/bismuth/commit/ce377a33232b7eac80e7d99cb795962a057643ae.patch";
sha256 = "sha256-15txf7pRhIvqsrBdBQOH1JDQGim2Kh5kifxQzVs5Zm0=";
})
];
});
};
};

# When applied, the unstable nixpkgs set (declared in the flake inputs) will
Expand Down

0 comments on commit b6c0ca7

Please sign in to comment.