diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-07 07:44:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-07 09:37:14 -0400 |
commit | 6cfb860a7ae623f03f14dc3b6b2bed61b84558b4 (patch) | |
tree | 5f11706bbc48c2ec1f42d1aaf5e8d539403a5ebe /gnu | |
parent | d5a3e8f019a12c1d5763a7f9784b5d025647d614 (diff) |
gnu: guitarix: Disable webkit features.
The only version of webkit supported by guitarix is unmaintained and contains a
large number of security vulnerabilities, and should be removed from Guix.
* gnu/packages/audio.scm (guitarix)[inputs]: Remove webkitgtk/gtk+-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 9dc6797343..9acccaf113 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1166,7 +1166,6 @@ patches that can be used with softsynths such as Timidity and WildMidi.") ("jack" ,jack-1) ("gtkmm" ,gtkmm-2) ("gtk+" ,gtk+-2) - ("webkitgtk/gtk+-2" ,webkitgtk/gtk+-2) ("fftwf" ,fftwf) ("lrdf" ,lrdf) ("zita-resampler" ,zita-resampler) |