Commit Graph

57 Commits

Author SHA1 Message Date
Aleksana
81dbc6e74b
httpie-desktop: add aarch64-linux support (#343532) 2024-10-19 16:28:52 +08:00
Aleksana
9d6144ee21
htcondor: 23.9.6 -> 23.10.1 (#346305) 2024-10-17 17:36:59 +08:00
Anderson Torres
aede8e062c httplib: remove aidalgol from maintainers
By their own request.
2024-10-04 19:29:48 -03:00
Anderson Torres
d344e11595 httplib: 0.17.3 -> 0.18.0
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-10-04 19:29:48 -03:00
Anderson Torres
0e6f5d2b9b httplib: refactor
- finalAttrs
- strictDeps
- no nested with
- add AndersonTorres as maintainer
2024-10-04 19:29:48 -03:00
Anderson Torres
e8f6b8225a httplib: migrate to by-name 2024-10-04 19:29:48 -03:00
R. Ryantm
19cdd19f38 htcondor: 23.9.6 -> 23.10.1 2024-10-04 02:48:56 +00:00
Nick Cao
b491ff2fcc
httm: 0.43.0 -> 0.43.2 (#344627) 2024-09-26 16:25:05 -04:00
Pol Dellaiera
19f5f8abbf
httpie-desktop: add missing desktop entry (#343859) 2024-09-26 22:11:11 +02:00
R. Ryantm
369242e8a1 httm: 0.43.0 -> 0.43.2 2024-09-26 11:39:59 +00:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
wxt
f4c57be80a httpie-desktop: add missing desktop entry 2024-09-23 11:17:13 +08:00
Gergő Móricz
5bf02d69a3 httpie-desktop: add aarch64-linux support 2024-09-21 18:01:00 +02:00
R. Ryantm
fa83a9373a htgettoken: 2.0 -> 2.0-2 2024-09-19 18:34:52 -04:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Dmitry Kalinkin
1be8e6c8ae
htgettoken: init at 2.0 (#342364) 2024-09-18 22:32:01 -04:00
h7x4
768e2e624c
httptoolkit{,-server}: init at 1.19.0 (#322432) 2024-09-18 00:36:23 +02:00
Peder Bergebakken Sundt
731d8683b2
hterm: init at 0.8.9 (#315966) 2024-09-16 02:05:32 +02: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
32e62d8a51 httm: 0.42.4 -> 0.43.0 2024-09-15 04:58:55 +00:00
Weijia Wang
6bd58bc6d3
httping: 3.6 -> 4.1.0 (#328050) 2024-09-13 01:42:00 +02:00
TomaSajt
7b9fb850e7
httptoolkit: init at 1.19.0 2024-09-12 17:54:30 +02:00
TomaSajt
457e409607
httptoolkit-server: init at 1.19.0 2024-09-12 17:54:30 +02:00
R. Ryantm
93c1a2bd49 httm: 0.42.0 -> 0.42.4 2024-09-04 17:07:14 +00:00
jopejoe1
e5cfcd2b3e httping: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:01:11 +02:00
R. Ryantm
7e0b386abd httm: 0.40.4 -> 0.42.0 2024-08-15 23:03:34 +00:00
R. Ryantm
86e9164895 htcondor: 23.8.1 -> 23.9.6 2024-08-09 01:13:37 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
8b484c868e httm: 0.40.1 -> 0.40.4 2024-07-28 05:36:41 +00:00
R. Ryantm
3f059cf73a httping: 3.6 -> 4.1.0 2024-07-28 02:47:53 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Franz Pletz
c31bf92529
httm: reformat, move to by-name 2024-07-23 21:55:23 +02:00
Jan Tojnar
1369411184 gnome-keyring: Move from gnome scope to top-level
It is on the way out.
2024-07-01 09:35:26 +02:00
R. Ryantm
a8d1608903 htcondor: 23.7.2 -> 23.8.1 2024-06-28 01:11:36 +00:00
Anthony Roussel
8e6c03f300
httping: add anthonyroussel to maintainers 2024-06-13 10:35:47 +02:00
Anthony Roussel
e06d19df93
httping: migrate to pkgs/by-name 2024-06-13 10:35:46 +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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Zebreus
fb9ca468ea hterm: init at 0.8.9 2024-06-04 15:20:54 +02:00
R. Ryantm
f5e1d37e0d htcondor: 23.4.0 -> 23.7.2 2024-05-22 01:19:10 +00:00
Albert Safin
f32e8ba859 htcondor: fix build 2024-05-20 20:19:57 +00:00
Valentino
fa8184ddcb
httpie-desktop: init at 2024.1.2 (#311163) 2024-05-13 08:11:59 +00:00
D3vil0p3r
caf54e3774 htb-toolkit: unstable-2024-01-17 -> 0-unstable-2024-04-22 2024-04-25 10:35:24 +02:00
Anthony Roussel
3de8f433e2
httpdirfs: move to pkgs/by-name 2024-03-30 17:34:47 +01:00
Pol Dellaiera
770d70310e
Merge pull request #291422 from hatch01/httpy-cli
httpy-cli: init at 1.1.0
2024-03-29 11:42:18 +01:00
eymeric
2ef96f0ba0
httpy-cli: init at 1.1.0 2024-03-29 10:00:11 +01:00
D3vil0p3r
ad8f3a891f
htb-toolkit: add platforms metadata 2024-02-18 17:22:06 +01:00
Dmitry Kalinkin
c5b5449229
scitoken-cpp -> scitokens-cpp (#288390) 2024-02-13 16:12:20 -05:00
Weijia Wang
e29d464dce htcondor: mark as broken on aarch64-linux 2024-02-11 04:09:28 +01:00