forked from mirrors/nixpkgs
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 a new issue