densify: add libnotify to path (#422515)

This commit is contained in:
Aleksana
2025-07-05 16:42:47 +08:00
committed by GitHub
+2
View File
@@ -8,6 +8,7 @@
xorg,
gnugrep,
ghostscript,
libnotify,
}:
python3Packages.buildPythonApplication rec {
@@ -44,6 +45,7 @@ python3Packages.buildPythonApplication rec {
ghostscript
gnugrep
xorg.xrandr
libnotify
]
}"
)