wayland-headless: Disable checks to avoid dependency
shellcheck depends on GHC, which can be inconvenient.
This commit is contained in:
parent
4029062f6b
commit
113a96d3eb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue