aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sdl.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-06 21:37:32 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-07 08:15:34 +0100
commitca52123611e56128747338583625fc92df6d5cb8 (patch)
tree9f2e58234281c0742a0bb780306881bb52de3fd9 /gnu/packages/sdl.scm
parentaa5c1f61f1fed974d732c332887b7e54f923dc2f (diff)
downloadguix-ca52123611e56128747338583625fc92df6d5cb8.tar.gz
guix-ca52123611e56128747338583625fc92df6d5cb8.zip
gnu: r-biobase: Update to 2.38.0.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.38.0.
Diffstat (limited to 'gnu/packages/sdl.scm')
0 files changed, 0 insertions, 0 deletions
and improve error reporting....Reported by Christian Grothoff. * guix/ui.scm (load*): Add 'frame-with-source'. Set %load-should-auto-compile. Change error handle to just (exit 1). Add pre-unwind handler to capture the stack and call 'report-load-error'. (report-load-error): Add optional 'frame' parameter and pass it to 'display-error'. * tests/guix-system.sh: Add "unbound variable" test. Ludovic Courtès 2015-05-06profiles: Generate an 'etc/profile' file....Suggested by 宋文武 <iyzsong@gmail.com> in <http://bugs.gnu.org/20255>. * guix/build/profiles.scm (abstract-profile, write-environment-variable-definition): New procedures. (build-profile): Add #:search-paths parameter. Create OUTPUT/etc/profile. * guix/profiles.scm (profile-derivation)[builder]: Add 'search-paths' variable and pass it to 'build-profile'. Adjust #:modules argument. * tests/profiles.scm ("etc/profile"): New test. * doc/guix.texi (Invoking guix package): Mention etc/profile. Ludovic Courtès