diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-14 17:05:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-14 17:05:32 +0200 |
commit | 16357e8c71513dc5094c724806dba7a124c33a74 (patch) | |
tree | 0528e3295a9b95905d2f545ef4ad81539b9449be /NEWS | |
parent | 0bd31a2188b6ee29b6280f58a577799d73a07ecf (diff) | |
download | patches-16357e8c71513dc5094c724806dba7a124c33a74.tar patches-16357e8c71513dc5094c724806dba7a124c33a74.tar.gz |
Update upstream Nix sub-module.
* nix-upstream: Update.
* NEWS: Mention multiple-derivation output bug.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,13 @@ See commits 0332386 and 101d9f3 for details. *** Binary substituter gracefully handles lack of network connectivity +*** Daemon properly handles rebuilds of multiple-output derivations + +Previously it would fail when rebuilding a multiple-output derivation when +some (but not all) of its outputs were already present. See +http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and +https://github.com/NixOS/nix/issues/122 . + * Changes in 0.2 (since 0.1) ** Package management |