mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
matrix-commander: Add notify2 dependency to enable --os-notify feature
This commit is contained in:
parent
c935f5e0ad
commit
5a63a08cce
@ -20,6 +20,7 @@ stdenv.mkDerivation {
|
||||
pillow
|
||||
urllib3
|
||||
aiofiles
|
||||
notify2
|
||||
]))];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user