anki: Remove override
This commit is contained in:
parent
b859e6aa8c
commit
896340bf20
|
@ -46,9 +46,4 @@ in
|
||||||
|
|
||||||
patches = [ ];
|
patches = [ ];
|
||||||
});
|
});
|
||||||
|
|
||||||
# FIXME: Remove once PR 226426 lands
|
|
||||||
anki = prev.anki.overrideAttrs (o: rec {
|
|
||||||
buildInputs = o.buildInputs ++ (with prev; [ qt6.qtwayland ]);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue