fix(nagstamon): working on wayland
This commit is contained in:
parent
d492658ecc
commit
4eb2a0dd1b
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ in python311Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapQtAppsHook ];
|
nativeBuildInputs = [ wrapQtAppsHook ];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapQtApp $out/bin/nagstamon.py
|
makeQtWrapper $out/bin/nagstamon.py $out/bin/nagstamon
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -34,6 +34,7 @@ in python311Packages.buildPythonApplication rec {
|
||||||
python311Packages.requests-kerberos
|
python311Packages.requests-kerberos
|
||||||
python311Packages.setuptools
|
python311Packages.setuptools
|
||||||
python311Packages.xlib
|
python311Packages.xlib
|
||||||
|
pkgs.libsForQt5.qt5.qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue