summary refs log tree commit diff
path: root/pkgs/applications/video/rtabmap
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-03-03 19:43:12 +0100
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-03-13 16:43:06 -0600
commitf8264a5b1e7832d93d8a22816f5133ff891724b6 (patch)
treebc29bf593b1f5b0a76b51c15e2f75b16b83c829a /pkgs/applications/video/rtabmap
parent9bd2506458ea053ccbcde6e622d7cec9993d8f36 (diff)
tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
Diffstat (limited to 'pkgs/applications/video/rtabmap')
-rw-r--r--pkgs/applications/video/rtabmap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/rtabmap/default.nix b/pkgs/applications/video/rtabmap/default.nix
index 30c364578eb0a..cecf6a3e4d3d1 100644
--- a/pkgs/applications/video/rtabmap/default.nix
+++ b/pkgs/applications/video/rtabmap/default.nix
@@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
     license = licenses.bsd3;
     maintainers = with maintainers; [ ckie ];
     platforms = with platforms; linux;
+    broken = true;
   };
 }