about summary refs log tree commit diff
path: root/pkgs/applications/gis/grass
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-01 00:26:52 +0300
commit40ed22650737a444fee7883e69e852fd4b808133 (patch)
tree05b4cc21520d1fe93988de2a85ce0dbddbd0c8a2 /pkgs/applications/gis/grass
parentbc3ddc9e6c30b71a74f47275b929fee96d93a06b (diff)
downloadnixlib-40ed22650737a444fee7883e69e852fd4b808133.tar
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.gz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.bz2
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.lz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.xz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.zst
nixlib-40ed22650737a444fee7883e69e852fd4b808133.zip
treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
Diffstat (limited to 'pkgs/applications/gis/grass')
-rw-r--r--pkgs/applications/gis/grass/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index 790997e328b4..5e4e838f3452 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -71,5 +71,6 @@ stdenv.mkDerivation {
     description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.all;
+    broken = true;
   };
 }