2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Fix comparison in render-compare/derivations

This commit is contained in:
Christopher Baines 2019-03-17 23:13:57 +00:00
parent 189014f3bc
commit f4c159d9de
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -151,7 +151,7 @@
`((file_name . ,file-name)
(system . ,system)
(target . ,target)
(build_status . ,(if (string=? "")
(build_status . ,(if (string=? buildstatus "")
"unknown"
buildstatus)))))
derivations))