mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
krop: support qtwayland
This commit is contained in:
parent
156a49aa49
commit
d3ce852ce7
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
|
|||
];
|
||||
buildInputs = [
|
||||
libsForQt5.poppler
|
||||
libsForQt5.qtwayland
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||
|
|
Loading…
Reference in a new issue