mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 10:27:29 +00:00
uhd: Disable tests on darwin
This commit is contained in:
parent
03572bd8d9
commit
44ee31f6c6
@ -107,7 +107,8 @@ stdenv.mkDerivation rec {
|
||||
++ optionals (enableDpdk) [ dpdk ]
|
||||
;
|
||||
|
||||
doCheck = true;
|
||||
# many tests fails on darwin, according to ofborg
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
# Build only the host software
|
||||
preConfigure = "cd host";
|
||||
|
Loading…
Reference in New Issue
Block a user