mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
udunits: 2.1.14 -> 2.2.20
This commit is contained in:
parent
07601a08f2
commit
9506f4de76
@ -3,17 +3,19 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "udunits-2.1.24";
|
||||
name = "udunits-2.2.20";
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.unidata.ucar.edu/pub/udunits/${name}.tar.gz";
|
||||
sha256 = "1l0fdsl55374w7fjyd1wdx474f3p265b6rw1lq269cii61ca8prf";
|
||||
sha256 = "15fiv66ni6fmyz96k138vrjd7cx6ndxrj6c71pah18n69c0h42pi";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
bison flex expat file
|
||||
];
|
||||
buildInputs = [ bison flex expat file ];
|
||||
|
||||
patches = [ ./configure.patch ];
|
||||
|
||||
MAGIC_CMD="${file}/bin/file";
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.unidata.ucar.edu/software/udunits/;
|
||||
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…
Reference in New Issue
Block a user