summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/mapmap
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-10-25 17:51:39 +0200
committerJustin Humm <justin.humm@posteo.de>2018-10-25 17:53:58 +0200
commit5ab10923d653de14ec8c4f1c6b7619fa876dd1e4 (patch)
tree35c77e8a2bacd03b7c4ab7d99a935095676089cc /pkgs/applications/video/mapmap
parentcf23305cd64ab10b1f33b4159ceb1bd72e6dcdb5 (diff)
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.
Diffstat (limited to 'pkgs/applications/video/mapmap')
-rw-r--r--pkgs/applications/video/mapmap/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/mapmap/default.nix b/pkgs/applications/video/mapmap/default.nix
index c44bd25b91a7..4dd2e019d1d3 100644
--- a/pkgs/applications/video/mapmap/default.nix
+++ b/pkgs/applications/video/mapmap/default.nix
@@ -57,6 +57,8 @@ mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.erictapen ];
platforms = platforms.linux;
+ # binary segfaults at the moment
+ broken = true;
};
}