summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/3dfsb/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/misc/3dfsb/default.nix b/pkgs/applications/misc/3dfsb/default.nix
index fe173b21b57..36f3b17a0a3 100644
--- a/pkgs/applications/misc/3dfsb/default.nix
+++ b/pkgs/applications/misc/3dfsb/default.nix
@@ -4,12 +4,14 @@
 stdenv.mkDerivation {
   name = "3dfsb-1.0";
 
+  broken = true; # segfaults as of this commit
+
   meta = with stdenv.lib; {
     description = "3D File System Browser - cleaned up and improved fork of the old tdfsb which runs on GNU/Linux and should also run on BeOS/Haiku and FreeBSD";
     homepage = "https://github.com/tomvanbraeckel/3dfsb";
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ eduarrrd ];
+    maintainers = with maintainers; [ ];
   };
 
   src = fetchgit {