about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2021-10-03 15:11:15 +0200
committerGabriel Ebner <gebner@gebner.org>2021-10-03 15:11:15 +0200
commite4f15f27fd51c07843d5027537a474abf1b4687c (patch)
tree3c52ddce5e96bdf776a4258b473eb0f041381863 /pkgs/applications/audio
parent93869cdd815e1fef6aa1a506f307198c9bd6a1a7 (diff)
mpdevil: add missing libnotify dependency
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mpdevil/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpdevil/default.nix b/pkgs/applications/audio/mpdevil/default.nix
index 6dd9b07bdb2a8..b55cf9be3518a 100644
--- a/pkgs/applications/audio/mpdevil/default.nix
+++ b/pkgs/applications/audio/mpdevil/default.nix
@@ -1,6 +1,7 @@
 { lib, fetchFromGitHub
 , python3Packages
 , gdk-pixbuf, glib, gobject-introspection, gtk3
+, libnotify
 , intltool
 , wrapGAppsHook }:
 
@@ -20,7 +21,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   buildInputs = [
-    gdk-pixbuf glib
+    gdk-pixbuf glib libnotify
   ];
 
   propagatedBuildInputs = with python3Packages; [