Revert "guitarix: webkitgtk2 -> webkitgtk (#23390)"
This reverts commit 0e2a8cd01c
.
Per https://github.com/NixOS/nixpkgs/pull/23390#issuecomment-283994426
guitarix only works with webkit1; replacing it with webkit2 then
is equivalent to removing it outright.
This commit is contained in:
parent
4ffa5fa182
commit
fb3853cd71
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, avahi, bluez, boost, eigen, fftw, glib, glib_networking
|
||||
, glibmm, gsettings_desktop_schemas, gtkmm2, libjack2
|
||||
, ladspaH, librdf, libsndfile, lilv, lv2, serd, sord, sratom
|
||||
, webkitgtk, wrapGAppsHook, zita-convolver, zita-resampler
|
||||
, webkitgtk2, wrapGAppsHook, zita-convolver, zita-resampler
|
||||
, optimizationSupport ? false # Enable support for native CPU extensions
|
||||
}:
|
||||
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
avahi bluez boost eigen fftw glib glibmm glib_networking.out
|
||||
gsettings_desktop_schemas gtkmm2 libjack2 ladspaH librdf
|
||||
libsndfile lilv lv2 serd sord sratom webkitgtk zita-convolver
|
||||
libsndfile lilv lv2 serd sord sratom webkitgtk2 zita-convolver
|
||||
zita-resampler
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue