Skip to content
Snippets Groups Projects
  1. Feb 16, 2019
    • Ludovic Courtès's avatar
      gnu: guix: Embed 'glibc-utf8-locales'. · 8a973abc
      Ludovic Courtès authored
      This will ensure people who download the binary installation tarball
      do not get locale-related warnings, provided they use one of the
      selected UTF-8 locales.
      
      * gnu/packages/package-management.scm (guix)[arguments]: In
      'wrap-program' phase, set GUIX_LOCPATH.
      [inputs]: Add GLIBC-UTF8-LOCALES.
      Unverified
      8a973abc
    • Ludovic Courtès's avatar
      environment: Add '--inherit'. · e6e599fa
      Ludovic Courtès authored
      * guix/scripts/environment.scm (purify-environment): Add 'white-list'
      parameter and honor it.
      (create-environment): Add #:white-list parameter and honor it.
      (launch-environment): Likewise.
      (launch-environment/fork): Likewise.
      (show-help, %options): Add '--inherit'.
      (guix-environment): Define 'white-list' and pass it to
      'launch-environment/fork'.
      * tests/guix-environment.sh: Test '--inherit'.
      * doc/guix.texi (Invoking guix environment): Document it.
      Unverified
      e6e599fa
  2. Feb 15, 2019
Loading