nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

openrazer-daemon: Add missing dependency (#403786)

authored by

Yohann Boniface and committed by
GitHub
93def2c1 22723ce8

+2
+2
pkgs/development/python-modules/openrazer/daemon.nix
··· 13 13 wrapGAppsNoGuiHook, 14 14 notify2, 15 15 glib, 16 + libnotify, 16 17 }: 17 18 18 19 let ··· 57 56 pyudev 58 57 setproctitle 59 58 notify2 59 + libnotify 60 60 ]; 61 61 62 62 postInstall = ''