anki: Remove override

nazuna
Simon Bruder 2023-05-05 17:03:59 +02:00
parent b859e6aa8c
commit 896340bf20
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 5 deletions

View File

@ -46,9 +46,4 @@ in
patches = [ ];
});
# FIXME: Remove once PR 226426 lands
anki = prev.anki.overrideAttrs (o: rec {
buildInputs = o.buildInputs ++ (with prev; [ qt6.qtwayland ]);
});
}