From b1b27f284fa5e9529b1ce2edffff9cce952b8849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 24 Oct 2019 19:35:29 +0200 Subject: [PATCH] guix build: Remove obsolete TODO. * guix/scripts/build.scm (set-build-options-from-command-line): Remove obsolete TODO comment. --- guix/scripts/build.scm | 1 - 1 file changed, 1 deletion(-) 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 @@ (define (show-build-options-help) (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://….