gnome-clocks: remove unnecessary sound theme

plays a hardcoded ogg file now
This commit is contained in:
John Titor 2024-07-06 10:02:40 +05:30
parent b0f1cfaf46
commit 1f9ac8af58
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -13,7 +13,6 @@
libxml2,
gtk4,
glib,
sound-theme-freedesktop,
gsettings-desktop-schemas,
gnome-desktop,
geocode-glib_2,
@ -65,13 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
gst-plugins-good
]);
preFixup = ''
gappsWrapperArgs+=(
# Fallback sound theme
--prefix XDG_DATA_DIRS : "${sound-theme-freedesktop}/share"
)
'';
doCheck = true;
passthru = {