We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f1cfa commit 1f9ac8aCopy full SHA for 1f9ac8a
pkgs/desktops/gnome/apps/gnome-clocks/default.nix
@@ -13,7 +13,6 @@
13
libxml2,
14
gtk4,
15
glib,
16
- sound-theme-freedesktop,
17
gsettings-desktop-schemas,
18
gnome-desktop,
19
geocode-glib_2,
@@ -65,13 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
65
64
gst-plugins-good
66
]);
67
68
- preFixup = ''
69
- gappsWrapperArgs+=(
70
- # Fallback sound theme
71
- --prefix XDG_DATA_DIRS : "${sound-theme-freedesktop}/share"
72
- )
73
- '';
74
-
75
doCheck = true;
76
77
passthru = {
0 commit comments