diff options
author | Artyom V. Poptsov <[email protected]> | 2024-07-13 14:13:16 +0300 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-08-12 23:09:07 +0100 |
commit | 23fc353b3a5ad874b65c1b9d2ee55b2892db056c (patch) | |
tree | 2b0f4a5adc0d0cbfcd5f8b8301063b6a694fb21a /gnu/local.mk | |
parent | ccb3bdcbe2b3dcbead10f47e66916b2813fbccde (diff) |
gnu: Add prusa-wxwidgets.
* gnu/packages/engineering.scm (prusa-wxwidgets): New variable.
* gnu/packages/patches/prusa-wxwidgets-makefile-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register "prusa-wxwidgets-makefile-fix.patch".
Co-authored-by: Nikita Domnitskii <[email protected]>
Change-Id: I9043c2acc95986275ee24d9c5d944e5fe2702e99
Signed-off-by: Sharlatan Hellseher <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0cbd2a6612..72156f5944 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1845,6 +1845,7 @@ dist_patch_DATA = \ %D%/packages/patches/prusa-slicer-boost-fixes.patch \ %D%/packages/patches/prusa-slicer-fix-tests.patch \ %D%/packages/patches/prusa-slicer-with-cereal-1.3.1.patch \ + %D%/packages/patches/prusa-wxwidgets-makefile-fix.patch \ %D%/packages/patches/pthreadpool-system-libraries.patch \ %D%/packages/patches/python-3.12-fix-tests.patch \ %D%/packages/patches/python-accupy-use-matplotx.patch \ |