forked from mirrors/nixpkgs
sonata: remove gnome-themes-extra usage
This commit is contained in:
parent
6ca5577699
commit
e539a43988
|
@ -19,7 +19,7 @@ in buildPythonApplication rec {
|
|||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [
|
||||
intltool wrapGAppsHook
|
||||
gnome3.gnome-themes-standard gnome3.defaultIconTheme
|
||||
gnome3.defaultIconTheme
|
||||
gnome3.gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
@ -28,8 +28,6 @@ in buildPythonApplication rec {
|
|||
sed -i '/localmpd/d' sonata/consts.py
|
||||
'';
|
||||
|
||||
propagatedUserEnvPkgs = [ gnome3.gnome-themes-standard ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gobjectIntrospection gtk3 pygobject3
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue