From 20d994031ebcd6d1df3e01154f8a843471a06ae7 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 8 Nov 2014 23:14:41 +0000 Subject: [PATCH] grass: tag as broken --- pkgs/applications/misc/grass/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/grass/default.nix b/pkgs/applications/misc/grass/default.nix index 6abf6da4a69f..291ce723aab0 100644 --- a/pkgs/applications/misc/grass/default.nix +++ b/pkgs/applications/misc/grass/default.nix @@ -177,6 +177,7 @@ a.composableDerivation.composableDerivation {} (fix: { description = "free Geographic Information System (GIS) software used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization"; homepage = http://grass.itc.it/index.php; license = [ "GPL" ]; + broken = true; }; })