about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2024-03-31 18:10:10 -0400
committerseth <getchoo@tuta.io>2024-04-19 21:31:14 -0400
commitc857877a3a220604f86d4b4f9426db880ed6e808 (patch)
tree6d32859dc5806a7976533009c8f604eeaee7bdb3 /pkgs/top-level/aliases.nix
parent10eac325290ea3d4b1a02dfb2540a12b1c016fc0 (diff)
glfw-wayland: drop
as of 3.4, upstream now builds with Wayland by default
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 1d55f600d2f97..725e410e041cc 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -355,6 +355,7 @@ mapAliases ({
 
   gitter = throw "gitter has been removed since the client has been abandoned by upstream with the backend migration to Matrix"; # Added 2023-09-18
   glide = throw "'glide' has been removed as it is unmaintained, please use Go modules instead"; # Added 2023-12-26
+  glfw-wayland = glfw; # Added 2024-04-19
   gmailieer = lieer; # Added 2020-04-19
   gmic-qt-krita = throw "gmic-qt-krita was removed as it's no longer supported upstream."; # Converted to throw 2023-02-02
   gnatboot11 = gnat-bootstrap11;