mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
spacedrive: Use libsoup 3.0
WebKitGTK 4.1 ABI requires libsoup 3.0. It probably only worked because `webkitgtk_4_1` propagates `libsoup_3` and we were lucky that that version got picked up.
This commit is contained in:
parent
fd26de120c
commit
a5c8eba195
@ -10,7 +10,7 @@
|
||||
gdk-pixbuf,
|
||||
glib,
|
||||
gst_all_1,
|
||||
libsoup,
|
||||
libsoup_3,
|
||||
webkitgtk_4_1,
|
||||
xdotool,
|
||||
}:
|
||||
@ -106,7 +106,7 @@ else
|
||||
buildInputs = [
|
||||
xdotool
|
||||
glib
|
||||
libsoup
|
||||
libsoup_3
|
||||
webkitgtk_4_1
|
||||
gdk-pixbuf
|
||||
gst_all_1.gst-plugins-ugly
|
||||
|
Loading…
Reference in New Issue
Block a user