Commit Graph

33 Commits

Author SHA1 Message Date
Tomodachi94
a4dd7db0dc treewide(java-users): clean callPackage overrides, by-name some
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
2025-09-25 03:46:35 +00:00
jopejoe1
61d0373a40 lib.licenses: replace classpath license with exception
The GPL-2.0-with-classpath-exception is deprecated in spdx and the exception Classpath-exception-2.0 should be used instead.
Other Classpath license hace also benn replaced with it.
2025-08-31 16:19:22 +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
Guy Chronister
1bfd5dc789 abcl: 1.9.2 -> 1.9.3 2025-03-26 11:29:47 -05: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
7c6f434c
191a3fd978 Merge pull request #321645 from Uthar/abcl-cffi-fix
abcl: fix visibility of CLASSPATH
2024-06-25 14:58:45 +00:00
Kasper Gałkowski
993ce594b5 abcl: fix visibility of CLASSPATH 2024-06-25 00:44:30 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
TomaSajt
0e20953796 treewide: use stripJavaArchivesHook instead of canonicalize-jars-hook 2024-03-17 13:35:12 +01:00
TomaSajt
aa70a72457 abcl: make deterministic and clean up 2024-01-03 18:23:22 +01:00
Nick Cao
86a9533155 Merge pull request #239270 from wahjava/update-abcl
abcl: enable for darwin
2023-06-23 10:59:55 +08:00
Ashish SHUKLA
e508802456 abcl: enable for darwin 2023-06-23 02:47:27 +02:00
Ashish SHUKLA
297701d497 abcl: 1.9.1 -> 1.9.2
See https://abcl-dev.blogspot.com/2023/06/a-midsummers-eve-with-abcl-192.html
2023-06-22 02:53:10 +02:00
lucasew
9071d06d01 abcl: follow up fixes for #223317
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-04-07 21:03:21 -03:00
lucasew
1173a1c198 abcl: explicit update script + makeWrapper
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-04-07 16:44:58 -03:00
Kasper Gałkowski
6817b72ca3 lisp-modules: set maintainers to the lisp team 2023-04-05 20:52:27 +02:00
R. Ryantm
81fdb1ae5c abcl: 1.9.0 -> 1.9.1 2023-03-26 12:19:32 +00:00
R. Ryantm
b28eda04a2 abcl: 1.8.0 -> 1.9.0 2022-05-25 05:16:18 +00:00
Kasper Gałkowski
7cf2cebcb2 abcl: fix (require :jss) in ABCL with Java 17 2022-04-29 23:49:50 +02:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Ben Siraphob
8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
sternenseemann
e9267c8890 abcl: update source archive hash
Seems like the source archive for abcl 1.8.0 was replaced on 2020-10-30
on both common-lisp.net and abcl.org. Now using the new hash and
abcl.org for src.
2020-11-13 13:56:57 +01:00
R. RyanTM
6a9f56b82d abcl: 1.7.1 -> 1.8.0 2020-10-29 21:42:11 +00:00
R. RyanTM
09ca5663de abcl: 1.7.0 -> 1.7.1 2020-07-20 18:17:51 +00:00
R. RyanTM
f86167fb12 abcl: 1.6.1 -> 1.7.0 2020-06-11 16:41:57 +02:00
R. RyanTM
6f2983b6a7 abcl: 1.6.0 -> 1.6.1 2020-05-04 19:56:43 -07:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
47e9799042 abcl: 1.5.0 -> 1.6.0 2019-11-25 02:45:31 -08:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Tim Steinbach
061d934a57 abcl: 1.4.0 -> 1.5.0 2017-08-21 03:04:43 -04:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Michael Raskin
1d0fb40af0 abcl: init at 1.4.0 2016-12-13 16:25:24 +01:00