aboutsummaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-rw-r--r--guix/monads.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/monads.scm b/guix/monads.scm
index 8909312a8..c714941a0 100644
--- a/guix/monads.scm
+++ b/guix/monads.scm
@@ -379,8 +379,7 @@ permission bits are kept."
(define* (package-file package
#:optional file
#:key
- (system (%current-system))
- (output "out") target)
+ system (output "out") target)
"Return as a monadic value the absolute file name of FILE within the
OUTPUT directory of PACKAGE. When FILE is omitted, return the name of the
OUTPUT directory of PACKAGE. When TARGET is true, use it as a

© 2015 - 2026 Jakob L. Kreuze