Merge pull request #266009 from babbaj/fix-openrazer

openrazer-daemon: fix notifications
This commit is contained in:
Peder Bergebakken Sundt 2023-11-12 05:20:26 +02:00 committed by GitHub
commit 7631377330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
, pyudev
, setproctitle
, wrapGAppsHook
, notify2
}:
let
@ -39,6 +40,7 @@ buildPythonPackage (common // {
pygobject3
pyudev
setproctitle
notify2
];
postInstall = ''