mapmap: mark broken

the mapmap binary segfaults at the moment at master and nixos-18.09. I
will speak with upstream for a fix and mark this broken in the meantime.
This commit is contained in:
Justin Humm
2018-10-25 17:53:58 +02:00
parent cf23305cd6
commit 5ab10923d6
@@ -57,6 +57,8 @@ mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.erictapen ];
platforms = platforms.linux;
# binary segfaults at the moment
broken = true;
};
}