mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
gnome-clocks: remove unnecessary sound theme
plays a hardcoded ogg file now
This commit is contained in:
parent
b0f1cfaf46
commit
1f9ac8af58
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user