guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32104] [PATCH 0/3] guix environment: Simplify environment creation


From: Ludovic Courtès
Subject: [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation
Date: Mon, 9 Jul 2018 13:31:47 +0200

Hello Guix!

These patches aim to simplify (guix scripts environment) by (1) factorizing
part of the search path handling machinery in (guix profiles), and (2) by
using manifests internally instead of loosely defined lists of “inputs.”

The goal is to gradually move towards a situation where (guix scripts
environment) contains nothing but UI code and related plumbing.

Ludo’.

Ludovic Courtès (3):
  profiles: Factorize 'manifest-search-paths'.
  environment: Simplify code by using manifests internally.
  profiles: Introduce 'profile-search-paths' and use it.

 guix/build/profiles.scm      |   2 +-
 guix/profiles.scm            |  26 ++++-
 guix/scripts/environment.scm | 208 ++++++++++++++---------------------
 3 files changed, 110 insertions(+), 126 deletions(-)

-- 
2.18.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]