aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
diff options
context:
space:
mode:
authorunmush <unmush@hashbang.sh>2024-11-26 13:12:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-12-22 15:37:34 +0200
commit60314dbf81638b86b3a4ad4872f9e938f8a957cd (patch)
tree456f3898f5daf7e79f526e3746cea1294d38342b /gnu/services/games.scm
parentff9771114de0856c803cf777f0fe6338cae9acc3 (diff)
downloadguix-60314dbf81638b86b3a4ad4872f9e938f8a957cd.tar.gz
guix-60314dbf81638b86b3a4ad4872f9e938f8a957cd.zip
gnu: Add mono-2.11.4.
* gnu/packages/dotnet.scm (mono-2.11.4-external-repo-specs, mono-2.11.4): New variables. (add-external-repos): New procedure. * gnu/packages/patches/mono-2.11.4-fixes.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I0736a501d590309550574941b04db8337662dc30
Diffstat (limited to 'gnu/services/games.scm')
0 files changed, 0 insertions, 0 deletions
tests/gremlin.scm?id=6b97415996583b15a97dad8254f610275353e913'>gremlin: Adjust tests for foreign distros....Fixes <https://bugs.gnu.org/35775>. * tests/gremlin.scm ("elf-dynamic-info-needed, executable"): Expect only libguile and libc among NEEDED. ("strip-runpath"): Pass '--enable-new-dtags' to get RUNPATH, not RPATH. Ting-Wei Lan 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....* tests/gremlin.scm (%guile-executable): Use /proc/self/exe instead of (command-line). For a while now, the first element of (command-line) was "./build-aux/test-driver.scm"; consequently the test was always skipped. Ludovic Courtès 2018-05-07gremlin: Add 'strip-runpath'....* guix/build/gremlin.scm (strip-runpath): New procedure. * tests/gremlin.scm (c-compiler): New variable. ("strip-runpath"): New test. Ludovic Courtès