Search Criteria
Package Details: cardano-wallet 20220118-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cardano-wallet.git (read-only, click to copy) |
|---|---|
| Package Base: | cardano-wallet |
| Description: | HTTP server & command-line for managing UTxOs and HD wallets in Cardano. |
| Upstream URL: | https://github.com/input-output-hk/cardano-wallet |
| Licenses: | Apache |
| Submitter: | emes |
| Maintainer: | None |
| Last Packager: | emes |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-01-21 21:27 (UTC) |
| Last Updated: | 2022-01-23 18:59 (UTC) |
Dependencies (2)
- cabal-install (cabal-install-gitAUR, cabal-install-staticAUR) (make)
- ghc (make)
Latest Comments
Rufflewind commented on 2021-09-13 03:16 (UTC)
Please see https://wiki.archlinux.org/title/haskell#Configuration and also https://wiki.archlinux.org/title/haskell#Static_linking.
andrej commented on 2021-09-12 18:37 (UTC)
The build (and probably also the default Haskell ecosystem in Arch) is still just broken:
andrej commented on 2021-07-12 03:01 (UTC)
The current
ghcis9.0.1and this builds with8.10.5just fine, as long as the trick used by @lsf oncardano-nodeis applied also here:Without the hacks it will fail at link time due to some missing
libsodiumstuff or even earlier than that due to missing Haskell dependencies.Rufflewind commented on 2021-05-31 20:38 (UTC)
In an effort to deduplicate the ghc-8.6 and ghc8.6-bin packages, would you mind switching to depend on ghc8.6-bin? Something like this should work:
PKGBUILD:arch-ghc.patch(runupdpkgsumsas needed):