lol

hyprland: fix cross compilation (#366491)

authored by misuzu.tngl.sh and committed by

GitHub 6f0f5f43 2941267b

+5
+5
pkgs/by-name/hy/hyprland/package.nix
··· 100 101 # Remove extra @PREFIX@ to fix pkg-config paths 102 sed -i "s#@PREFIX@/##g" hyprland.pc.in 103 ''; 104 105 # variables used by generateVersion.sh script, and shown in `hyprctl version` ··· 172 mesonBuildType = if debug then "debugoptimized" else "release"; 173 174 dontStrip = debug; 175 176 mesonFlags = concatLists [ 177 (mapAttrsToList mesonEnable {
··· 100 101 # Remove extra @PREFIX@ to fix pkg-config paths 102 sed -i "s#@PREFIX@/##g" hyprland.pc.in 103 + 104 + substituteInPlace protocols/meson.build --replace-fail \ 105 + "wayland_scanner = dependency('wayland-scanner')" \ 106 + "wayland_scanner = dependency('wayland-scanner', native: true)" 107 ''; 108 109 # variables used by generateVersion.sh script, and shown in `hyprctl version` ··· 176 mesonBuildType = if debug then "debugoptimized" else "release"; 177 178 dontStrip = debug; 179 + strictDeps = true; 180 181 mesonFlags = concatLists [ 182 (mapAttrsToList mesonEnable {