···4stdenv.mkDerivation {
5 name = "3dfsb-1.0";
6007 meta = with stdenv.lib; {
8 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";
9 homepage = "https://github.com/tomvanbraeckel/3dfsb";
10 license = licenses.gpl2;
11 platforms = platforms.linux;
12- maintainers = with maintainers; [ eduarrrd ];
13 };
1415 src = fetchgit {
···4stdenv.mkDerivation {
5 name = "3dfsb-1.0";
67+ broken = true; # segfaults as of this commit
8+9 meta = with stdenv.lib; {
10 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";
11 homepage = "https://github.com/tomvanbraeckel/3dfsb";
12 license = licenses.gpl2;
13 platforms = platforms.linux;
14+ maintainers = with maintainers; [ ];
15 };
1617 src = fetchgit {