lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libmemcached: set meta.platforms

And a more precise license (BSD => 3-clause BSD).

+3 -2
+3 -2
pkgs/development/libraries/libmemcached/default.nix
··· 15 15 16 16 buildInputs = [ cyrus_sasl libevent ]; 17 17 18 - meta = { 18 + meta = with stdenv.lib; { 19 19 homepage = http://libmemcached.org; 20 20 description = "Open source C/C++ client library and tools for the memcached server"; 21 - license = "BSD"; 21 + license = licenses.bsd3; 22 + platforms = platforms.linux; 22 23 }; 23 24 }