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:
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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user