Merge pull request #689 from bjornfor/sqlite

sqlite: set meta.platforms so that Hydra will build it
This commit is contained in:
Domen Kožar 2013-06-29 04:45:03 -07:00
commit 8b1d65f894
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;
};
}