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)
|
||||
(system . ,system)
|
||||
(target . ,target)
|
||||
(build_status . ,(if (string=? "")
|
||||
(build_status . ,(if (string=? buildstatus "")
|
||||
"unknown"
|
||||
buildstatus)))))
|
||||
derivations))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue