mpdevil: add missing libnotify dependency

This commit is contained in:
Gabriel Ebner 2021-10-03 15:11:15 +02:00
parent 93869cdd81
commit e4f15f27fd

View File

@ -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; [