diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 28730f1dee..4072b90b00 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -10448,7 +10448,7 @@ using shell-style rules for quoting and commenting.") (lambda* (#:key inputs import-path #:allow-other-keys) (invoke "tar" "xf" - #$notmuch-fixtures "-C" + #+notmuch-fixtures "-C" (string-append "src/" import-path "/fixtures"))))))) (inputs (list notmuch)) |