Revert "libmsgpack_1_4: remove"
This reverts commit ff89e81898.
There are references to this variable.
This commit is contained in:
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";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user