forked from mirrors/nixpkgs
hplip: add support for qtwayland
Otherwise, if `QT_QPA_PLATFORM=wayland`, qt based programs will segfault.
This commit is contained in:
parent
4fa6181085
commit
78d486bc1a
|
@ -66,6 +66,8 @@ python3Packages.buildPythonApplication {
|
|||
perl
|
||||
zlib
|
||||
avahi
|
||||
] ++ lib.optionals withQt5 [
|
||||
qt5.qtwayland
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue