uhd: improve comment around adapter-test patch

This commit is contained in:
Doron Behar 2024-05-01 01:04:03 +03:00
parent 751c57bb7d
commit 7ea5c391ff

View File

@ -155,10 +155,8 @@ stdenv.mkDerivation (finalAttrs: {
# Build only the host software
preConfigure = "cd host";
# TODO: Check if this still needed, perhaps relevant:
# https://files.ettus.com/manual_archive/v3.15.0.0/html/page_build_guide.html#build_instructions_unix_arm
patches = [
# Disable tests that fail in the sandbox
# Disable tests that fail in the sandbox, last checked at version 4.6.0.0
./no-adapter-tests.patch
];