aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libusb.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-04 21:19:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-05 01:36:22 +0200
commit226221df6fd93c29960b43243cf881c65e3baad5 (patch)
treef6ef59df60251c0178b5f882f3b529bd23cd275f /gnu/packages/libusb.scm
parentbbf60f86d5b57ee085cd701ccf491c075f329de7 (diff)
downloadguix-226221df6fd93c29960b43243cf881c65e3baad5.tar.gz
guix-226221df6fd93c29960b43243cf881c65e3baad5.zip
gnu: wireguard-tools: Fix doc installation.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add missing out.
Diffstat (limited to 'gnu/packages/libusb.scm')
0 files changed, 0 insertions, 0 deletions
files to $libdir/guile/X.Y....* configure.ac: Define and substitute 'guileobjectdir'. * Makefile.am (nobase_nodist_guilemodule_DATA): Remove $(GOBJECTS). (nobase_nodist_guileobject_DATA): New variable. (guix_install_go_files): Adjust accordingly. (install-data-hook): Likewise. * scripts/guix.in (config-lookup): Add 'exec_prefix' and 'guileobjectdir'. Add '_' in VAR-REF-REGEXP. (maybe-augment-load-paths!): Distinguish OBJECT-DIR from MODULE-DIR. Ludovic Courtès 2016-04-06challenge: Really exit with non-zero upon hash mismatch....Reported by John Darrington. * guix/scripts/challenge.scm (guix-challenge): Add an explicit 'exit' call when ISSUES is empty. * scripts/guix.in: Add comment about 'exit'. * doc/guix.texi (Invoking guix challenge): Mention the behavior and exit code. Ludovic Courtès