pkgs/irken: add libnotify for the plugins

This commit is contained in:
Aaron Bieber 2024-11-20 14:40:40 -07:00
parent 5843066da3
commit 30bc24a72a
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
{ lib, mkTclDerivation, fetchFromGitHub, tcltls, bwidget, tk }: { lib, mkTclDerivation, fetchFromGitHub, tcltls, bwidget, tk, libnotify }:
mkTclDerivation { mkTclDerivation {
@ -16,6 +16,7 @@ mkTclDerivation {
tcltls tcltls
bwidget bwidget
tk tk
libnotify
]; ];
installPhase = '' installPhase = ''