diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-03 09:08:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:25 -0500 |
commit | 5f818705b4527f8aaae411d25b6f0cd55021614d (patch) | |
tree | 50c5a8bd99f121e70dd4d5297a9e47682754615c /gnu/local.mk | |
parent | 35b91ada739e08d7ef3be130a5af5955195055b4 (diff) | |
download | guix-5f818705b4527f8aaae411d25b6f0cd55021614d.tar guix-5f818705b4527f8aaae411d25b6f0cd55021614d.tar.gz |
gnu: Add cling.
* gnu/packages/cpp.scm (cling): New variable.
(llvm-cling): New private variable.
(clang-cling): Likewise.
* gnu/packages/patches/cling-use-shared-library.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register 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 05682e1ff6..82bb9bdf6e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -967,6 +967,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch \ %D%/packages/patches/classpath-aarch64-support.patch \ %D%/packages/patches/classpath-miscompilation.patch \ + %D%/packages/patches/cling-use-shared-library.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/cmake-curl-certificates.patch \ %D%/packages/patches/coda-use-system-libs.patch \ |