diff options
author | Steve Sprang <scs@stevesprang.com> | 2020-06-05 11:05:06 -0700 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-06-06 15:20:02 +0200 |
commit | c08a784c58bca8df048bc98276aa4fcf0d61d8b3 (patch) | |
tree | 5c27882619f892cbbefa4171d2ea5e38d317bf25 /gnu/local.mk | |
parent | b68bf28c8fc896a0a388f8eeaf7c78bcd64557b8 (diff) |
gnu: openscad: Add patch to fix build.
* gnu/packages/patches/openscad-parser-boost-1.72.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (openscad)[source]: Use it.
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 5016d16d7a..92a2255893 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1326,6 +1326,7 @@ dist_patch_DATA = \ %D%/packages/patches/openocd-nrf52.patch \ %D%/packages/patches/openssh-hurd.patch \ %D%/packages/patches/openresolv-restartcmd-guix.patch \ + %D%/packages/patches/openscad-parser-boost-1.72.patch \ %D%/packages/patches/openssl-runpath.patch \ %D%/packages/patches/openssl-1.1-c-rehash-in.patch \ %D%/packages/patches/openssl-c-rehash-in.patch \ |