From 5ab10923d653de14ec8c4f1c6b7619fa876dd1e4 Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Thu, 25 Oct 2018 17:51:39 +0200 Subject: [PATCH] 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. --- pkgs/applications/video/mapmap/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }