summaryrefslogtreecommitdiff
path: root/gnu/packages/libunwind.scm
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2022-08-11 23:36:10 +0200
committerMarius Bakke <[email protected]>2022-08-11 23:36:10 +0200
commit77eb3008e350c069e0ae8df6a91bf0ebdcfc2ac0 (patch)
treeb899e65aa79099be3f4b27dfcd565bb143681211 /gnu/packages/libunwind.scm
parentf7e8be231806a904e6817e8ab3404b32f2511db2 (diff)
parentb50eaa67642ebc25e9c896f2e700c08610e0a5da (diff)
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/libunwind.scm')
-rw-r--r--gnu/packages/libunwind.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm
index 8b9f800711..5e690cf21c 100644
--- a/gnu/packages/libunwind.scm
+++ b/gnu/packages/libunwind.scm
@@ -54,4 +54,6 @@ state of each call-frame and to resume execution at any point in the
call-chain (non-local goto). The API supports both local (same-process) and
remote (across-process) operation. As such, the API is useful in a number of
applications.")
- (license x11)))
+ ;; Do not believe <https://savannah.nongnu.org/projects/libunwind/>:
+ ;; see <https://github.com/libunwind/libunwind/issues/372>.
+ (license expat)))