diff options
-rw-r--r-- | emacs/guix-command.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/guix-command.el b/emacs/guix-command.el index ba6c3d2ba9..7069c51649 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -1,6 +1,6 @@ ;;; guix-command.el --- Popup interface for guix commands -*- lexical-binding: t -*- -;; Copyright © 2015 Alex Kost <alezost@gmail.com> +;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com> ;; This file is part of GNU Guix. @@ -176,7 +176,8 @@ to be modified." '(("--no-substitutes" :char ?s) ("--no-build-hook" :char ?h) ("--max-silent-time" :char ?x) - ("--rounds" :char ?R :fun read-number))) + ("--rounds" :char ?R :fun read-number) + ("--with-input" :char ?W))) (defun guix-command-improve-common-build-argument (argument) (guix-command-modify-argument-from-alist |