Package Details: declarch 0.4.3-1

Git Clone URL: https://aur.archlinux.org/declarch.git (read-only, click to copy)
Package Base: declarch
Description: Universal declarative package manager - unify AUR, flatpak, npm, cargo, pip, and custom backends
Upstream URL: https://github.com/nixval/declarch
Keywords: aur bun cargo config-management declarative dotfiles nix npm package-manager pip rust
Licenses: MIT
Submitter: nixval
Maintainer: nixval
Last Packager: nixval
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-19 17:06 (UTC)
Last Updated: 2026-01-23 15:46 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

iamawacko commented on 2026-01-18 21:19 (UTC)

Without LTO disabled, I get an error that starts error: linking withccfailed: exit status: 1, and then continues with a bunch more error text. You should be able to test it yourself.

iamawacko commented on 2026-01-18 21:07 (UTC)

Hey, I think you need to disable LTO for this package to build properly, it's a common problem. Just put the following somewhere in your PKGBUILD:

options=(!lto)