mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #28186 from Nadrieril/fix-umemcache
umemcache: fix build; remove broken status
This commit is contained in:
commit
0a1eb8246a
|
@ -23668,11 +23668,12 @@ in {
|
||||||
sha256 = "211031a03576b7796bf277dbc9c9e3e754ba066bbb7fb601ab5c6291b8ec1918";
|
sha256 = "211031a03576b7796bf277dbc9c9e3e754ba066bbb7fb601ab5c6291b8ec1918";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ultra fast memcache client written in highly optimized C++ with Python bindings";
|
description = "Ultra fast memcache client written in highly optimized C++ with Python bindings";
|
||||||
homepage = https://github.com/esnme/ultramemcache;
|
homepage = https://github.com/esnme/ultramemcache;
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue