aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-initrd.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-16 16:24:45 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-16 16:24:45 +0300
commitddcc5d43757f3b1f7460994e5a22abeb2f0ab648 (patch)
tree123940093332112b911ac6eae789a8eabe2f5b01 /gnu/build/linux-initrd.scm
parent69b13cd4eaa88ad7fe1b2e6c5ceae0357eedfac2 (diff)
downloadguix-ddcc5d43757f3b1f7460994e5a22abeb2f0ab648.tar.gz
guix-ddcc5d43757f3b1f7460994e5a22abeb2f0ab648.zip
gnu: Add julia-zipfile.
* gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
Diffstat (limited to 'gnu/build/linux-initrd.scm')
0 files changed, 0 insertions, 0 deletions
onfigure Git on 'make'. * configure.ac (in_git_p): New conditional. * Makefile.am (nodist_noinst_DATA): Use it to only enable this when building from Git. Change-Id: I09a90a59a4933a8cdb04124467d38209171f2a57 Janneke Nieuwenhuizen 2023-10-22teams: Adjust shebang to use 'guix repl'....This ensures the correct Guix dependencies are always available for the script. * etc/teams.scm.in: Rename to... * etc/teams.scm: ... this. Adjust shebang. * .gitignore: No longer ignore it. * configure.ac: Do not process it with AC_CONFIG_FILES. Reported-by: Clément Lassieur <clement@lassieur.org> Fixes: https://issues.guix.gnu.org/66605 Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c Maxim Cournoyer 2023-09-26build: Add dependency on Git....* configure.ac: Check for ‘git’ and substitute ‘GIT’. * guix/config.scm.in (%git): New variable. * guix/self.scm (compiled-guix): Define ‘git’ and pass it to ‘make-config.scm’. (make-config.scm): Add #:git; emit a ‘%git’ variable. * doc/guix.texi (Requirements): Add it. Ludovic Courtès