fix(emacs-pkgs/nix-util): Ensure compatibility with non-native JSON
This commit is contained in:
parent
0447ef57ba
commit
8f68497269
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
("finished\n"
|
||||
(let* ((json-string (with-current-buffer outbuf
|
||||
(buffer-string)))
|
||||
(result (json-parse-string json-string)))
|
||||
(result (json-read-from-string json-string)))
|
||||
(with-current-buffer buffer
|
||||
(goto-char point)
|
||||
(map-let (("rev" rev) ("sha256" sha256)) result
|
||||
|
|
Loading…
Reference in a new issue