overlays/drawterm-wayland: add patch for yet to be upstreamed fix
This commit is contained in:
parent
d3b1831d20
commit
a09ba46157
@ -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 [
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user