diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-27 22:54:58 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-27 22:54:58 +0200 |
commit | 44a477e1ac8efe166f3f4d2f56e2ec828a3521e1 (patch) | |
tree | 9bcf025cb24e3d9dee7e167fe4ad82ae866987d6 /gnu-system.am | |
parent | 6cef1b9b99bffc0eb0479442b52a43209b5a9957 (diff) | |
download | guix-44a477e1ac8efe166f3f4d2f56e2ec828a3521e1.tar guix-44a477e1ac8efe166f3f4d2f56e2ec828a3521e1.tar.gz |
gnu: liblxqt: Fix build with Qt 5.5.
* gnu/packages/patches/liblxqt-include.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 115437f1e2..723c685e1b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -494,6 +494,7 @@ dist_patch_DATA = \ gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/liboop-mips64-deplibs-fix.patch \ + gnu/packages/patches/liblxqt-include.patch \ gnu/packages/patches/libmad-armv7-thumb-pt1.patch \ gnu/packages/patches/libmad-armv7-thumb-pt2.patch \ gnu/packages/patches/libmad-frame-length.patch \ |