Commit Graph

452 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
dbe02d0300
pragtical: 3.4.4 -> 3.5.0 (#343149) 2024-09-25 09:16:12 +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
Anderson Torres
62030f7bdd previewqt: adopt and modernize
- finalAttrs
- strictDeps
2024-09-22 12:09:34 -03:00
R. Ryantm
1bef943736 prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0 2024-09-20 18:23:44 +00:00
R. Ryantm
5fc5215870 pragtical: 3.4.4 -> 3.5.0 2024-09-20 00:19:25 +00:00
Weijia Wang
bcee243290
aligator: init at 0.8.0 (#342751) 2024-09-19 22:42:41 +02:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Guilhem Saurel
4908d90b1a proxsuite-nlp: outputs out first 2024-09-19 01:14:44 +02:00
Guilhem Saurel
d69eafbf48 proxsuite-nlp: 0.7.1 -> 0.8.0
Diff: https://github.com/Simple-Robotics/proxsuite-nlp/compare/v0.7.1...v0.8.0

Changelog: https://github.com/Simple-Robotics/proxsuite-nlp/blob/v0.8.0/CHANGELOG.md
2024-09-19 01:14:33 +02:00
R. Ryantm
8e503074d2 prometheus-frr-exporter: 1.3.0 -> 1.3.1 2024-09-18 11:22:05 +00:00
Felix Schröter
eec332b15d
protoc-gen-connect-es: 1.4.0 -> 1.5.0 (#342239) 2024-09-17 17:01:47 +00:00
nicoo
45b95421fd
lib.fetchers: add hash-normalization helpers (#342072) 2024-09-17 14:59:43 +00:00
Guilhem Saurel
f56b1eff0a proxsuite: set platforms 2024-09-17 15:44:53 +02:00
Guilhem Saurel
f49ed4e558 proxsuite: python import check 2024-09-17 15:44:43 +02:00
Guilhem Saurel
d33c80812d proxsuite: fix doc 2024-09-17 15:44:33 +02:00
Guilhem Saurel
3cb8663422 proxsuite: 0.6.6 -> 0.6.7
Diff: https://github.com/simple-robotics/proxsuite/compare/v0.6.6...v0.6.7
2024-09-17 15:42:54 +02:00
nicoo
b19ba3fa51 protoc-gen-js: sha256hash 2024-09-17 06:34:08 +00:00
R. Ryantm
01c2deb27b protoc-gen-connect-es: 1.4.0 -> 1.5.0 2024-09-16 08:39:27 +00:00
Peder Bergebakken Sundt
c1fd2d5e9c
prometheus-elasticsearch-exporter: init at 1.7.0 (#341475) 2024-09-16 01:54:55 +02:00
Aleksana
0465a01b69
pkgs/by-name: rewrite hashes in SRI format (#341924) 2024-09-15 19:56:06 +08:00
Aleksana
2312563178
proxsuite-nlp: init at 0.7.1 (#340476) 2024-09-15 17:26:09 +08: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
Elliot Cameron
4491e4b44c prometheus-elasticsearch-exporter: init at 1.7.0 2024-09-12 22:21:29 -04:00
Guilhem Saurel
9b16fe5f70 proxsuite-nlp: init at 0.7.1
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-09-12 11:06:59 +02:00
Weijia Wang
eaed34e248
pragtical: 3.4.2 -> 3.4.4 (#341050) 2024-09-11 23:36:02 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
TomaSajt
a8050d0d13
pragtical: 3.4.2 -> 3.4.4 2024-09-10 18:35:19 +02:00
R. Ryantm
a09c9e044b proton-ge-bin: GE-Proton9-12 -> GE-Proton9-13 2024-09-10 10:41:44 +00:00
Felix Schröter
7fa0c16b94
protoc-gen-es: fix missing node_modules directories (#339841) 2024-09-09 14:17:55 +00:00
R. Ryantm
36a7341ac1 prometheus-frr-exporter: 1.2.0 -> 1.3.0 2024-09-07 13:40:19 +00:00
R. Ryantm
8bb80191a8 proto: 0.40.2 -> 0.40.4 2024-09-06 10:33:03 +00:00
Felix Schröter
f6f4fc200d
protoc-gen-es: fix missing node_modules directories
This workaround won't be needed anymore once #333759 is merged, which
fixes the node_modules copying behavior in npm-install-hooks.
2024-09-05 18:19:58 +02:00
Johannes Jöns
35efd345b1
proton-ge-bin: GE-Proton9-11 -> GE-Proton9-12 (#338922) 2024-09-04 20:11:00 +00:00
Wael Nasreddine
e68d683175
prow: unstable-2020-04-01 -> 0-unstable-2024-08-27 (#338144) 2024-09-04 09:25:46 -07:00
Melody Renata
eccdf319d7
proton-ge-bin: GE-Proton9-11 -> GE-Proton9-12 2024-09-01 22:05:27 -04:00
Sefa Eyeoglu
697d24d5de
prismlauncher: use top level X11 packages
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:13:32 +02:00
Sefa Eyeoglu
2a5017a555
prismlauncher: deprecate withWaylandGLFW option
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:12:49 +02:00
Sebastián Mancilla
38f95a4452
proto: 0.38.3 -> 0.40.2 (#335537) 2024-08-31 00:11:47 -04:00
Yt
4dd3c85ad5
{prisma,prisma-engines}: 5.16.1 -> 5.18.0 (#337521) 2024-08-31 00:15:53 +00:00
Simon Žlender
dcbcaee4cf prisma: init at 5.18.0 2024-08-30 21:12:54 +02:00
Robert Schütz
2206f617d5 pretix: unpin django-phonenumber-field 2024-08-29 22:21:02 -07:00
Robert Schütz
f968e04430 pretix: use phonenumberslite and psycopg2-binary 2024-08-29 22:17:01 -07:00
Martin Weinelt
fab2e0a071
pretix.plugins.zugferd: 2.2.0 -> 2.2.1
https://github.com/pretix/pretix-zugferd/compare/v2.2.0...v2.2.1
2024-08-29 14:12:24 +02:00
Martin Weinelt
132814bc5a
pretix: 2024.7.1 -> 2024.8.0
https://pretix.eu/about/en/blog/20240828-release-2024-8/
https://github.com/pretix/pretix/compare/refs/tags/v2024.7.1...v2024.8.0
2024-08-29 14:12:16 +02:00
Paul Meyer
13419f0876 prow: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-29 11:25:08 +02:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
Sandro Jäckel
d50e23f0a4
glxinfo: replace with mesa-demos 2024-08-28 14:38:12 +02:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00