Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
cab7a26ec9 aiken: 1.1.3 -> 1.1.4 2024-10-03 12:32:35 +00:00
Aleksana
86f5c0e175
airgorah: init at 0.7.3 (#340720) 2024-09-26 15:12:30 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
04acbe17fa aiken: 1.1.2 -> 1.1.3 2024-09-24 13:15:13 +00:00
happysalada
38a2fd5a02 aider-chat: 0.56.0 -> 0.57.0 2024-09-22 12:30:53 -04:00
h7x4
d43d78b0b0
aider-chat: skip version check in tests (#341441) 2024-09-16 23:06:39 +02:00
Fabián Heredia Montiel
7b06041f77
aiken: 1.0.29-alpha -> 1.1.2 (#339394) 2024-09-16 13:39:58 -06:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
8d3fa8f518
aiken: 1.0.29-alpha -> 1.1.2 2024-09-14 14:16:41 -06:00
happysalada
89740afbdf aider-chat: fix build 2024-09-14 02:53:48 -04:00
Nate Smith
df8c8b2e62
aider-chat: skip version check in tests
aider checks for a new version and prompts for an install on each
launch. These prompts cause checks to fail on the package whenever a new
version of the application is released.

Skip those version checks and include some dependencies missing from the
dependency check.
2024-09-13 09:27:32 -04:00
Fabian Affolter
f7f5f2d6eb aider-chat: 0.54.0 -> 0.56.0
Diff: https://github.com/paul-gauthier/aider/compare/refs/tags/v0.54.0...v0.56.0

Changelog: https://github.com/paul-gauthier/aider/blob/v0.56.0/HISTORY.md
2024-09-10 15:39:55 +02:00
wxt
12d52cd3e0 airgorah: init at 0.7.3 2024-09-10 16:56:42 +08:00
R. Ryantm
0e905f6bc1 aider-chat: 0.53.0 -> 0.54.0 2024-09-03 12:59:34 +00:00
R. Ryantm
7683ce4d9b aider-chat: 0.51.0 -> 0.53.0 2024-08-28 10:26:29 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
R. Ryantm
2907ec251c aider-chat: 0.50.0 -> 0.51.0 2024-08-22 20:39:10 +00:00
Taha YASSINE
122892a048 aider-chat: init at 0.50.0 2024-08-14 20:13:17 +02:00
Jan Tojnar
659c2ac87e aisleriot: Move from gnome scope to top-level 2024-08-12 00:29:01 +02:00
Peder Bergebakken Sundt
021270bec5
Merge pull request #297914 from t4ccer/t4/aiken/init
aiken: init at 1.0.29-alpha
2024-08-03 00:31:52 +02:00
t4ccer
453bb3cdb9
aiken: init at 1.0.29-alpha 2024-07-30 08:31:52 -06:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Peder Bergebakken Sundt
c0fad1b4ad
Merge pull request #314908 from r-ryantm/auto-update/python311Packages.hiyapyco
python311Packages.hiyapyco: 0.5.6 -> 0.6.0
2024-06-10 23:37:01 +02:00
Peder Bergebakken Sundt
43116206bf airlift: unbreak 2024-06-10 16:39:12 +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
R. Ryantm
59729e3c42 airlift: 0.3.1 -> 0.4.0 2024-04-27 05:11:42 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
bb734e62f7 airlift: 0.3.0 -> 0.3.1 2024-03-15 07:19:05 +00:00
Martin Weinelt
50321c955a
airlift: drop dependency on argparse
The top-level argparse packages a C++ argparser, it is meaningless to
include it here. Also argparse became part of the stdlib in Python 3.2,
which was released way back in February 2011.
2023-12-20 20:10:30 +01:00
Jered Little
b20c401bc5 airlift: init at 0.3.0 2023-10-30 05:46:38 -06:00
Johann Wagner
2c3cc38221 airscan: init at 0.3 2023-09-10 12:54:15 +02:00