forked from mirrors/nixpkgs
snippetpixie: remove elementary-gtk-theme from buildInputs
Adding the theme to buildInputs does not ensure it to present in XDG_DATA_DIRS. The app does not hardcode GTK theme so if user has some GTK theme installed this won't work anyway.
This commit is contained in:
parent
88aee703c2
commit
2e80b3ffab
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
|||
json-glib
|
||||
xorg.libXtst
|
||||
pantheon.granite
|
||||
pantheon.elementary-gtk-theme
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue