From 683e3f4fabdb431804d40c9cc7bd59240cc7d537 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Nov 2024 12:46:25 +0200 Subject: gnu: tinyxml: Fix cross-compiling. * gnu/packages/xml.scm (tinyxml)[arguments]: Adjust the custom 'build-shared-library phase to use the correct compiler for the target. Change-Id: I7db740fca974aa719e06fab4d67cee1a3e014312 --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 575cc016bb..ef084f607b 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1278,7 +1278,7 @@ UTF-8 and UTF-16 encoding.") (delete 'configure) (add-after 'build 'build-shared-library (lambda _ - (invoke "g++" "-Wall" "-O2" "-shared" "-fpic" + (invoke ,(cxx-for-target) "-Wall" "-O2" "-shared" "-fpic" "tinyxml.cpp" "tinyxmlerror.cpp" "tinyxmlparser.cpp" "tinystr.cpp" "-o" "libtinyxml.so"))) -- cgit v1.2.3 ub right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/vim.scm
AgeCommit message (Expand)Author
2024-09-30gnu: vim-guix-vim: Update to 0.4.1....* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.1. Change-Id: I12a38efdbd6c0f9d8ce2155e7d7ecb0032739f0c Efraim Flashner
2024-09-29gnu: vim: Update to 9.1.0744....* gnu/packages/vim.scm (vim): Update to 9.1.0744. [arguments]: Delete another test in the 'skip-or-fix-failing-tests phase. Change-Id: Ic36691592abd350686df78d189196f827878be0b Efraim Flashner
2024-08-31gnu: vim-vlime: Fix build....* gnu/packages/vim.scm (vim-vlime)[arguments]: Correct order of phases. Change-Id: I449cceff6022cee481840e49b732a8bba8031a61 宋文武
2024-06-11gnu: vim-coqtail: Update to 1.7.1-1.d77080e....* gnu/packages/vim.scm (vim-coqtail): Update to 1.7.1-1.d77080e. Change-Id: Ifea28105a394c50a78cc1afaa2fa0217fe0cf39b Signed-off-by: Christopher Baines <mail@cbaines.net> Jean-Pierre De Jesus DIAZ
2024-06-11gnu: neovim-coqtail: Propagate python-pynvim....* gnu/packages/vim.scm (neovim-coqtail)<propagated-inputs>: Add python-pynvim. Change-Id: Ic55bba3a959a1400e75788bf2054d816bb6146a6 Signed-off-by: Christopher Baines <mail@cbaines.net> Jean-Pierre De Jesus DIAZ
2024-06-11gnu: vim-vader: Update to 0.4.0-1.429b669....* gnu/packages/vim.scm (vim-vader): Update to 0.4.0-1.429b669 and fix 'check phase. Change-Id: I3dc73652596dcbded804dfc80c0ed9f2876ae89b Signed-off-by: Christopher Baines <mail@cbaines.net> Jean-Pierre De Jesus DIAZ
2024-03-03gnu: vim: Update to 9.1.0146....* gnu/packages/vim.scm (vim): Update to 9.1.0146. [arguments]: Adjust 'patch-absolute-paths phase to patch another /bin/sh invocation. Change-Id: I61e65988b96561bd10c9d35506e24c702cfb38d3 Efraim Flashner
2024-02-22gnu: Add neovim-dispatch....* gnu/packages/vim.scm (neovim-dispatch): New variable. Change-Id: I458b0d390168170b47119c7f592042177f1402ae Efraim Flashner
2024-02-22gnu: vim-dispatch: Update to 1.8-1.4c695bc....* gnu/packages/vim.scm (vim-dispatch): Update to 1.8-1.4c695bc. Change-Id: I70b53f048c365fda47ba8820392b1f94b6bcfedd Efraim Flashner
2024-02-22gnu: Add neovim-asyncrun....* gnu/packages/vim.scm (neovim-asyncrun): New variable. Change-Id: I8716ff4a1beeee3364973c12e0e6243a1b21afe6 Efraim Flashner
2024-02-22gnu: vim-asyncrun: Update to 2.12.4....* gnu/packages/vim.scm (vim-asyncrun): Update to 2.12.4. Change-Id: I316eb22c71ac4e807b9fd4590c7819478e4f7260 Efraim Flashner
2024-02-10gnu: vim: Update to 9.1.0059....* gnu/packages/vim.scm (vim): Update to 9.1.0059. Change-Id: Idf89d04a6c4e2297bcaad7a8b275de4a124001a9 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Nguyễn Gia Phong
2024-01-11gnu: neovim: Update to 0.9.5....* gnu/packages/vim.scm (neovim): Update to 0.9.5. Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Luis Henrique Gomes Higino
2024-01-09gnu: msgpack: Deprecate with msgpack-c....* gnu/packages/serialization.scm (msgpack-c): New variable. (msgpack-cxx): New variable. (msgpack): Rename to... (msgpack-3): ... this, and inherit from msgpack-c. * gnu/packages/vim.scm (eovim) [arguments]: Add help-cmake-find-msgpack-c phase. [inputs]: Replace msgpack with msgpack-c. * gnu/packages/terminals.scm (tmate) [inputs]: Replace msgpack with msgpack-3. * gnu/packages/networking.scm (opendht) [propagated-inputs]: Replace msgpack with msgpack-cxx. * gnu/packages/chemistry.scm (mmtf-cpp) [propagated-inputs]: Likewise. Maxim Cournoyer
2024-01-01gnu: Add neovim-coqtail....* gnu/packages/vim.scm (neovim-coqtail): New variable. Change-Id: I431571925da02788410fc8bf3b1e1aea93bcb1bb Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2024-01-01gnu: vim-coqtail: Allow using neovim for tests....* gnu/packages/vim.scm (vim-coqtail): Allow using neovim for tests. Change-Id: I114b07dd9cf525a5571a37f51b2e6b2a57d5be46 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2024-01-01gnu: vim-coqtail: Move vim-full to arguments....* gnu/packages/vim.scm (vim-coqtail)[arguments]: Set #:vim to use vim-full. Adjust custom 'check phase accordingly. [native-inputs]: Remove vim-full. Remove input labels. Change-Id: I20cc1e0772727f8fc7db70b42151432fb6349fc7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2024-01-01gnu: Add neovim-vader....* gnu/packages/vim.scm (neovim-vader): New variable. Change-Id: Ib507c2086c31a42088f3f433b57ac1e345e27113 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2024-01-01gnu: vim-vader: Allow using neovim for tests....* gnu/packages/vim.scm (vim-vader): Allow using neovim for tests. Change-Id: Id5b4423f24fdd42814b0a0e3fab801ec871611f7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ