diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-14 13:27:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-14 13:27:38 +0200 |
commit | 9349655820110afb5ea8e20e54369f984b40cb79 (patch) | |
tree | 49bf14a07c37fd2c9852e7744509cbc59ff3b2c5 /gnu/packages/qt.scm | |
parent | caf0c0a9e97be5c71e676dc20437d8bbaec593d6 (diff) | |
download | guix-9349655820110afb5ea8e20e54369f984b40cb79.tar guix-9349655820110afb5ea8e20e54369f984b40cb79.tar.gz |
gnu: qt-5: Allow the use of DT_RUNPATH for libQt5WebEngineCore.so.
* gnu/packages/patches/qt5-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt)[source]: Use it.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4c750416e5..911de16024 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -103,6 +103,7 @@ X11 (yet).") (sha256 (base32 "0q6qzakq8xihw91xv310qi3vyylq7x2bzdkjgy8sqxii2lgbjzhv")) + (patches (list (search-patch "qt5-runpath.patch"))) (snippet '(begin ;; Remove broken symlinks. |