libmemcached: set meta.platforms

And a more precise license (BSD => 3-clause BSD).
This commit is contained in:
Bjørn Forsman 2014-07-14 23:38:33 +02:00
parent 7c951ede31
commit 95636ec752

View File

@ -15,9 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [ cyrus_sasl libevent ];
meta = {
meta = with stdenv.lib; {
homepage = http://libmemcached.org;
description = "Open source C/C++ client library and tools for the memcached server";
license = "BSD";
license = licenses.bsd3;
platforms = platforms.linux;
};
}