Enable wxWebView in wxGTK32.

Closes #267712

Needed as a dependency for a number of language-specific packages,
including https://hexdocs.pm/desktop in Elixir.
This commit is contained in:
c4lliope
2023-11-22 10:28:20 +00:00
committed by Yt
parent cc23eebac1
commit e6fc0a2e3a
2 changed files with 3 additions and 1 deletions
@@ -561,6 +561,8 @@ The module update takes care of the new config syntax and the data itself (user
- TeX Live environments can now be built with the new `texlive.withPackages`. The procedure for creating custom TeX packages has been changed, see the [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#sec-language-texlive-custom-packages) for more details.
- In `wxGTK32`, the webkit module `wxWebView` has been enabled on all builds; prior releases only enabled this on Darwin.
## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
- Node.js v14, v16 has been removed as they were end of life. Any dependent packages that contributors were not able to reasonably upgrade were dropped after a month of notice to their maintainers, were **removed**.
@@ -21,7 +21,7 @@
, compat30 ? true
, unicode ? true
, withMesa ? !stdenv.isDarwin
, withWebKit ? stdenv.isDarwin
, withWebKit ? true
, webkitgtk
, setfile
, AGL