diff options
Diffstat (limited to 'distro/packages/pth.scm')
-rw-r--r-- | distro/packages/pth.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/pth.scm b/distro/packages/pth.scm index 4e5c90e2af..7934e9fbb9 100644 --- a/distro/packages/pth.scm +++ b/distro/packages/pth.scm @@ -17,6 +17,7 @@ ;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (distro packages pth) + #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)) @@ -57,4 +58,4 @@ thread and process termination, and even customized callback functions. Additionally Pth provides an optional emulation API for POSIX.1c threads (\"Pthreads\") which can be used for backward compatibility to existing multithreaded applications.") - (license #f))) + (license lgpl2.1+))) |