build-system/haskell: Do not pass "--bindir" during configure.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 24 Jun 2020 21:12:06 +0000 (23:12 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 13 Aug 2020 14:44:56 +0000 (16:44 +0200)
commitaa1a75cc0ef2bf73f1a11d6123b48641e770016d
tree33386f1d99910eff9edb1df2510cf9179af4d3f4
parent54a5fd0791f15108d7c06f0b439e75e049fde249
build-system/haskell: Do not pass "--bindir" during configure.

The "--bindir" option is not as useful as it seems as the configured location
is embedded in the outputs.  Instead of using "--bindir" it seems better to
build a statically linked binary and move the binary to its own output to
avoid references between the "out" and "bin" outputs.

* guix/build/haskell-build-system.scm (configure): Do not pass "--bindir".
guix/build/haskell-build-system.scm