libcredis: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 00:37:03 +07:00
parent c29546f2e0
commit ead72e396f

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
description = "C client library for Redis (key-value database)";
homepage = "https://code.google.com/archive/p/credis/";
license = licenses.bsd3; # from homepage
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
};
}