about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdal
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-04-27 15:50:23 -0400
committerWill Cohen <willcohen@users.noreply.github.com>2022-04-29 16:08:44 -0400
commitdd9b25ca2b83b94bde0414805e878a5defeaf842 (patch)
tree88a88d2a873e3a6fcae47f54e12020bc851e6826 /pkgs/development/libraries/gdal
parent2dbb0a7d6c9ca53e0f75ef3c9bc6484c4bc1311f (diff)
gdal_2: mark as broken on linux
Diffstat (limited to 'pkgs/development/libraries/gdal')
-rw-r--r--pkgs/development/libraries/gdal/2.4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdal/2.4.nix b/pkgs/development/libraries/gdal/2.4.nix
index 0e57160f1947a..800c7797d1c06 100644
--- a/pkgs/development/libraries/gdal/2.4.nix
+++ b/pkgs/development/libraries/gdal/2.4.nix
@@ -78,5 +78,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.mit;
     maintainers = [ lib.maintainers.marcweber ];
     platforms = with lib.platforms; linux ++ darwin;
+    broken = stdenv.isLinux; #r2000.cpp:824:13: error: expected primary-expression before '}' token
   };
 }