mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Revert "libmsgpack_1_4: remove"
This reverts commit ff89e81898
.
There are references to this variable.
This commit is contained in:
parent
fa18c37c71
commit
c09690b354
12
pkgs/development/libraries/libmsgpack/1.4.nix
Normal file
12
pkgs/development/libraries/libmsgpack/1.4.nix
Normal 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";
|
||||
};
|
||||
})
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user