mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
b347317ae6
11 changed files with 156 additions and 30 deletions
|
@ -110,6 +110,13 @@
|
|||
(string-append "#include <boost/serialization/array_wrapper.hpp>\n"
|
||||
line)))
|
||||
#t))
|
||||
;; Fix build against Qt 5.11.
|
||||
(add-after 'unpack 'add-missing-headers
|
||||
(lambda _
|
||||
(substitute* "librecad/src/ui/generic/widgetcreator.cpp"
|
||||
(("#include <QPushButton>") "#include <QPushButton>
|
||||
#include <QActionGroup>"))
|
||||
#t))
|
||||
(add-after 'unpack 'patch-paths
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue