diff options
-rw-r--r-- | gnu/packages/libunwind.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm index 9eaf26fca8..03412edd25 100644 --- a/gnu/packages/libunwind.scm +++ b/gnu/packages/libunwind.scm @@ -52,4 +52,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))) |