authenticator: Drop GTK4 override
We have updated GTK4 to 4.10.
This commit is contained in:
parent
771a33899e
commit
c5e9a792f7
1 changed files with 1 additions and 12 deletions
|
@ -2833,18 +2833,7 @@ with pkgs;
|
||||||
|
|
||||||
audiowaveform = callPackage ../tools/audio/audiowaveform { };
|
audiowaveform = callPackage ../tools/audio/audiowaveform { };
|
||||||
|
|
||||||
authenticator = callPackage ../applications/misc/authenticator rec {
|
authenticator = callPackage ../applications/misc/authenticator { };
|
||||||
# Remove when GTK is upgraded past 4.8
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/216770
|
|
||||||
gtk4 = pkgs.gtk4.overrideAttrs (_: rec {
|
|
||||||
version = "4.9.4";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
|
|
||||||
sha256 = "sha256-kaOv1YQB1OXYHjCwjuPxE6R2j/EBQDNqcqMmx3JyvjA=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = gtk4; };
|
|
||||||
};
|
|
||||||
|
|
||||||
authelia = callPackage ../servers/authelia { };
|
authelia = callPackage ../servers/authelia { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue