Am Donnerstag, dem 18.08.2022 um 17:33 +0200 schrieb Tobias Platen: > I recently found dosdefender-ld31, a public domain DOS game, designed > to run in dosbox. To build you only need gnu make and a version of > gcc that targets i386-gnu or i386-gnu-linux. In that case building a Guix package ought to be relatively simple. Just use gnu-build-system, delete 'bootstrap and 'configure as needed and use #:system "i686-linux" – alternatively, you can match (%current- system) to get the right one, see wine for an example.
Cheers