diff --git a/pkgs/by-name/ad/adwaita-icon-theme/package.nix b/pkgs/by-name/ad/adwaita-icon-theme/package.nix index 14d6b869e75d..a009966e737c 100644 --- a/pkgs/by-name/ad/adwaita-icon-theme/package.nix +++ b/pkgs/by-name/ad/adwaita-icon-theme/package.nix @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "adwaita-icon-theme"; - version = "46.0"; + version = "47.beta"; src = fetchurl { url = "mirror://gnome/sources/adwaita-icon-theme/${lib.versions.major version}/adwaita-icon-theme-${version}.tar.xz"; - hash = "sha256-S8tTm9ddZNo4XW+gjLqp3erOtqyOgrhbpsQRF79bpk4="; + hash = "sha256-wEWmk0nm6dwUPTrCr0tm0fCwLGY+GaIPwZ6qYIIErvs="; }; nativeBuildInputs = [ @@ -37,6 +37,13 @@ stdenv.mkDerivation rec { hicolor-icon-theme ]; + postPatch = '' + # Postpone these changes for now, please discuss in https://github.com/NixOS/nixpkgs/pull/316416 + substituteInPlace index.theme \ + --replace-fail "Hidden=true" "" \ + --replace-fail "Inherits=AdwaitaLegacy,hicolor" "Inherits=hicolor" + ''; + dontDropIconThemeCache = true; passthru = {