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:51:39 +02:00
parent cf23305cd6
commit 5ab10923d6
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2

View File

@ -57,6 +57,8 @@ mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.erictapen ];
platforms = platforms.linux;
# binary segfaults at the moment
broken = true;
};
}