Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Nikolay Korotkiy
|
23f4fbb9c0
|
ili2c: enable on unix
|
2024-05-25 02:49:08 +04:00 |
|
TomaSajt
|
0e20953796
|
treewide: use stripJavaArchivesHook instead of canonicalize-jars-hook
|
2024-03-17 13:35:12 +01:00 |
|
Raphael Borun Das Gupta
|
1b4ce12069
|
ili2c: add geospatial team to maintainers
|
2024-02-19 13:55:48 +01:00 |
|
TomaSajt
|
0a1a73c8ee
|
ili2c: make deterministic and clean up
|
2024-01-03 21:32:16 +01:00 |
|
h7x4
|
41974d5ed9
|
treewide: add mainProgram
|
2023-11-27 02:17:53 +01:00 |
|
Robert Scott
|
3b6bc4b69c
|
treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
|
2022-06-04 19:47:57 +01:00 |
|
R. RyanTM
|
acf917d263
|
ili2c: 5.0.8 -> 5.1.1
|
2021-02-04 15:01:54 +00:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Gabriel Ebner
|
12a9e3043a
|
ili2c: use jdk8
|
2020-09-19 17:40:08 +02:00 |
|
Raphael Borun Das Gupta
|
c970d3b105
|
ili2c: 5.0.0 -> 5.0.8
|
2020-04-21 19:45:55 +02:00 |
|
Raphael Borun Das Gupta
|
c8c751aca2
|
ili2c: init at 5.0.0
|
2019-07-17 11:53:54 +02:00 |
|