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
commit 1b1660a560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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