1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

Allow derivations to update the build phase

So the progress bar can show

  [1/0/1 built, 0.0 MiB DL] building hello-2.10 (configuring): checking whether pread is declared without a macro... yes
This commit is contained in:
Eelco Dolstra 2017-08-25 18:04:05 +02:00
parent c137c0a5eb
commit 0ac35b67b8
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 24 additions and 7 deletions

View file

@ -31,6 +31,7 @@ typedef enum {
resBuildLogLine = 101,
resUntrustedPath = 102,
resCorruptedPath = 103,
resSetPhase = 104,
} ResultType;
typedef uint64_t ActivityId;