summary refs log tree commit diff
path: root/pkgs/development/libraries/gdal
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-17 15:35:34 +0200
committerPeter Simons <simons@cryp.to>2015-04-17 15:37:32 +0200
commit08f3c8cbacde89f817cf00445cb6dc175e64c5f0 (patch)
treebc0decc594b069d0fd2a63841a8913531af808d1 /pkgs/development/libraries/gdal
parentb9ba937f81b887d24e5e772777d37b056bb53409 (diff)
downloadnixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar.gz
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar.bz2
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar.lz
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar.xz
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.tar.zst
nixlib-08f3c8cbacde89f817cf00445cb6dc175e64c5f0.zip
gdal: mark broken
The build tries to install files outside of its prefix. A complete build log
with the error is at http://hydra.nixos.org/build/21344907/nixlog/1/raw.

The subject came up in https://github.com/NixOS/nixpkgs/pull/7411.
Diffstat (limited to 'pkgs/development/libraries/gdal')
-rw-r--r--pkgs/development/libraries/gdal/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index 237b5537ba40..f6a49d61f6d9 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -37,5 +37,6 @@ composableDerivation.composableDerivation {} (fixed: rec {
     license = stdenv.lib.licenses.mit;
     maintainers = [ stdenv.lib.maintainers.marcweber ];
     platforms = stdenv.lib.platforms.linux;
+    broken = true; # http://hydra.nixos.org/build/21344907/nixlog/1/raw
   };
 })