7 stdenv.mkDerivation rec {
8 pname = "libdivecomputer";
12 url = "https://www.libdivecomputer.org/releases/${pname}-${version}.tar.gz";
13 sha256 = "sha256-J17M55I2RO1YH6q53LTxpprSUbzrByHE5fhftjFheg4=";
16 enableParallelBuilding = true;
19 homepage = "http://www.libdivecomputer.org";
20 description = "Cross-platform and open source library for communication with dive computers from various manufacturers";
21 mainProgram = "dctool";
22 maintainers = [ maintainers.mguentner ];
23 license = licenses.lgpl21;
24 platforms = platforms.all;