diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/lint.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index deea25c5ce..aae10fe492 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -355,9 +355,9 @@ superfluous when building natively and incorrect when cross-compiling." (_ '()))) (parameterize ((%current-target-system "aarch64-linux-gnu")) (apply (lambda* (#:key (target 'not-set) - make-flags #:allow-other-keys) + make-flags #:allow-other-keys) (define make-flags/sexp - (if (gexp? make-flags/sexp) + (if (gexp? make-flags) (gexp->approximate-sexp make-flags) make-flags)) ;; Some packages like 'tzdata' are never cross-compiled; |