msgpack: rename from libmsgpack

The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
This commit is contained in:
Orivej Desh
2018-08-17 23:53:33 +00:00
parent 0ad3721616
commit 65663f883c
14 changed files with 27 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, libsodium, ncurses, libopus, libmsgpack
{ stdenv, fetchFromGitHub, cmake, libsodium, ncurses, libopus, msgpack
, libvpx, check, libconfig, pkgconfig }:
let
@@ -20,7 +20,7 @@ let
];
buildInputs = [
libsodium libmsgpack ncurses libconfig
libsodium msgpack ncurses libconfig
] ++ stdenv.lib.optionals (!stdenv.isAarch32) [
libopus libvpx
];

View File

@@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "libmsgpack-${version}";
name = "msgpack-${version}";
inherit src patches;

View File

@@ -6,7 +6,7 @@
, pkgconfig
, nettle
, gnutls
, libmsgpack
, msgpack
, readline
, libargon2
}:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
pkgconfig
nettle
gnutls
libmsgpack
msgpack
readline
libargon2
];

View File

@@ -21,7 +21,7 @@
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, xorg, gtk2, buildRubyGem
, msgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, xorg, gtk2, buildRubyGem
, cairo, re2, rake, gobjectIntrospection, gdk_pixbuf, zeromq, graphicsmagick, libcxx
}@args:
@@ -219,7 +219,7 @@ in
};
msgpack = attrs: {
buildInputs = [ libmsgpack ];
buildInputs = [ msgpack ];
};
mysql = attrs: {