nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libwacom: disable tests on risc-v

authored by

Jakob Leifhelm and committed by
Alyssa Ross
570d4efc ed332229

+1 -1
+1 -1
pkgs/development/libraries/libwacom/default.nix
··· 41 41 libgudev 42 42 ]; 43 43 44 - doCheck = stdenv.hostPlatform == stdenv.buildPlatform; 44 + doCheck = stdenv.hostPlatform == stdenv.buildPlatform && lib.meta.availableOn stdenv.hostPlatform valgrind; 45 45 46 46 mesonFlags = [ 47 47 "-Dtests=${if doCheck then "enabled" else "disabled"}"