Nix: build aquamarine and hyprutils in debug when using hyprland-debug

This commit is contained in:
Mihai Fufezan 2024-11-07 10:52:12 +02:00
parent 2dd0b2af71
commit e58e97b0a3
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -40,7 +40,13 @@ in {
inherit date;
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
hyprland-debug = final.hyprland.override {debug = true;};
# Build major libs with debug to get as much info as possible in a stacktrace
hyprland-debug = final.hyprland.override {
aquamarine = final.aquamarine.override {debug = true;};
hyprutils = final.hyprutils.override {debug = true;};
debug = true;
};
hyprland-legacy-renderer = final.hyprland.override {legacyRenderer = true;};
# deprecated packages