mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
saga: Compiling with all dependencies
This commit is contained in:
parent
6516bf4dd0
commit
5d166bb8d5
@ -1,17 +1,16 @@
|
||||
{ stdenv, fetchurl, gdal, wxGTK30, proj, libharu, opencv, vigra
|
||||
}:
|
||||
{ stdenv, fetchurl, gdal, wxGTK30, proj, libiodbc, lzma, jasper,
|
||||
libharu, opencv, vigra, postgresql}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "saga-2.1.2";
|
||||
|
||||
buildInputs = [ gdal wxGTK30 proj libharu opencv vigra ];
|
||||
buildInputs = [ gdal wxGTK30 proj libharu opencv vigra postgresql libiodbc lzma jasper];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sourceforge.net/projects/saga-gis/files/SAGA%20-%202.1/SAGA%202.1.2/saga_2.1.2.tar.gz";
|
||||
sha256 = "51885446f717191210c4b13f0c35a1c5194c9d696d4f9b8f594bc1014809b2f5";
|
||||
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user