summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/nix-dont-build-html-doc.diff
AgeCommit message (Collapse)Author
14 daysgnu: nix: Update to 2.25.5.Nicolas Graves
* gnu/packages/package-management.scm (nix): Update to 2.25.5. [inputs]: Replace libgit2 by libgit2-1.9. Add libblake3. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: I6f585b463899942bf8d6b33be7a37e7036ec0324
14 daysgnu: nix: Update to 2.24.15.Nicolas Graves
* gnu/packages/package-management.scm (nix): Update to 2.24.15. [arguments]{phases}: Adapt phase 'skip-failing-tests. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: I920e6fcc2f8dcaf55294af8f9e1becba09d1f471
14 daysgnu: nix: Update to 2.22.4.Nicolas Graves
* gnu/packages/package-management.scm (nix): Update to 2.22.4. [arguments]{phases}: Adapt phase 'skip-failing-tests. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: I2f71cfcfd918d03e872671e0d948831c46b55b77
14 daysgnu: nix: Update to 2.20.9.Nicolas Graves
The libgc library starts being outdated since this Nix version. * gnu/packages/package-management.scm (nix): Update to 2.20.9. [arguments]{phases}: Adapt phase 'skip-failing-tests. [inputs]: Add libgit2. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: Ibe1b39b072a34433a350272a3eb3aeb2d9939367
14 daysgnu: nix: Update to 2.19.7.Nicolas Graves
This one doesn't compile with gcc@11 because of a compiler bug: checking that GCC bug 80431 is fixed... no configure: error: Cannot build Nix with C++ compiler with this bug * gnu/packages/package-management.scm (nix): Update to 2.19.7. [arguments]{test-target}: Set it to run a subset of tests. {phases}: Run 'check phase after 'install phase. Add a 'skip-failing-tests phase. [native-inputs]: Add man-db, util-linux. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: I14e07ec7fce1b66d473ff084bf3dfc48d2e9284e
14 daysgnu: nix: Update to 2.17.2.Nicolas Graves
* gnu/packages/package-management.scm (nix): Update to 2.17.2. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update accordingly. Change-Id: I0cbe30bcab154253f0b3c2bee20f80e7db2a5cf9
2023-07-11gnu: nix: Update to 2.16.1.Zhu Zihao
* gnu/packages/package-management.scm (nix): Update to 2.16.1. [source]: Use HTTPS for package source. [inputs]: Add nlohmann-json. [native-inputs]: Add rapidcheck. [arguments]<#:phases>: In phase "check", change the value of environment variable "NIX_STORE" to "/nix/store" temporarily. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update. Co-authored-by: jgart <jgart@dismail.de>
2023-07-01Revert "gnu: nix: Update to 2.16.0."Nicolas Goaziou
This reverts commit 554d46882bc4443dcebbba5aac70b016537d0975. Wrong patch revision.
2023-07-01gnu: nix: Update to 2.16.0.Zhu Zihao
* gnu/packages/package-management.scm (nix): Update to 2.16.0. [inputs]: Add nlohmann-json. [native-inputs]: Add rapidcheck. [arguments]<#:phases>: In phase "check", change the value of environment variable "NIX_STORE" to "/nix/store" temporarily. * gnu/packages/patches/nix-dont-build-html-doc.diff: Update. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21gnu: nix: Update to 2.4.Zhu Zihao
* gnu/packages/package-management.scm (nix): Update to 2.4. [source]: Switch to Github repository since upstream no longer provides tarball. [native-inputs]: Add autoconf, autoconf-archive, automake, bison, flex, gcc, googletest, jq, libtool. [inputs]: Add libarchive, libcpuid, lowdown, zlib. * gnu/packages/patches/nix-dont-build-html-doc.diff: New file. * gnu/local.mk(dist_patch_DATA): Add corresponding entry. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>