14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-m0PJTJ+yZdJ4zU25g6H80jURPPU7wHuePcgfN6y8SKU=";
39 "-DBUILD_SHARED_LIBS=ON"
47 description = "C99 implementation of the MQTT 3.1.1 specification";
48 homepage = "https://github.com/awslabs/aws-c-mqtt";
49 license = licenses.asl20;
50 platforms = platforms.unix;
51 maintainers = with maintainers; [ r-burns ];