diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-23 00:00:57 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-23 14:23:23 +0900 |
| commit | 6fe644f3e765fe1d588295b78952e4dc9dc69d68 (patch) | |
| tree | 8e699e81076f138f1fca3ee544371f9aff83f9aa | |
| parent | 4aa2042514e0a863471e41c166103a34ec396584 (diff) | |
gnu: juce: Do not depend on libsoup2.
* gnu/packages/cpp.scm (juce)
[native-inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3.
Change-Id: I9dd1b55d1de2cf43efb82f40de8d9bd17f3800ca
| -rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index cba9f2a19b8..03f2cbc4d4a 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -4185,7 +4185,7 @@ features: ladspa libx11 pkg-config - webkitgtk-with-libsoup2)) + webkitgtk-for-gtk3)) (inputs (list fontconfig freetype libjpeg-turbo libpng)) (home-page "https://juce.com") (synopsis "C++ application framework for audio plugins and plugin hosts") |
