diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-24 19:35:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-25 12:13:00 +0200 |
commit | b1b27f284fa5e9529b1ce2edffff9cce952b8849 (patch) | |
tree | 365b93bce917501e8f3fad0041d69f3e4c7a835e | |
parent | b3673e9917217fc27c743092e58e4eb33d0fdd16 (diff) | |
download | guix-b1b27f284fa5e9529b1ce2edffff9cce952b8849.tar.gz guix-b1b27f284fa5e9529b1ce2edffff9cce952b8849.zip |
guix build: Remove obsolete TODO.
* guix/scripts/build.scm (set-build-options-from-command-line): Remove
obsolete TODO comment.
-rw-r--r-- | guix/scripts/build.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm index ee1a9a81c1..9ad7379bbe 100644 --- a/guix/scripts/build.scm +++ b/guix/scripts/build.scm @@ -522,7 +522,6 @@ options handled by 'set-build-options-from-command-line', and listed in (define (set-build-options-from-command-line store opts) "Given OPTS, an alist as returned by 'args-fold' given '%standard-build-options', set the corresponding build options on STORE." - ;; TODO: Add more options. ;; '--keep-failed' has no effect when talking to a remote daemon. Catch the ;; case where GUIX_DAEMON_SOCKET=guix://…. |