Unverified Commit 93def2c1 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

openrazer-daemon: Add missing dependency (#403786)

parents 22723ce8 a49872dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  wrapGAppsNoGuiHook,
  notify2,
  glib,
  libnotify,
}:

let
@@ -56,6 +57,7 @@ buildPythonPackage (
      pyudev
      setproctitle
      notify2
      libnotify
    ];

    postInstall = ''