mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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:
parent
f82ba5a2ca
commit
b02b7bd162
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user