From 57cf54bbbac2421e11237009d94ef6a89e2a9958 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 27 Jan 2026 16:48:47 -0500 Subject: [PATCH] Updated CHANGELOG On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2129e07..0c3cb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## CHANGELOG +## 27 January 2026 + +### Fixed build issue with Debian stable (trixie) + +- All references to `Nix::`, `Nix.hpp`, `Nix.cpp`, `--no-nixgl`, and `nixGL` in the built Hyprland sources are removed via assets/0002-start-hyprland-no-nixgl.patch. +- The patch: + - Drops the Nix include and logic from `start/src/core/Instance.cpp`, `start/src/core/State.hpp`, and `start/src/main.cpp`. + - Removes the `--no-nixgl` flag and the Nix environment checks. + - Now `start-hyprland` starts `Hyprland` directly, with no `nixGL` wrapper or Nix environment inspection. + ## 24 January 2026 - Updated Hyprland version to v0.53.3