Remove a few 'setenv's from the definition. diff -Naur bsd-games-2.17/config.params bsd-games-patch/config.params --- bsd-games-2.17/config.params 1970-01-01 07:00:00.000000000 +0700 +++ bsd-games-patch/config.params 2020-04-22 20:49:40.809695248 +0700 @@ -0,0 +1,16 @@ +bsd_games_cfg_do_chown=n +bsd_games_cfg_non_interactive=y + +# Fix some man-pages: cfscores, morse, ppt, rot13, snscore, teachgammon. +bsd_games_cfg_use_dot_so=syml + +# Don't build some games: +# Countmail require some BSD-package called `from`. +# DM is a toy to restrict access to bsd-games. +# Fortune seems to be already packaged (fortune-mod). +# Wargames isn't convenient as a game launcher. +bsd_games_cfg_no_build_dirs="countmail dm fortune wargames" + +# Those are substitute*'d with GNU miscfiles. +bsd_games_cfg_hangman_wordsfile=WORD_LIST +bsd_games_cfg_dictionary_src=WORD_LIST td> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/nar.scm
AgeCommit message (Expand)Author
2019-01-18serialization: 'restore-file' errors out upon non-convertible file names....Ludovic Courtès
2018-11-13deduplication: Restore directory mtime and permissions after deduplication....Ludovic Courtès
2018-11-13tests: Check file canonicalization for 'restore-file-set'....Ludovic Courtès
2018-11-13tests: Remove check for a feature that appeared in Guile 2.0.10....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-19serialization: Add 'write-file-tree'....Ludovic Courtès
2017-03-18build: Require Guile >= 2.0.9....Ludovic Courtès
2017-03-08hash: Close or flush sha256 output ports before calling their 'get' procedure....Ludovic Courtès
2016-06-12serialization: Add #:select? parameter to 'write-file'....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-08-26tests: Work around Btrfs handling of nlink for empty directories....Ludovic Courtès
2015-06-24tests: Move 'file=?' to (guix tests)....Ludovic Courtès
2015-02-07serialization: Check for EOF and incomplete input conditions....Ludovic Courtès
2014-11-04tests: When a store item is to be deleted, make it statistically unique....Ludovic Courtès
2014-10-09Break module cycle involving (guix store) and (guix ui)....Ludovic Courtès