#!/bin/sh # aside from this initial boilerplate, this is actually -*- scheme -*- code prefix="@prefix@" datarootdir="@datarootdir@" GUILE_LOAD_COMPILED_PATH="@guilemoduledir@:$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_COMPILED_PATH main='(module-ref (resolve-interface '\''(guix-import)) '\'guix-import')' exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ -c "(apply $main (cdr (command-line)))" "$@" !# ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-11 00:53:39 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-02-11 01:03:23 +0100
commit158ddc750f81c25cfa0beb5ad4aa7c5e6312a88b (patch)
treeff86a0f28a57400be689937e01d5220881ae2cd5 /build-aux
parent53431e3b7036a9eb3b59473cc84bbb1d0de25d61 (diff)
downloadguix-158ddc750f81c25cfa0beb5ad4aa7c5e6312a88b.tar.gz
guix-158ddc750f81c25cfa0beb5ad4aa7c5e6312a88b.zip
gnu: r-furrr: Update to 0.2.2.
* gnu/packages/cran.scm (r-furrr): Update to 0.2.2.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
scm?id=768b7705977aa951c36bd37e48956bf91dcc7719'>ci: Update the list of GCC versions for the 'core' subset....Ludovic Courtès