about summary refs log tree commit diff
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
parent751c57bb7d9d6cd32721c48e9df722a961254819 (diff)
downloadnixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar.gz
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar.bz2
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar.lz
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar.xz
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.tar.zst
nixlib-7ea5c391ff0b4f34ea01e7f9a72f35545af12f70.zip
uhd: improve comment around adapter-test patch
-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 da5be48617d2..f04e9ad7549b 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
   ];