overlays/drawterm-wayland: add patch for yet to be upstreamed fix

This commit is contained in:
Aaron Bieber 2024-05-23 13:16:05 -06:00
parent d3b1831d20
commit a09ba46157
No known key found for this signature in database

View File

@ -30,6 +30,16 @@ in
] ++
(if isUnstable
then [
(_: super: {
drawterm-wayland = super.drawterm-wayland.overrideAttrs (_: rec {
patches = [
(super.fetchpatch {
url = "http://okturing.com/src/19729/body";
sha256 = "sha256-DKmxC2HA/PlhZFd0P54CzPufURDyx4bA04OmFess974=";
})
];
});
})
]
else [
]);