aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authorunmush <unmush@hashbang.sh>2024-11-26 13:25:00 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-12-22 15:37:34 +0200
commit011759c1cd2f52d6543d30561bc6815693918032 (patch)
tree367355381bf519e014b386abab796efc8981d0e3 /gnu/build
parent5989da223e65ce2fcea1c5f46ad5256208beb0e4 (diff)
downloadguix-011759c1cd2f52d6543d30561bc6815693918032.tar.gz
guix-011759c1cd2f52d6543d30561bc6815693918032.zip
gnu: Add mono-4.9.0.
* gnu/packages/dotnet.scm (mono-4.9.0): New variable. * gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: If805f64b97d27db4457503617081700d9b4f642b
Diffstat (limited to 'gnu/build')
0 files changed, 0 insertions, 0 deletions
: Fix build with recent OpenSSL....* gnu/packages/ftp.scm (vsftpd)[arguments]: Add "-Wno-deprecated-declarations" to CFLAGS. Reported by helioscultist in #guix. Tobias Geerinckx-Rice 2023-09-14gnu: uncrustify: use new style and gexp....* gnu/packages/code.scm (uncrustify): use new style and gexp. [native-inputs]: remove label. [arguments]: use gexp and remove tail #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-14gnu: uncrustify: Update to 0.77.1....* gnu/packages/code.scm (uncrustify): Update to 0.77.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-14gnu: makefile2graph: fix cross-compile....* gnu/packages/code.scm (makefile2graph): fix cross-compile. [arguments]: Use gexp and CC-FOR-TARGET. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-09gnu: global: Fix ctags creation using pygments....* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to use a specific python interpreter. Efraim Flashner