* Get rid of many instances of "args: with args;", and other coding
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "proj-4.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.remotesensing.org/proj/proj-4.5.0.tar.gz;
|
||||
sha256 = "1d2qz0vgp13hkfgaz7hkblhb9w2fh2blbjqz73xdinwc08cmflqv";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Cartographic Projections Library";
|
||||
homepage = http://proj.maptools.org;
|
||||
license = "MIT";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user