1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

Add `guix-build'.

* guix-build.in: New file.

* configure.ac: Emit `guix-build'.  Add `commands-exec'.
* Makefile.am (bin_SCRIPTS): New variable.
* po/POTFILES.in: Add `guix-build.in'.
This commit is contained in:
Ludovic Courtès
2012-07-01 00:56:24 +02:00
parent 9a20830e57
commit 14a1c3197c
5 changed files with 188 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with Guix. If not, see <http://www.gnu.org/licenses/>.
bin_SCRIPTS = guix-build
MODULES = \
guix/derivations.scm \
guix/build-system.scm \