0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

sqlite: supports windows

This commit is contained in:
Matthew Bauer 2018-10-16 21:57:53 -05:00
parent 8652631b13
commit b491710542

View file

@ -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;
};
}