Commit Graph

38 Commits

Author SHA1 Message Date
R. Ryantm
c41c5ad578 thrift-ls: 0.2.1 -> 0.2.2 2024-10-18 19:02:36 +00:00
Peder Bergebakken Sundt
b3592680f3
thumbdrives: 0.3.1 -> 0.3.2 (#343964) 2024-09-25 10:41:35 +02: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
Luflosi
50a7713ee6
thumbdrives: 0.3.1 -> 0.3.2
https://git.sr.ht/~martijnbraam/thumbdrives/refs/0.3.2
2024-09-23 14:35:14 +02:00
Luflosi
f2000aea85
thumbdrives: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-23 14:35:10 +02:00
Anthony ROUSSEL
2b2c6eb3fc thanos: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:45 +02:00
Nikolay Korotkiy
999011cc40
thonny: 4.1.4 -> 4.1.6 (#341989) 2024-09-15 16:00:49 +04:00
Nikolay Korotkiy
6cf7d32a36
thonny: derivation cleanup 2024-09-15 15:38:17 +04:00
Nikolay Korotkiy
b28301d784
thonny: nixfmt-rfc-style 2024-09-15 15:35:27 +04:00
Nikolay Korotkiy
7d0b98b4b5
thonny: migrate to by-name 2024-09-15 14:25:49 +04: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
Hugh Mandalidis
3a238a1f8b thrift-ls: change binary name to mimic upstream 2024-09-10 21:32:32 +10:00
Callum Leslie
6162e8b74c
thrift-ls: init at 0.2.1 2024-09-09 16:16:26 +01:00
Maximilian Bosch
9f58544a25
Revert "thorium-browser: init at 120.0.6099.235" 2024-08-20 21:30:35 +02:00
Masum Reza
2de0f77077
Merge pull request #284085 from rgri/thorium-browser
thorium-browser: init at 120.0.6099.235
2024-08-21 00:05:59 +05:30
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
Morgan Helton
1f374f0c8d
theforceengine: move to by-name 2024-07-20 14:17:43 -05:00
éclairevoyant
371f2fc5de
thefuck: nixfmt-rfc-style 2024-07-09 11:10:39 -04:00
éclairevoyant
0c3a63afe1
thefuck: modernise 2024-07-09 11:10:02 -04:00
éclairevoyant
69e5cb5b48
thefuck: pin to python 3.11 to fix build 2024-07-09 11:08:04 -04:00
éclairevoyant
c06f40871f
thefuck: move to by-name 2024-07-09 10:59:15 -04:00
Jan Tojnar
b69ed4249d zenity: Move from gnome scope to top-level
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
Weijia Wang
b099e37826
Merge pull request #302269 from Tochiaha/thc-secure-delete
thc-secure-delete: init at 3.1.1
2024-06-25 16:07:18 +02:00
tahanonu
597b156b01 thc-secure-delete: init at 3.1.1 2024-06-25 07:49:06 +01: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
éclairevoyant
29182918b1 various: remove eclairevoyant from meta.maintainers 2024-05-09 16:51:37 +02:00
éclairevoyant
785fe8efb8
Merge pull request #308815 from LordGrimmauld/powder_update
the-powder-toy: 97.0.352 -> 98.2.365
2024-05-08 01:25:40 +00:00
Grimmauld
c211e655ef
the-powder-toy: 97.0.352 -> 98.2.365 2024-05-06 15:37:27 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
ashuramaruzxc
b0fbe664b2
thcrap-steam-proton-wrapper: init at 0-unstable-2024-04-03 2024-04-09 12:37:40 +02:00
isabel
ea8378fb8e thorium-browser: init at 120.0.6099.235
Co-authored-by: rgri
2024-02-26 18:08:07 -06:00
Peder Bergebakken Sundt
2325bbcf33
Merge pull request #261960 from eclairevoyant/themix-gui
themix-gui: init at 1.15.1
2023-12-04 00:43:57 +01:00
éclairevoyant
37a543002c
themix-gui: init at 1.15.1 2023-12-03 18:37:22 -05:00
Donovan Glover
e9b4856537
thud: add passthru.updateScript 2023-10-31 11:18:31 -04:00
Donovan Glover
852a00c0a9
thud: 0.3.0 -> 0.3.1 2023-10-31 11:18:14 -04:00
Donovan Glover
cc166be63f
thud: rename from go-thumbnailer, 0.1.0 -> 0.3.0 2023-09-22 08:32:16 -04:00
Anderson Torres
0843e54fda the-legend-of-edgar: migrate to by-name 2023-09-11 18:40:42 +00:00