summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:00 +0200
commit9bba3eb336f8cf3cd662f7d72e13e97d7d9e5561 (patch)
tree0a3202facd79a73511866b0b03da3f4671882f44 /gnu/packages/qt.scm
parent800fef714c12768d54507870798e1f7850be2f0b (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.scm3
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