libwacom: disable tests on risc-v
This commit is contained in:
committed by
Alyssa Ross
parent
ed33222971
commit
570d4efc7c
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
libgudev
|
||||
];
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform && lib.meta.availableOn stdenv.hostPlatform valgrind;
|
||||
|
||||
mesonFlags = [
|
||||
"-Dtests=${if doCheck then "enabled" else "disabled"}"
|
||||
|
||||
Reference in New Issue
Block a user