From a9594d34a28201b93f3ca63b4ac65cd2280420cb Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 1 Jul 2025 08:50:28 -0500 Subject: [PATCH] gtk: remove long removed option removal assertion Added 6 years ago, no longer needed. Signed-off-by: Austin Horstman --- modules/misc/gtk.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index cdffdeb3d..7b9590185 100644 --- a/modules/misc/gtk.nix +++ b/modules/misc/gtk.nix @@ -38,9 +38,6 @@ in meta.maintainers = [ lib.maintainers.rycee ]; imports = [ - (lib.mkRemovedOptionModule [ "gtk" "gtk3" "waylandSupport" ] '' - This options is not longer needed and can be removed. - '') ./gtk/gtk2.nix ./gtk/gtk3.nix ./gtk/gtk4.nix