summaryrefslogtreecommitdiff
path: root/nonguix
AgeCommit message (Collapse)Author
2020-02-27nonguix: Add support for $ORIGIN in RPATH.Pierre Neidhardt
* nonguix/build-system/binary.scm (patchelf): Do it.
2020-01-16nonguix: Add support for libraries for an extension other than ".so".Pierre Neidhardt
* nonguix/build-system/binary.scm (binary-build): Don't fail when setting the interpreter of libraries that don't contain ".so" in their name.
2020-01-08linux-initrd: Don't close over core Guile modules.Alex Griffin
* nonguix/modules.scm: New file. * nongnu/system/linux-initrd.scm: Limit 'source-module-closure' to guix and nonguix modules only.
2020-01-08utils: Add 'concatenate-files' function.Alex Griffin
* nonguix/build/utils.scm (concatenate-files): New function.
2019-12-29nonguix: Remove spurious getenv* export.Pierre Neidhardt
* nonguix/utils.scm: Do it.
2019-12-29nonguix: Fix default values for patchelf-plan and install-plan.Pierre Neidhardt
* nonguix/build-system/binary.scm (binary-build): Default values are unquoted, so we add an extra quote.
2019-12-29Move the "binary" build system from the Gaming Channels to Nonguix.Pierre Neidhardt
* nonguix/build-system/binary.scm: New file. * nonguix/build/binary-build-system.scm: New file. * nonguix/build/utils.scm: New file. * nonguix/utils.scm: New file.
2019-07-27nongnu: Add unredistributable-url-fetch.Julien Lepiller
* nonguix/download.scm: New file.
2019-05-26Add nonfree licenses.Alex Griffin
* nonguix/licenses.scm: New file.