diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2023-07-16 02:00:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2023-07-16 02:00:00 +0200 |
commit | 9bba3eb336f8cf3cd662f7d72e13e97d7d9e5561 (patch) | |
tree | 0a3202facd79a73511866b0b03da3f4671882f44 /gnu/packages/qt.scm | |
parent | 800fef714c12768d54507870798e1f7850be2f0b (diff) |
gnu: qxlsx: Fix include directory.
* gnu/packages/qt.scm (qxlsx)[source]: Add patch.
* gnu/packages/patches/qxlsx-fix-include-directory.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 7a82d94d90..a79338f84e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1129,7 +1129,8 @@ from within Qt 5."))) (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xbpajvwkv09h2fang200nsanv5gl1alsdd725gh9cgq4szng6gj")))) + (base32 "0xbpajvwkv09h2fang200nsanv5gl1alsdd725gh9cgq4szng6gj")) + (patches (search-patches "qxlsx-fix-include-directory.patch")))) (build-system cmake-build-system) (arguments (list |