[hyprtoolkit] Added temporary fix for current release
All checks were successful
Build hyprtoolkit / Build and push image (push) Successful in 6m8s

This commit is contained in:
2026-04-30 12:59:37 -04:00
parent 9a03a269ce
commit ddb63705ac

View File

@@ -44,6 +44,11 @@ Development files for %{name}.
%prep
%autosetup -p1
# Thank you to eli-xciv for the correction
# I didn't notice it not being in the 0.5.3 release, as it was in the latest git
# (probably remove in next release)
# GCC 16 removed implicit <climits>; NAME_MAX requires it explicitly
sed -i 's|#include <unistd.h>|#include <climits>\n#include <unistd.h>|' src/palette/ConfigManager.cpp
%build
%cmake -GNinja \