redis-plus-plus: remove linux-only restriction

WFM on macos 10.15
This commit is contained in:
Robert Scott 2022-07-30 16:54:45 +01:00
parent 5d2cb0d178
commit 096731dbb6

View File

@ -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 ];
};
}