Revert "libmsgpack_1_4: remove"

This reverts commit ff89e81898.

There are references to this variable.
This commit is contained in:
Kevin Cox 2017-01-28 11:14:31 +00:00
parent fa18c37c71
commit c09690b354
No known key found for this signature in database
GPG Key ID: C0758A3B34D52E74
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ callPackage, fetchFromGitHub, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "1.4.2";
src = fetchFromGitHub {
owner = "msgpack";
repo = "msgpack-c";
rev = "cpp-${version}";
sha256 = "0zlanifi5hmm303pzykpidq5jbapl891zwkwhkllfn8ab1jvzbaa";
};
})

View File

@ -8191,6 +8191,7 @@ with pkgs;
libmtp = callPackage ../development/libraries/libmtp { };
libmsgpack = callPackage ../development/libraries/libmsgpack { };
libmsgpack_1_4 = callPackage ../development/libraries/libmsgpack/1.4.nix { };
libmysqlconnectorcpp = callPackage ../development/libraries/libmysqlconnectorcpp {
mysql = mysql57;