mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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/;
|
homepage = http://www.sqlite.org/;
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ eelco np ];
|
maintainers = with maintainers; [ eelco np ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue