udunits: 2.1.14 -> 2.2.20
This commit is contained in:
parent
07601a08f2
commit
9506f4de76
@ -3,17 +3,19 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "udunits-2.1.24";
|
name = "udunits-2.2.20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.unidata.ucar.edu/pub/udunits/${name}.tar.gz";
|
url = "ftp://ftp.unidata.ucar.edu/pub/udunits/${name}.tar.gz";
|
||||||
sha256 = "1l0fdsl55374w7fjyd1wdx474f3p265b6rw1lq269cii61ca8prf";
|
sha256 = "15fiv66ni6fmyz96k138vrjd7cx6ndxrj6c71pah18n69c0h42pi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [ bison flex expat file ];
|
||||||
bison flex expat file
|
|
||||||
];
|
|
||||||
|
|
||||||
patches = [ ./configure.patch ];
|
meta = with stdenv.lib; {
|
||||||
|
homepage = http://www.unidata.ucar.edu/software/udunits/;
|
||||||
MAGIC_CMD="${file}/bin/file";
|
description = "A C-based package for the programatic handling of units of physical quantities";
|
||||||
|
license = licenses.bsdOriginal;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user