Fix comparison in render-compare/derivations
This commit is contained in:
parent
189014f3bc
commit
f4c159d9de
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
||||||
`((file_name . ,file-name)
|
`((file_name . ,file-name)
|
||||||
(system . ,system)
|
(system . ,system)
|
||||||
(target . ,target)
|
(target . ,target)
|
||||||
(build_status . ,(if (string=? "")
|
(build_status . ,(if (string=? buildstatus "")
|
||||||
"unknown"
|
"unknown"
|
||||||
buildstatus)))))
|
buildstatus)))))
|
||||||
derivations))
|
derivations))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue