mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
sqlite: supports windows
This commit is contained in:
parent
8652631b13
commit
b491710542
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.sqlite.org/;
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ eelco np ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue