pkgs/irken: add libnotify for the plugins
This commit is contained in:
parent
5843066da3
commit
30bc24a72a
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user