libcredis: expand platforms to all
This commit is contained in:
parent
c29546f2e0
commit
ead72e396f
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user