From 08f3c8cbacde89f817cf00445cb6dc175e64c5f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Apr 2015 15:35:34 +0200 Subject: [PATCH] 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. --- pkgs/development/libraries/gdal/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 237b5537ba4..f6a49d61f6d 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 }; })