12 stdenv.mkDerivation rec {
14 version = "unstable-2021-03-17";
16 src = fetchFromGitHub {
19 rev = "c83da987387db1174cd2266b73dd5dd556f4476b";
20 hash = "sha256-+HW21+r65OroCxMK2/B5fe7zHs4hD4xyoJK2bhdJGyQ=";
35 homepage = "https://www.unidata.ucar.edu/software/udunits/";
36 description = "A C-based package for the programatic handling of units of physical quantities";
38 The UDUNITS package supports units of physical quantities. Its C library
39 provides for arithmetic manipulation of units and for conversion of
40 numeric values between compatible units. The package contains an extensive
41 unit database, which is in XML format and user-extendable. The package
42 also contains a command-line utility for investigating units and
45 license = licenses.asl20;
46 maintainers = with maintainers; [ AndersonTorres pSub ];
47 platforms = platforms.all;
48 mainProgram = "udunits2";