wayland-headless: Disable checks to avoid dependency

shellcheck depends on GHC, which can be inconvenient.
This commit is contained in:
Mikael 2024-09-01 21:24:06 +02:00
parent 4029062f6b
commit 113a96d3eb
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

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