]> git.ekhem.eu.org Git - guix.git/commit
[common] Install programs from local source code.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 23 Dec 2022 19:47:12 +0000 (20:47 +0100)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:07 +0000 (19:53 +0100)
commit97878bee2ea940265aa0dbb7b2c0fb4f506cdb53
treeb8593a2def20541235e067f2c9ae0fa5fbfdcea6
parent4f9fdae94809d712e97fbd008c8680fd56e3820b
[common] Install programs from local source code.

Guix downloads programs and source code from the internet. However, if
we want to install custom versions of these programs, we need to
compile them manually from local source code. This commit adds helper
functions for working with such programs.
README
conf/common/local-package.scm [new file with mode: 0644]