Peder Bergebakken Sundt
f469b91544
treewide: drop explicitly added pythonRelaxDepsHook ( #341842 )
2024-09-27 01:13:09 +02: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
ea736101cd
shotcut: 24.08.29 -> 24.09.13
2024-09-21 20:01:59 +00:00
R. Ryantm
00347a54a7
showmethekey: 1.13.1 -> 1.14.0
2024-09-20 20:04:48 +00:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
Peder Bergebakken Sundt
0d27697f2f
shpool: 0.7.0 -> 0.7.1
...
Diff: https://github.com/shell-pool/shpool/compare/v0.7.0...v0.7.1
2024-09-16 20:25:16 +02:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Nick Cao
0106a3ce4c
sherlock: drop pythonRelaxDepsHook
2024-09-16 10:33:34 -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
Aleksana
4602d11e62
shpool: 0.6.3 -> 0.7.0 ( #339300 )
2024-09-09 23:15:57 +08:00
Nick Cao
30c45bb1fb
shellcheck-sarif: 0.6.5 -> 0.6.6 ( #340008 )
2024-09-07 09:52:46 -04:00
R. Ryantm
07b9d93fd0
shellcheck-sarif: 0.6.5 -> 0.6.6
2024-09-06 07:04:45 +00:00
R. Ryantm
0deda63f06
shpool: 0.6.3 -> 0.7.0
2024-09-03 17:23:56 +00:00
Nadir Ishiguro
b598d8cf91
shotcut: 24.06.26 -> 24.08.29
2024-09-03 17:05:34 +02:00
Aleksana
d049c8d1cc
Merge pull request #318197 from getchoo/pkgs/showtime/init
...
showtime: init at 46.3
2024-08-26 11:52:13 +08:00
R. Ryantm
8941744d24
shell-gpt: 1.4.3 -> 1.4.4
2024-08-16 19:15:39 +00:00
Fabián Heredia Montiel
03bd12dcf8
Merge pull request #333721 from eclairevoyant/shotcut-wl
...
shotcut: move to by-name, reformat, add wl support
2024-08-15 17:25:22 -06:00
Emery Hemingway
04331f0eab
shapelib: add meta.changelog
2024-08-15 09:06:37 +00:00
Ivan Mincik
bdf14f104b
shapelib: move to by-name
2024-08-15 09:06:37 +00:00
Donovan Glover
4cd1ed1658
Merge pull request #333115 from ryand56/update/sherlock
...
sherlock: 0-unstable-2024-06-09 -> 0.15.0
2024-08-14 04:12:52 +00:00
R. Ryantm
6666a0a5ff
shellcheck-sarif: 0.6.0 -> 0.6.5
2024-08-10 23:18:24 +00:00
éclairevoyant
a600b3bda5
shotcut: add wayland platform support
2024-08-10 12:24:24 -04:00
éclairevoyant
1bc8fd4310
shotcut: nixfmt
2024-08-10 12:24:24 -04:00
éclairevoyant
cd407c80da
shotcut: move to by-name
2024-08-10 12:13:23 -04:00
Ryan Omasta
d0d10b0a44
sherlock: remove uses of with lib
2024-08-07 17:49:58 -06:00
Ryan Omasta
f9b9b31c97
sherlock: format using nixfmt-rfc-style
2024-08-07 17:47:32 -06:00
Ryan Omasta
8caad59a02
sherlock: 0-unstable-2024-06-09 -> 0.15.0
2024-08-07 17:45:27 -06:00
R. Ryantm
1c53ad68fa
shopware-cli: 0.4.50 -> 0.4.51
2024-08-07 04:18:33 +00:00
seth
fd56a80fbe
showtime: init at 46.3
2024-08-02 03:11:51 -04:00
R. Ryantm
186d7806a6
shellcheck-sarif: 0.5.0 -> 0.6.0
2024-08-01 10:32:50 +00:00
zimbatm
ebed8837b5
shab: move to by-name
2024-07-31 09:10:30 +02:00
R. Ryantm
fda4340878
show-midi: 1.0.0 -> 1.0.1
2024-07-21 07:01:54 +00:00
Peder Bergebakken Sundt
abf1e78447
Merge pull request #327454 from getchoo/pkgs/shellcheck-sarif/0.5.0
...
shellcheck-sarif: 0.4.2 -> 0.5.0
2024-07-19 15:56:06 +02:00
R. Ryantm
cba4c45442
shopware-cli: 0.4.48 -> 0.4.50
2024-07-17 13:33:30 +00:00
Joshua Manchester
ec62c958b5
shoutrrr: init at 0.8.0
2024-07-16 20:12:58 +01:00
seth
0734b8fa1c
shellcheck-sarif: add updateScript
2024-07-15 14:46:15 -04:00
seth
e52dcd90a4
shellcheck-sarif: testers.testVersion -> versionCheckHook
...
this results in less ugly recursion
2024-07-15 14:22:25 -04:00
seth
6dc9daef05
shellcheck-sarif: fetchFromGitHub -> fetchCrate
...
this makes things much easier to build as we don't need to account for
the monorepo
2024-07-15 14:20:59 -04:00
seth
4bfca03fcb
shellcheck-sarif: 0.4.2 -> 0.5.0
...
Diff: https://github.com/psastras/sarif-rs/compare/shellcheck-sarif-v0.4.2...shellcheck-sarif-v0.5.0
2024-07-15 14:07:42 -04:00
Sandro
37566db10b
Merge pull request #324811 from fd/init/shopify-cli_3
...
shopify-cli: v2.34.0 -> v3.63.2
2024-07-14 16:18:30 +02:00
R. Ryantm
88d05be4a2
shpool: 0.6.2 -> 0.6.3
2024-07-14 01:03:31 +00:00
Simon Menke
c39f1864ba
shopify-cli: v2.34.0 -> v3.63.2
2024-07-11 09:33:42 +02:00
Pol Dellaiera
2823b046b4
Merge pull request #325212 from Aleksanaa/shpool
...
shpool: init at 0.6.2
2024-07-11 08:39:06 +02:00
Masum Reza
54bc082f5a
Merge pull request #313395 from applePrincess/sherlock-tox
...
sherlock: 0-unstable-2024-06-04 -> 0-unstable-2024-06-09
2024-07-10 23:19:10 +05:30
aleksana
de854beb4a
shpool: init at 0.6.2
2024-07-09 23:44:26 +08:00
R. Ryantm
1a26438c95
show-midi: 0.9.0 -> 1.0.0
2024-07-08 16:13:09 +00:00
github-actions[bot]
3bb3e89f3b
Merge master into staging-next
2024-06-29 18:01:05 +00:00
R. Ryantm
acf32e6e78
shopware-cli: 0.4.47 -> 0.4.48
2024-06-29 10:46:36 +00:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging
2024-06-15 00:02:47 +00: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