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:
Bobby Rong 2022-03-19 16:31:43 +08:00
parent 88aee703c2
commit 2e80b3ffab
No known key found for this signature in database
GPG Key ID: ED07364437C91161

@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
json-glib
xorg.libXtst
pantheon.granite
pantheon.elementary-gtk-theme
];
doCheck = true;