aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-repl.sh
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-22 22:12:10 +0100
committerW. Kosior <koszko@koszko.org>2024-09-04 21:02:08 +0200
commit505258172e7bc2b67469b395cb46e38ef2f3069e (patch)
tree09de989c0687ce605317b39a7b13522d651874aa /tests/guix-repl.sh
parent5b9b23d2cdc6b18569887174c060e79c16efc2e1 (diff)
downloadguix-505258172e7bc2b67469b395cb46e38ef2f3069e.tar.gz
guix-505258172e7bc2b67469b395cb46e38ef2f3069e.zip
build: Fix `make dist'-specific targets in VPATH builds.
* Makefile.am (gen-ChangeLog): Look for .git in `$(top_srcdir)'. (gen-AUTHORS): Look for .git in `$(top_srcdir)'. Change-Id: Ib6d78f08f8791d2f8e1758614d21c41f04a39b0a
Diffstat (limited to 'tests/guix-repl.sh')
0 files changed, 0 insertions, 0 deletions
s/pack.scm (docker-image)[build]: Use GUILE-JSON-3. * guix/import/github.scm (fetch-releases-or-tags): Update docstring. (latest-released-version): Use 'assoc-ref' instead of 'hash-ref'. Pass the result of 'fetch-releases-or-tags' to 'vector->list'. * guix/import/launchpad.scm (latest-released-version): Likewise. 2019-05-06Add (guix lzlib).Pierre Neidhardt * guix/lzlib.scm, tests/lzlib.scm: New files. * Makefile.am (MODULES): Add guix/lzlib.scm. (SCM_TESTS): Add tests/lzlib.scm. * m4/guix.m4 (GUIX_LIBLZ_LIBDIR): New macro. * configure.ac (LIBLZ_LIBDIR): Use it. Define and substitute 'LIBLZ'. * guix/config.scm.in (%liblz): New variable. * guix/self.scm (make-config.scm): Add TODO comment. Co-authored-by: Ludovic Courtès <ludo@gnu.org>