diff options
author | Andreas Enge <andreas@enge.fr> | 2013-10-12 23:34:22 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-10-12 23:34:22 +0200 |
commit | 8ab00475fba76b665ebe2ca0a6566fcb6af5373d (patch) | |
tree | bf4f5614fa596334cfdcd830960e36b04cbb9c55 /gnu-system.am | |
parent | b646c3dd377210504a1a3ea5a963f3502011465e (diff) | |
download | guix-8ab00475fba76b665ebe2ca0a6566fcb6af5373d.tar.gz |
gnu: qt: Add patch to distribution.
* gnu-system.am (dist_patch_DATA): Add qt 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 0132187062..227415e7d1 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -237,6 +237,7 @@ dist_patch_DATA = \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ + gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ |