mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
wxGTK32: update to libsoup_3
This commit is contained in:
parent
4f1cb3ee27
commit
dcb7c76f94
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
unicode ? true,
|
||||
withMesa ? !stdenv.hostPlatform.isDarwin,
|
||||
withWebKit ? true,
|
||||
webkitgtk_4_0,
|
||||
webkitgtk_4_1,
|
||||
}:
|
||||
let
|
||||
catch = fetchFromGitHub {
|
||||
|
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
|||
xorgproto
|
||||
]
|
||||
++ lib.optional withMesa libGLU
|
||||
++ lib.optional (withWebKit && stdenv.hostPlatform.isLinux) webkitgtk_4_0
|
||||
++ lib.optional (withWebKit && stdenv.hostPlatform.isLinux) webkitgtk_4_1
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
expat
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue