From 82abca9c9baca4c7e52d75721b72ad53a0589619 Mon Sep 17 00:00:00 2001 From: Eduard Bachmakov Date: Thu, 14 Jan 2016 21:54:11 -0500 Subject: [PATCH] 3dfsb: mark as broken, remove self from maintainers --- pkgs/applications/misc/3dfsb/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {