wayland-headless: Disable checks to avoid dependency

shellcheck depends on GHC, which can be inconvenient.
This commit is contained in:
Mikael Voss 2024-09-01 21:24:06 +02:00
parent 4029062f6b
commit 113a96d3eb
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
dontUnpack = true; dontUnpack = true;
dontConfigure = true; dontConfigure = true;
dontBuild = true; dontBuild = true;
doInstallCheck = !hostPlatform.isRiscV64; doInstallCheck = false;
installPhase = '' installPhase = ''
mkdir -p "$out/bin" mkdir -p "$out/bin"