help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Difference between guix/build and guix/build-system


From: Vasilii Smirnov
Subject: Difference between guix/build and guix/build-system
Date: Sat, 11 May 2024 16:45:21 +0200

I've noticed that build systems in Guix are split in two parts:
- guix/build-system/${name}.scm
- guix/build/${name}-build-system.scm

where ${name} can be "cmake", or "node", etc... So, the question is: what's the reason for this split?

If I want to write a new build system, what code should I put in "guix/build", and what in "guix/build-system"?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]