summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-06-14 14:33:39 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-06-18 13:03:42 +0200
commitc90d3219726342c034b5404bd60849fc8bff37c8 (patch)
tree9270523075bdd3749dc0d506ae511dadfe838fc5
parent0d38919a2ee9cd355394d8709d39d62dbb1022dc (diff)
nonguix: binary-build-system: Fix use of undefined variable.
Follow up to a0079cf1bd8ef707ab9e15a0e249cbd34f157ae4. * nonguix/build/binary-build-system.scm (patchelf)[make-rpath]: Use 'name' instead of undefined 'input-or-output'. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r--nonguix/build/binary-build-system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonguix/build/binary-build-system.scm b/nonguix/build/binary-build-system.scm
index bca1325..913ff44 100644
--- a/nonguix/build/binary-build-system.scm
+++ b/nonguix/build/binary-build-system.scm
@@ -109,7 +109,7 @@ The inputs are optional when the file is an executable."
(or (maybe-make-rpath outputs name extra-path)
(maybe-make-rpath inputs name extra-path)
(error (format #f "`~a' not found among the inputs nor the outputs."
- input-or-output))))
+ name))))
(unless (string-contains binary ".so")
;; Use `system*' and not `invoke' since this may raise an error if