mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
libsoup_2_4,
|
||||
libsoup_3,
|
||||
webkitgtk_4_1,
|
||||
gtk3,
|
||||
glib-networking,
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
libsoup_2_4
|
||||
libsoup_3
|
||||
webkitgtk_4_1
|
||||
glib-networking
|
||||
gsettings-desktop-schemas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue