about summary refs log tree commit diff
path: root/pkgs/applications/radio/uhd
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-05-01 01:04:03 +0300
committerDoron Behar <doron.behar@gmail.com>2024-05-01 09:14:11 +0300
commit7ea5c391ff0b4f34ea01e7f9a72f35545af12f70 (patch)
tree0f144f25de19c8aab1528a3bd8e6ce4dff64fa4d /pkgs/applications/radio/uhd
parent751c57bb7d9d6cd32721c48e9df722a961254819 (diff)
uhd: improve comment around adapter-test patch
Diffstat (limited to 'pkgs/applications/radio/uhd')
-rw-r--r--pkgs/applications/radio/uhd/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/radio/uhd/default.nix b/pkgs/applications/radio/uhd/default.nix
index da5be48617d21..f04e9ad7549bf 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
   ];