sqlite: supports windows
This commit is contained in:
parent
8652631b13
commit
b491710542
@ -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…
Reference in New Issue
Block a user