1 { lib, stdenv, fetchFromGitHub, libtool }:
3 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "0rai5djdkjz7bsn025k5489in7r1amagw1pib0z4qns6b52kiar2";
14 "LIBTOOL=${libtool}/bin/libtool"
20 description = "Simple implementation of msgpack in C";
21 homepage = "https://github.com/tarruda/libmpack/";
22 license = licenses.mit;
23 maintainers = with maintainers; [ lovek323 ];
24 platforms = platforms.linux ++ platforms.darwin;