sqlite: set meta.platforms so that Hydra will build it

I'm sure that sqlite works on more platforms than linux, but I cannot
verify that myself (I only have linux). So I'll leave it up to the users
of other platforms to expand this as needed.
This commit is contained in:
Bjørn Forsman 2013-06-29 13:31:17 +02:00
parent f82ba5a2ca
commit b02b7bd162
2 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.sqlite.org/;
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.sqlite.org/;
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
platforms = stdenv.lib.platforms.linux;
};
}