diff options
author | Sughosha <Sughosha@proton.me> | 2023-01-03 23:15:52 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-04 11:22:03 +0100 |
commit | a8f15711508abab85cba3174f68a4343a15fb116 (patch) | |
tree | 8816e92ee8d4580ee9cd5cdf6a00473ad2be053f /gnu/local.mk | |
parent | 3bb7c43a6ff5886ee700a602d89a192f09a1266a (diff) | |
download | guix-a8f15711508abab85cba3174f68a4343a15fb116.tar.gz |
gnu: Add wdl.
Alined and improved the definition, as per the chat in IRC. * gnu/packages/cpp.scm (wdl): New public variable. * gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch: New file. * gnu/local.mk: Register the patch file.
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 f0b1b3fd15..4b6ef757ad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1987,6 +1987,7 @@ dist_patch_DATA = \ %D%/packages/patches/wacomtablet-add-missing-includes.patch \ %D%/packages/patches/wacomtablet-qt5.15.patch \ %D%/packages/patches/warsow-qfusion-fix-bool-return-type.patch \ + %D%/packages/patches/wdl-link-libs-and-fix-jnetlib.patch \ %D%/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch \ %D%/packages/patches/webrtc-audio-processing-big-endian.patch \ %D%/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch \ |