mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
gdal library added
svn path=/nixpkgs/trunk/; revision=9246
This commit is contained in:
parent
8544d7313f
commit
8ce1d160ab
@ -1481,6 +1481,14 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gdal = stdenv.mkDerivation {
|
||||
name = "gdal-1.4.2";
|
||||
src = fetchurl {
|
||||
url = http://download.osgeo.org/gdal/gdal-1.4.2.tar.gz;
|
||||
sha256 = "1vl8ym9y7scm0yd4vghjfqims69b9h1gn9l4zvy2jyglh35p8vpf";
|
||||
};
|
||||
};
|
||||
|
||||
glibc = useFromStdenv (stdenv ? glibc) stdenv.glibc
|
||||
(import ../development/libraries/glibc {
|
||||
inherit fetchurl stdenv kernelHeaders;
|
||||
|
Loading…
Reference in New Issue
Block a user