mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #12397 from eduarrrd/3dfsb
3dfsb: mark as broken, remove self from maintainers
This commit is contained in:
commit
9dc768f308
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue