mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #325177 from heyzec/indicator-sound-switcher
indicator-sound-switcher: fix Gtk Namespace error
This commit is contained in:
commit
f1da27a2b2
@ -1,7 +1,6 @@
|
||||
{ python3Packages
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, perlPackages
|
||||
, gettext
|
||||
, gtk3
|
||||
, gobject-introspection
|
||||
@ -35,6 +34,7 @@ python3Packages.buildPythonApplication rec {
|
||||
wrapGAppsHook3
|
||||
glib
|
||||
gdk-pixbuf
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -45,7 +45,6 @@ python3Packages.buildPythonApplication rec {
|
||||
python3Packages.setuptools
|
||||
python3Packages.pygobject3
|
||||
gtk3
|
||||
gobject-introspection
|
||||
librsvg
|
||||
libayatana-appindicator
|
||||
libpulseaudio
|
||||
|
Loading…
Reference in New Issue
Block a user