mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimb: build against libsoup_3
This commit is contained in:
parent
2441331ce7
commit
3a36d6284a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libsoup_2_4,
|
libsoup_3,
|
||||||
webkitgtk_4_1,
|
webkitgtk_4_1,
|
||||||
gtk3,
|
gtk3,
|
||||||
glib-networking,
|
glib-networking,
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
libsoup_2_4
|
libsoup_3
|
||||||
webkitgtk_4_1
|
webkitgtk_4_1
|
||||||
glib-networking
|
glib-networking
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue