Search Criteria
Package Details: nix-docs-git 2.2.r10010.g50cb14f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nix-git.git (read-only, click to copy) |
---|---|
Package Base: | nix-git |
Description: | A purely functional package manager (documentation) |
Upstream URL: | https://nixos.org/nix |
Licenses: | LGPL2 |
Submitter: | atweiden |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 5 |
Popularity: | 0.040979 |
First Submitted: | 2016-01-11 03:58 (UTC) |
Last Updated: | 2024-04-04 18:38 (UTC) |
Dependencies (25)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- aws-crt-cpp (make)
- aws-sdk-cpp (aws-sdk-cpp-gitAUR) (make)
- boost (boost-gitAUR) (make)
- brotli (brotli-gitAUR) (make)
- bzip2 (bzip2-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- editline (make)
- gc (gc-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- gtest (googletest-gitAUR) (make)
- jq (jq-gitAUR) (make)
- libcpuid (libcpuid-gitAUR) (make)
- libgit2 (libgit2-gitAUR) (make)
- libseccomp (libseccomp-gitAUR) (make)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR) (make)
- lowdown (make)
- mdbook (mdbook-gitAUR) (make)
- mdbook-linkcheck (make)
- nix-busybox (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rapidcheck (make)
- sqlite (sqlite-fossilAUR) (make)
Latest Comments
1 2 Next › Last »
triarius commented on 2024-08-29 02:20 (UTC)
Look like it now requires
toml11
as a dependency:micwoj92 commented on 2024-04-04 18:45 (UTC)
Is it possible to change pkgver to use
.version
file as base? Then it would more closely show the "real version" instead of2.2.r10010.g50cb14f-1
which might not work assuming some software would for example requirenix>=2.3
.eclairevoyant commented on 2023-07-17 05:11 (UTC)
@alerque the issue was caused by the PKGBUILD using
_GLIBCXX_USE_CXX11_ABI
, so I removed that and provided some other improvements that we can discuss on the PR directly.To your other point, I agree that VCS packages may occasionally break, but I would seriously doubt that the main build system/package manager on a distro which receives active development would be broken for months. And I think this package in particular should always build, since they have proper CI set up.
alerque commented on 2023-06-26 08:08 (UTC) (edited on 2023-06-26 08:09 (UTC) by alerque)
@eclairevoyant Re your orphan request, please consider sending patches. If I see good patches I'll add you or whoever as co-maintainers too. You can also send PRs against this repository.
I mostly synced this with the stable packaging in [extra]. There is still a build issue of some kind. We regularly have trouble with differences between stable releases and how they handle compiler flags, this looks like more of that. In between releases breaks frequently. I'm happy to patch this if people figure out what is going on at any given time, but I don't think the expectation is that a VCS package will always build.
AkechiShiro commented on 2022-09-22 09:34 (UTC)
Build is still failing with the same error as @SamLukeYes
SamLukeYes commented on 2022-04-24 06:29 (UTC) (edited on 2022-04-24 06:36 (UTC) by SamLukeYes)
nlohmann-json
should be added tomakedepends
. After adding this dependency, build fails with the following error:alerque commented on 2021-11-16 18:49 (UTC)
@grawlinson Thanks for getting that working. Kind of a bummer, I did about 90% of that work a few days back but ran out of time to finish and hence we duplicated a lot of fiddling. Oh well. I'll work on migrating those changes over here.
Also we need to talk upstream into getting their stable tags merged to master so
git describe
gives sane results again.grawlinson commented on 2021-11-16 04:01 (UTC)
Nix 2.4 is in testing, a few significant changes were required. Some of these changes should help this package compile again.
alerque commented on 2021-11-16 03:29 (UTC)
I brought this up to speed a lot with current build issues (largely copied from the stable builds) but there is still an issue with the
ld
step. I have the same issue trying to bump the stable build to 2.4. If anybody knows what is up with that please do let me know!AkechiShiro commented on 2021-10-31 14:13 (UTC)
I found that the filename version was changed to ".version".
But I've met a new error, it seems there is a missing dependency :
1 2 Next › Last »