We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f1969 commit 6d99e96Copy full SHA for 6d99e96
1 file changed
guix/machines/turing.scm
@@ -97,8 +97,7 @@
97
98
(define (maybe-description->description org name maybe-description)
99
"Transform MAYBE-DESCRIPTION to an actual description."
100
- ; XXX: For reasons presently beyond me, this `eq?` does not work as expected.
101
- (if (eq? maybe-description "")
+ (if (string=? maybe-description "")
102
(string-append "A mirrored copy of the " org "/" name " repository.")
103
maybe-description))
104
0 commit comments