summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/lint.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/lint.scm b/guix/lint.scm
index 627016fae0..82861b8a27 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -679,7 +679,7 @@ patch could not be found."
((? string? patch)
(starts-with-package-name? (basename patch)))
((? origin? patch)
- (starts-with-package-name? (origin-file-name patch)))
+ (starts-with-package-name? (origin-actual-file-name patch)))
(_ #f)) ;must be some other file-like object
patches)
'()