From 7ea5c391ff0b4f34ea01e7f9a72f35545af12f70 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 1 May 2024 01:04:03 +0300 Subject: [PATCH] uhd: improve comment around adapter-test patch --- pkgs/applications/radio/uhd/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix index da5be48617d21d..f04e9ad7549bf9 100644 --- a/pkgs/applications/radio/uhd/default.nix +++ b/pkgs/applications/radio/uhd/default.nix @@ -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 ];