···44stdenv.mkDerivation {
55 name = "3dfsb-1.0";
6677+ broken = true; # segfaults as of this commit
88+79 meta = with stdenv.lib; {
810 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";
911 homepage = "https://github.com/tomvanbraeckel/3dfsb";
1012 license = licenses.gpl2;
1113 platforms = platforms.linux;
1212- maintainers = with maintainers; [ eduarrrd ];
1414+ maintainers = with maintainers; [ ];
1315 };
14161517 src = fetchgit {