diff options
author | Andreas Enge <andreas@enge.fr> | 2015-10-04 12:56:45 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-10-04 23:04:26 +0200 |
commit | 14bcc1e1cd85d38db59b6b6089d63d429fb76b57 (patch) | |
tree | 2a95dc4445c42a6479a09f7489f32d0a3f49ea59 /gnu-system.am | |
parent | 2b00a55064d2fbddb53209723cebc04710b33893 (diff) | |
download | guix-14bcc1e1cd85d38db59b6b6089d63d429fb76b57.tar guix-14bcc1e1cd85d38db59b6b6089d63d429fb76b57.tar.gz |
gnu: qt: Remove the sources of qtwebengine.
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine
code, which was already not built anymore, and drop one patch used
previously only for qtwebengine.
[arguments]: Drop the configuration flag "-skip qtwebengine", since
deleted modules cannot be skipped.
* gnu/packages/patches/qt5-runpath.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 8eb268f752..577c6e8c07 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -611,7 +611,6 @@ dist_patch_DATA = \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ gnu/packages/patches/qemu-CVE-2015-6855.patch \ gnu/packages/patches/qt4-ldflags.patch \ - gnu/packages/patches/qt5-runpath.patch \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-missing-file.patch \ |