Skip to content

Commit

Permalink
spacedrive: Use libsoup 3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtojnar committed Dec 7, 2024
1 parent fd26de1 commit a5c8eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sp/spacedrive/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
gdk-pixbuf,
glib,
gst_all_1,
libsoup,
libsoup_3,
webkitgtk_4_1,
xdotool,
}:
Expand Down Expand Up @@ -106,7 +106,7 @@ else
buildInputs = [
xdotool
glib
libsoup
libsoup_3
webkitgtk_4_1
gdk-pixbuf
gst_all_1.gst-plugins-ugly
Expand Down

0 comments on commit a5c8eba

Please sign in to comment.