aboutsummaryrefslogtreecommitdiff
Related to https://github.com/mtytel/cursynth/issues/9

--- a/mopo/src/wave.h	2014-06-25 14:10:57.827369578 -0500
+++ b/mopo/src/wave.h	2014-06-25 14:08:15.795376354 -0500
@@ -19,6 +19,7 @@
 #define WAVE_H
 
 #include "mopo.h"
+#include <cstdlib>
 #include <cmath>
 
 #define LOOKUP_SIZE 2048
/a>)Author 2023-11-08gnu: Have vim packages use vim-build-system....* gnu/packages/vim.scm (vim-neocomplete, vim-neocomplete-snippets, vim-neosnippet, vim-scheme, vim-luna, vim-fugitive, vim-airline, vim-airline-themes, vim-syntastic, neovim-syntastic, vim-solarized, vim-rainbow, editorconfig-vim, neovim-packer, vim-guix-vim, vim-asyncrun, vim-dispatch, vim-gemini-vim, vim-eunuch, vim-slime, vim-vlime, vim-paredit, vim-surround, vim-gnupg, vim-ctrlp, vim-mucomplete, vim-gitgutter, vim-characterize, vim-tagbar, vim-nerdtree, vim-nerdcommander): [build-system]: Switch to vim-build-system. [arguments]: Adjust accordingly. * gnu/packages/code.scm (global)[arguments]: Move vim files to their new location. * gnu/packages/lisp.scm (txr), * gnu/packages/mail.scm (msmtp), * gnu/packages/rust-apps.scm (skim), * gnu/packages/vim.scm (vifm), * gnu/packages/wm.scm (fluxbox): Same. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I8b3e5d65d76a100c3dbddc1ae562b72966c2b304 Jonathan Scoresby 2023-10-05gnu: universal-ctags: Update to 6.0.20231001.0....* gnu/packages/code.scm (universal-ctags): Update to 6.0.20231001.0. Efraim Flashner 2023-09-24gnu: kcov: Clean up build phase....* gnu/packages/code.scm (kcov)[arguments]: Use SEARCH-INPUT-FILE and remove a vestigial LET from the 'fix-/bin/bash-references phase. Tobias Geerinckx-Rice 2023-09-24gnu: kcov: Update to 42....* gnu/packages/code.scm (kcov): Update to 42. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Don't build static or debug libraries....* gnu/packages/code.scm (astyle)[arguments]: Build only the "release" and "shared" targets we actually care about. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Use G-expressions....* gnu/packages/code.scm (astyle)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Omit static libraries....* gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp in the 'install-libs phase to install only dynamic libraries. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Update to 3.4.8....* gnu/packages/code.scm (astyle): Update to 3.4.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2023-09-10gnu: indent: Update to 2.2.13....* gnu/packages/code.scm (indent): Finish update to 2.2.13, partially pushed in commit 4c4ff2e1f077786d85c47ceeec10340a864e17f1. Tobias Geerinckx-Rice 2023-09-10gnu: vsftpd: 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 2023-05-22gnu: lcov: Patch reference to 'find' command....Fixes <https://issues.guix.gnu.org/63517>. Reported by Luca Cirrottola <luca.cirrottola@inria.fr>. * gnu/packages/code.scm (lcov)[arguments]: Rename 'patch-pwd' phase to 'patch-references-to-commands', and patch reference to 'find'. Ludovic Courtès