exrviewer added (needs ctl openexr openexr_ctl)
fltk update ilmbase updated ndiswrapper does compile but has to be integrated into the kernel somehow svn path=/nixpkgs/trunk/; revision=9863
This commit is contained in:
17
pkgs/development/libraries/proj.4/default.nix
Normal file
17
pkgs/development/libraries/proj.4/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
args:
|
||||
args.stdenv.mkDerivation {
|
||||
name = "proj-4.5.0";
|
||||
|
||||
src = args.fetchurl {
|
||||
url = ftp://ftp.remotesensing.org/proj/proj-4.5.0.tar.gz;
|
||||
sha256 = "1d2qz0vgp13hkfgaz7hkblhb9w2fh2blbjqz73xdinwc08cmflqv";
|
||||
};
|
||||
|
||||
buildInputs =(with args; []);
|
||||
|
||||
meta = {
|
||||
description = "Cartographic Projections Library";
|
||||
homepage = http://proj.maptools.org;
|
||||
license = "MIT";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user