Skip to content

Commit

Permalink
guix: Fix cache creation including stderr by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Apr 13, 2018
1 parent 3e3a23b commit 986b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-system-packages-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ cache filename is returned with the host name appended to it."
(cache-file-name (helm-system-packages-guix-cache-file-get)))
(when (or (not (file-exists-p cache-file-name))
refresh-cache)
(process-file "guix" nil `(:file ,cache-file-name) nil "package" "--search=."))
(process-file "guix" nil `((:file ,cache-file-name) nil) nil "package" "--search=."))
(setq descriptions
(with-temp-buffer
(process-file "recsel" (helm-system-packages-guix-cache-file-get) t nil "-R" "name,synopsis")
Expand Down

0 comments on commit 986b7bd

Please sign in to comment.