densify: add libnotify to path

This commit is contained in:
Luukas Pörtfors 2025-07-04 22:21:20 +02:00
parent 91d7c31f96
commit 99f32d8c0c
No known key found for this signature in database
GPG Key ID: C49222718C0F346C

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
]
}"
)