Merge pull request #140372 from gebner/mpdevildeps

mpdevil: add missing libnotify dependency
This commit is contained in:
Gabriel Ebner
2021-10-03 15:47:54 +02:00
committed by GitHub
+2 -1
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; [