Search Criteria
Package Details: nixfmt 0.4.0-3
Git Clone URL: | https://aur.archlinux.org/nixfmt.git (read-only, click to copy) |
---|---|
Package Base: | nixfmt |
Description: | A formatter for Nix code |
Upstream URL: | https://nixfmt.serokell.io/ |
Keywords: | nix nixos |
Licenses: | |
Submitter: | Jammie |
Maintainer: | Jammie |
Last Packager: | Jammie |
Votes: | 1 |
Popularity: | 0.005642 |
First Submitted: | 2020-06-21 15:13 |
Last Updated: | 2020-06-22 08:31 |
Latest Comments
lunik1 commented on 2021-02-17 16:29
This patch will fix the build
diff --git a/PKGBUILD b/PKGBUILD index e5c658d..a536193 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,6 +20,8 @@ build() {
package() { cd "${srcdir}/${pkgname}-${pkgver}" + mkdir -p "${pkgdir}/usr/lib" install -m 755 -D "$(find . -name "nixfmt" -type f)" "${pkgdir}/usr/bin/nixfmt" + install -m 755 -D "$(find . -name "libHSnixfmt*.so" -type f)" "${pkgdir}/usr/lib/" install -m 644 -D LICENSE "${pkgdir}/usr/share/licenses/nixfmt/LICENSE" }
ronthecookie commented on 2020-12-14 22:40
lunik1: can reproduce, getting the same error
lunik1 commented on 2020-10-17 14:29
I get "nixfmt: error while loading shared libraries: libHSnixfmt-0.4.0-inplace-ghc8.10.2.so: cannot open shared object file: No such file or directory" when trying to use nixfmt.