Merge pull request #12397 from eduarrrd/3dfsb

3dfsb: mark as broken, remove self from maintainers
This commit is contained in:
Domen Kožar 2016-01-17 11:02:42 +01:00
commit 9dc768f308

View file

@ -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 {