Commit Graph

458 Commits

Author SHA1 Message Date
Clément
5d26766cbf treewide: add missing meta.homepage with source git repository
Added homepage where missing, where the sources are pulled from:
- https://github.com
- https://git.sr.ht
- https://gitlab.com
- https://invent.kde.org
- https://codeberg.org
- https://gitlab.gnome.org
- https://gitlab.freedesktop.org
- https://git.FreeBSD.org
- https://salsa.debian.org
- https://git.tvdr.de
- https://git.suckless.org
2026-06-01 23:40:52 +02:00
dramforever
7c7fa82b6c treewide: Don't stabilize fetchpatch GitHub compare URLs
The index hash length problem only happens with fetchpatch2, not
fetchpatch. Don't cargo cult fixing this when it's not a problem.

This reverts most of commit 6388411ec2,
except:

- Conflicts:
  - pkgs/development/ocaml-modules/mysql/default.nix was deleted
- fetchpatch2 changes were not reverted:
  - pkgs/by-name/gi/gixy/package.nix
  - pkgs/development/python-modules/mohawk/default.nix
  - pkgs/development/python-modules/pyexcel-ods/default.nix
2026-04-15 09:21:02 +08:00
Jörg Thalheim
6388411ec2 treewide: stabilize fetchpatch GitHub compare URLs
GitHub compare endpoints (/compare/A...B.patch) are not byte-stable:
commit message headers, abbreviated SHA length and index lines drift
over time, causing FOD hash mismatches on Hydra without source changes
(observed for gixy on staging).

Switch all such URLs to .diff?full_index=1, which omits commit headers
and uses full 40-char blob SHAs in index lines. Combined with fetchpatch
normalization this yields stable hashes.

For py-slvs also expand the abbreviated commit SHAs in the URL to full
40-char SHAs.
2026-04-14 11:32:06 +02:00
7c6f434c
1d30cdc312 lispPackages.frugal-uuid: drop frugal-uuid/benchmark system
It uses an old version of trivial-benchmark package name.
2026-04-13 14:53:55 +02:00
Stefan Frijters
e07f871210 sbclPackages.cl-ana_dot_hdf-cffi: move NIX_LDFLAGS into env for structuredAttrs 2026-03-23 12:49:26 +01:00
Lisanna Dettwyler
3350f6ff70 sbclPackages.clx-truetype: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:31:04 -04:00
Michael Daniels
547f9df74d sbclPackages.named-readtables: fix build
Commit is now included in the downloaded source, so the patch doesn't apply.
2026-02-21 22:47:30 -05:00
Philip Taron
88d32db64a sbclPackages.cl-ana_dot_makeres: remove override for package deleted in Quicklisp update
The cl-ana_dot_makeres package was removed from imported.nix in
1314186018 (lispPackages: update from quickisp-2026-01-01) on staging.
The override added in bdd4fb5000 on master now references a
nonexistent package, causing an eval failure on staging-next.
2026-02-16 23:06:20 +01:00
nixpkgs-ci[bot]
48c92b091b Merge master into staging-next 2026-02-16 20:23:24 +00:00
Philip Taron
bdd4fb5000 sbclPackages.cl-ana: fix type error in fixed-mem-cache for SBCL 2.6.0
In cl-ana.makeres, the fixed-mem-cache function uses
(setf (cdr (last cache)) (list id)) where cache can be nil (initial
state or after popping all elements). (last nil) returns nil, making
(setf (cdr nil) ...) undefined. SBCL 2.6.0's stricter type inference
catches this as a type conflict, causing COMPILE-FILE-ERROR.

Replace with nconc which handles the nil case correctly.
2026-02-16 06:51:22 -08:00
Philip Taron
ddcc48c352 sbclPackages.antik-base, etc: remove broken documentation.pdf symlink
The antik source archive contains a documentation.pdf symlink pointing
to documentation/build/latex/Antik.pdf which doesn't exist, causing
the noBrokenSymlinks check to fail. Remove it in all five packages
built from this archive: antik, antik-base, foreign-array,
physical-dimension, and science-data.
2026-02-16 06:32:02 -08:00
Philip Taron
76d77908d6 sbclPackages.named-readtables: fix build with SBCL 2.6.0
SBCL commit 00eabf5 changed the readtable's base-char-macro-array to
store 0 instead of NIL for non-macro characters. Since (if 0 ...) is
truthy in Common Lisp, the named-readtables readtable iterator
incorrectly yields all characters, causing assertion failures in
check-reader-macro-conflict when packages like cl-interpol,
pythonic-string-reader, and antik-base merge readtables.

Apply upstream fix from melisgl/named-readtables@6eea566.
2026-02-16 06:31:29 -08:00
K900
daeb684bfa Merge remote-tracking branch 'origin/master' into staging-next 2026-02-12 15:22:32 +03:00
Jeremy Fleischman
2b115ef0cc doc: update references to nixfmt-rfc-style to treefmt
This completes https://github.com/NixOS/nixpkgs/issues/425583.

Rather than putting `nixfmt` everywhere, I opted to teach people to use
`treefmt` instead. This is more correct, as we have formatting rules for
non-nix files, and also may invoke `nixfmt` with non-default options.
2026-02-07 13:59:27 -08:00
7c6f434c
1314186018 lispPackages: update from quickisp-2026-01-01 2026-01-28 03:03:18 +01:00
7c6f434c
5f39d33528 lispPackages: shell.nix: update nixfmt reference 2026-01-28 03:02:56 +01:00
Gaël James
0e74d2b64c tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchFromBitbucket, fetchFromSourcehut: use tag = instead of rev = refs/tags/... 2026-01-15 18:27:42 +01:00
Shogo Takata
dbd8a64c72 sbclPackages.cl-project: add skeleton.asd to output 2026-01-14 20:33:55 -05:00
Aliaksandr
f60a6c51e6 treewide: prefer standard name for old and final Attrs 2025-12-13 23:29:51 +02:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
3e505de718 freeimage: drop
Very insecure.
2025-10-23 13:54:39 +02:00
nixpkgs-ci[bot]
a482dd935d Merge staging-next into staging 2025-07-30 18:07:01 +00:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
7c6f434c
661b8c9736 lisp-modules: Fetch systems over HTTPS (#427484) 2025-07-25 11:05:28 +00:00
Wolfgang Walther
90604d95bc Merge branch 'staging-next' into staging 2025-07-24 14:33:09 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Alexander Ben Nasrallah
ca7d34e71b lisp-modules: Fetch systems over HTTPS
quicklisp does not support TLS (https://github.com/quicklisp/quicklisp-client/issues/167)
and therefore lists release with http in release.txt.

Since nixpkgs uses `fetchzip` we can change the source to be fetched
over HTTPS.
2025-07-23 22:18:24 +02:00
Kasper Gałkowski
9d00c816c0 sbcl.pkgs.april: fix build after bump
Added the 'cape' system to the build, which is required by april, but was missing.
2025-07-18 20:47:03 +02:00
Kasper Gałkowski
0e19aa4ab5 sbcl.pkgs.reblocks: fix build after bump
added some extra systems which other packages were looking for
2025-07-17 00:20:25 +02:00
Kasper Gałkowski
7992efedf0 lisp-modules: add nixfmt step
Recently the imported.nix file was re-formatted using nixfmt. Adding that step
to the QL import script, to keep up the spirit. Keeps diffs smaller.
2025-07-13 21:40:07 +02:00
Kasper Gałkowski
6b3a446632 lisp-modules: import quicklisp dist 2025-06-22
State after import: 646 out of 4717 packages fail to build.

Added release note.
2025-07-13 21:11:12 +02:00
Sizhe Zhao
12cdf167de asdf_2_26: fix build 2025-06-08 03:18:06 +08:00
Peder Bergebakken Sundt
97262ee871 treewide: replace stdenv.is with stdenv.hostPlatform.is 2025-06-04 19:01:03 +02:00
Alyssa Ross
530a3c23a4 treewide: drop uses of libsoup_2_4 where possible (#398783) 2025-04-26 17:59:26 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Grimmauld
cd062f040e treewide: update to webkitgtk_4_1 where possible
Methodology:
- `sed` to find and replace in pkgs/*
- exclude pkgs/top-level
- nixpkgs-review on x86_64-linux and aarch64-linux
- revert everything that doesn't build
- revert everything that doesn't launch [x86_64-linux]
- check upstream source whether the change makes sense [free software only]
2025-04-22 16:52:29 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
jopejoe1
f9eb7ff5fe asdf: add homepage 2025-03-22 11:08:28 +01:00
Yueh-Shun Li
218681f7b4 freeimage: unstable-2021-11-01 -> 3.18.0-unstable-2024-04-18 (#369766) 2025-03-21 22:13:48 +08:00
usertam
41dadef9f2 sbclPackages.{cl-freeimage,clinch-freeimage}: mark broken on darwin 2025-03-19 03:07:10 +08:00
Wolfgang Walther
fb3a374b6d various: use libpq instead of postgresql (#389896) 2025-03-15 10:30:19 +00:00
Wolfgang Walther
7dbeb1be3a various: switch to lighter libpq package instead of postgresql
No need for the full server package when you only need libpq.
2025-03-14 19:03:06 +01:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
Wolfgang Walther
b19d0f6d3d treewide: replace substituteAll with replaceVars 2025-02-10 22:51:56 +01:00
7c6f434c
359726d99a sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs
This allows further overrideLispAttrs use on the result
2025-01-20 00:02:49 +01:00
Kasper Gałkowski
ecbc3c2a87 stumpwm: 22.11 -> 24.11
Moved outside lisp-modules to a separate package, so as to re-use its
Makefile-based build-system and make a step in the direction of leaving just
development libraries in lisp-modules.
2025-01-10 04:47:23 +01:00
Rick van Schijndel
df96cebc05 sbclPackages._3d-math: build fix (#363106) 2024-12-12 08:35:48 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00