Merge pull request #28186 from Nadrieril/fix-umemcache

umemcache: fix build; remove broken status
This commit is contained in:
Frederik Rietdijk 2017-08-12 12:16:09 +02:00 committed by GitHub
commit 0a1eb8246a

View File

@ -23668,11 +23668,12 @@ in {
sha256 = "211031a03576b7796bf277dbc9c9e3e754ba066bbb7fb601ab5c6291b8ec1918";
};
hardeningDisable = [ "format" ];
meta = {
description = "Ultra fast memcache client written in highly optimized C++ with Python bindings";
homepage = https://github.com/esnme/ultramemcache;
license = licenses.bsdOriginal;
broken = true;
};
};