mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
authenticator: Drop GTK4 override
We have updated GTK4 to 4.10.
This commit is contained in:
parent
771a33899e
commit
c5e9a792f7
@ -2833,18 +2833,7 @@ with pkgs;
|
||||
|
||||
audiowaveform = callPackage ../tools/audio/audiowaveform { };
|
||||
|
||||
authenticator = callPackage ../applications/misc/authenticator rec {
|
||||
# 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; };
|
||||
};
|
||||
authenticator = callPackage ../applications/misc/authenticator { };
|
||||
|
||||
authelia = callPackage ../servers/authelia { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user