2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

http: Adjust test to include #:derivation.

This is a followup to commit c89c117c12.

* tests/http.scm (build-query-result): Add #:derivation.
This commit is contained in:
Ludovic Courtès 2018-01-25 09:52:03 +01:00
parent c9ae80a757
commit 3c30a6cfd8

View file

@ -81,6 +81,7 @@
(#:timestamp . 1501347493) (#:timestamp . 1501347493)
(#:starttime . 1501347493) (#:starttime . 1501347493)
(#:stoptime . 1501347493) (#:stoptime . 1501347493)
(#:derivation . "/gnu/store/fake.drv")
(#:buildoutputs . ((out ("path" . "/gnu/store/fake-1.0")))) (#:buildoutputs . ((out ("path" . "/gnu/store/fake-1.0"))))
(#:system . "x86_64-linux") (#:system . "x86_64-linux")
(#:nixname . "fake-1.0") (#:nixname . "fake-1.0")