forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
b9ba937f81
commit
08f3c8cbac
|
@ -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
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue