overlays: remove drawterm-wayland patch

This commit is contained in:
Aaron Bieber 2024-05-27 09:05:48 -06:00
parent 947a3abd28
commit 947f85b275
No known key found for this signature in database

View File

@ -19,16 +19,6 @@ 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 [
]);