forked from mirrors/nixpkgs
redis-plus-plus: remove linux-only restriction
WFM on macos 10.15
This commit is contained in:
parent
5d2cb0d178
commit
096731dbb6
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/sewenew/redis-plus-plus";
|
||||
description = "Redis client written in C++";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ wheelsandmetal ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue