mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
memcached: build on darwin
Versions up to 1.4.24 are broken when building with clang: https://code.google.com/p/memcached/issues/detail?id=409
This commit is contained in:
parent
1f5f472a8a
commit
7216159cbe
@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://memcached.org/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.coconnor ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user