Commit Graph

719093 Commits

Author SHA1 Message Date
Artturin
764c99481a lib/tests/release.nix: Fix build if impure.nix returns a cross pkgs
In https://www.github.com/NixOS/nixpkgs/pull/341067 `ofborg-eval-lib-tests`
fails because it uses `pkgsHostTarget` of the cross pkgs

```diff
diff --git a/pkgs/top-level/impure.nix b/pkgs/top-level/impure.nix
index 4d847e280f4b..7f0099b254f0 100644
--- a/pkgs/top-level/impure.nix
+++ b/pkgs/top-level/impure.nix
@@ -86,4 +86,6 @@ assert args ? system -> !(args ? localSystem);

 import ./. (builtins.removeAttrs args [ "system" ] // {
   inherit config overlays localSystem;
-})
+} // (if ((localSystem.system or localSystem) == "x86_64-linux" || (localSystem.system or localSystem) == "aarch64-linux") then {
+  crossSystem = { config = "aarch64-unknown-linux-gnu"; };
+  } else {}) )
```
2024-12-12 21:09:56 +02:00
Artturin
c9b3b5de62 reposilitePlugins: Fix eval 2024-12-10 23:49:30 +02:00
Artturin
d9323ae92d frr: Fix cross snmpSupport to remove warning which interferes with cross eval
Release eval fails with

```
nix-env failed:
trace: evaluation warning: cannot enable SNMP support due to cross-compilation issues with net-snmp-config
```
2024-12-10 23:49:29 +02:00
Artturin
653b3558ee tests-stdenv-gcc-stageCompare: Fail gracefullyier
Don't fail with a missing attribute error, so the error can be handled.
2024-12-10 23:49:29 +02:00
Artturin
68ebeaf5fe treewide: Change unnecessary aborts to throws
`throw`s are better because they don't abort evaluation when evaluating the whole set.

Fixes

`error: evaluation aborted with the following error message: 'Unsupported platform: arm64.'` on linux cross from darwin
2024-12-10 16:59:08 +02:00
Artturin
266e22539b haskellPackages.mkDerivation: Fix cannot coerce null to a string
https://www.github.com/NixOS/nixpkgs/issues/362272

Fixes

```
$ nix repl --file . --system aarch64-darwin
nix-repl> pkgsCross.aarch64-multiplatform.haskellPackages.ghc-lib.env
error:
       … while evaluating attribute 'LOCALE_ARCHIVE' of derivation 'ghc-shell-for-ghc-lib-aarch64-unknown-linux-gnu-9.6.6.20240701-aarch64-unknown-linux-gnu'
       error: cannot coerce null to a string: null
```
2024-12-10 16:59:08 +02:00
Artturin
40e543da83 saleae-logic: Use platforms instead of assert 2024-12-08 22:01:38 +02:00
Artturin
e700e52405 python2: Fix alias usage on cross 2024-12-08 22:01:38 +02:00
Wolfgang Walther
962bd73da6
lite-xl: 2.1.5 -> 2.1.6 (#360046) 2024-12-08 19:02:00 +01:00
Wolfgang Walther
eed56f3092
vgm2x: 0-unstable-2024-06-18 -> 0-unstable-2024-11-17 (#360009) 2024-12-08 18:58:45 +01:00
Wolfgang Walther
b693631e7a
cargo-bolero: 0.11.2 -> 0.12.0 (#359954) 2024-12-08 18:55:32 +01:00
Wolfgang Walther
e4df86a26b
sqldef: 0.17.23 -> 0.17.24 (#359922) 2024-12-08 18:53:45 +01:00
Wolfgang Walther
b1d2b1d82b
kafkactl: 5.3.0 -> 5.4.0 (#359872) 2024-12-08 18:50:00 +01:00
Wolfgang Walther
3d07314b44
cocogitto: 6.1.0 -> 6.2.0 (#359854) 2024-12-08 18:49:19 +01:00
Wolfgang Walther
16f826c776
mariadb-connector-java: 3.4.1 -> 3.5.1 (#359679) 2024-12-08 18:48:49 +01:00
Azat Bahawi
1ecc2ecf8d
seaweedfs: 3.79 -> 3.80 (#363154) 2024-12-08 20:47:59 +03:00
Wolfgang Walther
233ca281cd
reveal-md: 6.1.3 -> 6.1.4 (#359613) 2024-12-08 18:46:08 +01:00
Wolfgang Walther
467a923e35
xray: 24.9.30 -> 24.11.21 (#359578) 2024-12-08 18:44:19 +01:00
Wolfgang Walther
0a5d125b5e
cilium-cli: 0.16.19 -> 0.16.20 (#359569) 2024-12-08 18:36:41 +01:00
Wolfgang Walther
b7b3589f07
kops_1_30: 1.30.1 -> 1.30.2 (#359489) 2024-12-08 18:36:00 +01:00
Wolfgang Walther
62e7006a1f
git-pw: 2.6.0 -> 2.7.0 (#359560) 2024-12-08 18:33:40 +01:00
Weijia Wang
68620d5ee6
p2pool: 4.1.1 -> 4.2 (#357487) 2024-12-08 18:33:25 +01:00
Wolfgang Walther
f1e8f3c850
sickgear: 3.32.10 -> 3.32.11 (#359527) 2024-12-08 18:33:10 +01:00
nixpkgs-merge-bot[bot]
924b5f4a7c
brainflow: 5.14.0 -> 5.15.0 (#362921) 2024-12-08 17:32:03 +00:00
Wolfgang Walther
9280573ae8
dracula-theme: 4.0.0-unstable-2024-10-03 -> 4.0.0-unstable-2024-11-26 (#359429) 2024-12-08 18:31:39 +01:00
Wolfgang Walther
c94f4c1fbb
funzzy: 1.2.0 -> 1.5.0 (#359398) 2024-12-08 18:31:12 +01:00
Wolfgang Walther
85b68634c6
pachyderm: 2.11.4 -> 2.11.5 (#359276) 2024-12-08 18:30:50 +01:00
Weijia Wang
3902bf91af
quarto: 1.6.33 -> 1.6.37 (#359188) 2024-12-08 18:29:53 +01:00
Wolfgang Walther
8dc3db8d5e
twilio-cli: 5.22.3 -> 5.22.6 (#359381) 2024-12-08 18:29:39 +01:00
Weijia Wang
397d5fb54a
rqlite: 8.31.2 -> 8.34.1 (#358217) 2024-12-08 18:26:48 +01:00
lewo
1b11e94b9b
terraform-plugin-docs: 0.19.4 -> 0.20.1 (#362736) 2024-12-08 18:22:12 +01:00
Weijia Wang
a66e967913
ocamlPackages.asai: 0.3.0 -> 0.3.1 (#357868) 2024-12-08 18:19:36 +01:00
Weijia Wang
91448da034
kubernetes-helmPlugins.helm-unittest: 0.5.2 -> 0.6.3 (#357517) 2024-12-08 18:15:47 +01:00
Weijia Wang
03173ec0e9
fioctl: 0.42 -> 0.43 (#357568) 2024-12-08 18:10:27 +01:00
Leona Maroni
91fb266745
gitlab: 17.5.2 -> 17.6.1 (#359329) 2024-12-08 18:06:46 +01:00
Gaétan Lepage
eaa3254a36
python312Packages.awkward: 2.7.1 -> 2.7.2 (#363221) 2024-12-08 18:05:52 +01:00
Weijia Wang
0cd2216f1c
crowdsec: 1.6.3 -> 1.6.4 (#357584) 2024-12-08 18:05:22 +01:00
Weijia Wang
95f685b969
attic-client: 0-unstable-2024-10-06 -> 0-unstable-2024-11-10 (#356653) 2024-12-08 17:59:28 +01:00
nixpkgs-merge-bot[bot]
cf1435f066
raspberrypi-eeprom: 2024.11.08-2712 -> 2024.11.12-2712 (#363272) 2024-12-08 16:51:39 +00:00
Wolfgang Walther
732d21150d
qdrant-web-ui: 0.1.31 -> 0.1.33 (#359219) 2024-12-08 17:42:18 +01:00
Wolfgang Walther
38216d3d30
weaviate: 1.26.6 -> 1.27.5 (#359217) 2024-12-08 17:42:01 +01:00
Atemu
564f029dc4
linuxPackages.nct6687d: 0-unstable-2024-09-02 -> 0-unstable-2024-11-05 (#361739) 2024-12-08 17:41:17 +01:00
Bernard Fortz
7e938775be
libdjinterop: 0.20.2 -> 0.22.1 (#362866) 2024-12-08 11:40:43 -05:00
Wolfgang Walther
39b8048b95
snappymail: 2.38.1 -> 2.38.2 (#359233) 2024-12-08 17:40:21 +01:00
Wolfgang Walther
6d9c3a8ec8
pioasm: 2.0.0 -> 2.1.0 (#359026) 2024-12-08 17:39:53 +01:00
Wolfgang Walther
c9530e33ad
zimfw: 1.15.0 -> 1.16.0 (#359204) 2024-12-08 17:39:38 +01:00
Wolfgang Walther
a0714ece49
ocamlPackages.gsl: 1.25.0 -> 1.25.1 (#359017) 2024-12-08 17:37:52 +01:00
Wolfgang Walther
366b59a9e2
jackett: 0.22.893 -> 0.22.998 (#358802) 2024-12-08 17:37:06 +01:00
Wolfgang Walther
708ebaf7d9
vscode-js-debug: 1.94.0 -> 1.95.3 (#358961) 2024-12-08 17:34:49 +01:00
Wolfgang Walther
01a9722d61
fend: 1.5.3 -> 1.5.5 (#358850) 2024-12-08 17:32:42 +01:00