Commit Graph

474778 Commits

Author SHA1 Message Date
Pavol Rusnak
660b0645ea
Merge pull request #226765 from r-ryantm/auto-update/fulcrum 2023-04-18 10:29:43 +02:00
Weijia Wang
92b5998055
Merge pull request #226800 from wegank/bdd-init
ocamlPackages.bdd: init at unstable-2022-07-14
2023-04-18 11:14:18 +03:00
Azat Bahawi
9eb1b6acf1
Merge pull request #226786 from r-ryantm/auto-update/exportarr
exportarr: 1.2.6 -> 1.3.1
2023-04-18 11:02:44 +03:00
Weijia Wang
0fd3aa791d
Merge pull request #223770 from r-ryantm/auto-update/parallel
parallel: 20230222 -> 20230322
2023-04-18 10:37:19 +03:00
Weijia Wang
c95430d8e4
Merge pull request #224007 from r-ryantm/auto-update/icingaweb2-ipl
icingaweb2-ipl: 0.10.1 -> 0.11.0
2023-04-18 10:36:39 +03:00
Weijia Wang
3dc7239e6f
Merge pull request #226111 from r-ryantm/auto-update/bitwig-studio
bitwig-studio: 4.4.8 -> 4.4.10
2023-04-18 10:35:11 +03:00
Ulrik Strid
336e0b71e8
Merge pull request #226798 from vbgl/ocaml-mdx-2.3.0
ocamlPackages.mdx: 2.2.1 → 2.3.0
2023-04-18 09:34:56 +02:00
Fabian Affolter
c2902c0f03
Merge pull request #226716 from fabaff/pylacrosse-fix
python310Packages.pylacrosse: patch version
2023-04-18 08:47:56 +02:00
Weijia Wang
5bbb301be2 ocamlPackages.bdd: init at unstable-2022-07-14 2023-04-18 09:45:39 +03:00
Fabian Affolter
5082fb6707
Merge pull request #226705 from fabaff/env-canada-bump
python310Packages.env-canada: 0.5.32 -> 0.5.33
2023-04-18 08:33:17 +02:00
Fabian Affolter
a85e939ed1
Merge pull request #226707 from fabaff/reolink-aio-bump
python310Packages.reolink-aio: 0.5.12 -> 0.5.13
2023-04-18 08:33:05 +02:00
Ulrik Strid
4e62ec6291
Merge pull request #226670 from Niols/ppx_monad
ocamlPackages.ppx_monad: init at 0.2.0
2023-04-18 08:20:36 +02:00
Franz Pletz
8576f4913d
Merge pull request #226423 from r-ryantm/auto-update/janus-gateway 2023-04-18 08:20:17 +02:00
Franz Pletz
76879f30c7
Merge pull request #226461 from SebTM/fix/powertop_xset 2023-04-18 08:19:49 +02:00
Ulrik Strid
d64bfc5c44
Merge pull request #226668 from Niols/dates_calc
ocamlPackages.dates_calc: init at 0.0.4
2023-04-18 08:11:48 +02:00
Vincent Laporte
50ce88d4ae
ocamlPackages.mdx: 2.2.1 → 2.3.0 2023-04-18 08:11:11 +02:00
Weijia Wang
6178831a4d
Merge pull request #225519 from r-ryantm/auto-update/netmaker-full
netmaker-full: 0.17.1 -> 0.18.5
2023-04-18 09:06:15 +03:00
Nick Cao
ab809f2a4d
Merge pull request #226557 from amjoseph-nixpkgs/pr/fixcross/abiword
abiword: fix cross
2023-04-18 14:03:32 +08:00
adisbladis
220889f069
Merge pull request #226770 from adisbladis/platformio-multi-out-fix
platformio: Don't link udev rules into a subdirectory
2023-04-18 17:22:28 +12:00
R. Ryantm
e2584d57d6 exportarr: 1.2.6 -> 1.3.1 2023-04-18 05:06:28 +00:00
Linus Heckemann
b14aded48a
Merge pull request #222617 from oddlama/esphome
nixos/esphome: init module
2023-04-18 06:45:40 +02:00
Adam Joseph
53b6e1a3c5 rustc: fix >=1.68 host!=build
Our `rustc.nix` adds a `--target` flag for the host when doing a
host!=target build, but neglects to add a `--target` flag for the
buildPlatform when doing a build!=(host==target) build.  This commit
corrects that.

Before rustc 1.68 omitting the --target flag for the buildPlatform
did not cause any problems.  As of rustc 1.68, build!=host without a
--target for the build will fail like below (with hundreds more
"cannot find std::" errors.

```
$ nix build -f . -L pkgsCross.aarch64-multiplatform.rustc
...
Copying stage1 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Uplifting stage1 library (x86_64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
Copying stage2 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Building stage2 tool rust-analyzer-proc-macro-srv (aarch64-unknown-linux-gnu)
   Compiling autocfg v1.1.0
   Compiling libc v0.2.135
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.47
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.5
   Compiling syn v1.0.102
   Compiling once_cell v1.15.0
   Compiling parking_lot_core v0.9.4
   Compiling serde_derive v1.0.145
   Compiling hashbrown v0.12.3
   Compiling scopeguard v1.1.0
   Compiling smallvec v1.10.0
   Compiling log v0.4.17
   Compiling serde v1.0.145
   Compiling rustc-hash v1.1.0
error[E0463]: can't find crate for `std`
error: cannot find macro `println` in this scope
 --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:7:5
  |
7 |     println!("cargo:rerun-if-changed=build.rs");
  |     ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:16:9
   |
16 |         println!(
   |         ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:29:13
   |
29 |             println!("cargo:rustc-cfg=freebsd10")
   |             ^^^^^^^
```
2023-04-18 14:10:40 +10:00
github-actions[bot]
1e2c3e2e13 terraform-providers.vault: 3.14.0 -> 3.15.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
767714eb50 terraform-providers.ucloud: 1.35.1 -> 1.36.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
22eace2276 terraform-providers.pagerduty: 2.14.1 -> 2.14.2 2023-04-18 13:58:12 +10:00
github-actions[bot]
a55f1a9e97 terraform-providers.okta: 3.45.0 -> 3.46.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
6c1b3d7917 terraform-providers.grafana: 1.37.1 -> 1.37.2 2023-04-18 13:58:12 +10:00
github-actions[bot]
48b8f87d8c terraform-providers.google-beta: 4.61.0 -> 4.62.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
c335883b49 terraform-providers.google: 4.61.0 -> 4.62.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
70ddbe7ace terraform-providers.azuread: 2.37.0 -> 2.37.1 2023-04-18 13:58:12 +10:00
adisbladis
f88eb92ff9 platformio: Don't link udev rules into a subdirectory
This causes collisions when NixOS is configured like
``` nix
{ pkgs, ... }:
{
  services.udev.packages = [ pkgs.platformio ];
}
```

and would also cause a regression having to add the subirectory to the udev packages path:
``` nix
{ pkgs, ... }:
{
  services.udev.packages = [ (pkgs.platformio-core.udev + "/99-platformio-udev.rules") ];
}
```
2023-04-18 15:48:49 +12:00
figsoda
a4f504536f
Merge pull request #226761 from NickCao/stratis
stratisd: 3.5.2 -> 3.5.3
2023-04-17 23:27:53 -04:00
R. Ryantm
9d228c10ba fulcrum: 1.9.0 -> 1.9.1 2023-04-18 03:25:24 +00:00
R. Ryantm
df24febd83 vscodium: 1.77.1.23095 -> 1.77.3.23102 2023-04-18 11:19:04 +08:00
Bobby Rong
9f34b846a4
Merge pull request #224843 from kindrowboat/patch-1
maintainers: add kindrowboat
2023-04-18 11:09:48 +08:00
figsoda
44a76628fa
Merge pull request #226697 from r-ryantm/auto-update/pipes-rs
pipes-rs: 1.6.0 -> 1.6.1
2023-04-17 23:04:25 -04:00
Adam Joseph
10d06c610f abiword: set strictDeps=true 2023-04-17 19:59:40 -07:00
Adam Joseph
715bc56b08 abiword: fix cross
This commit adds `perl` to `nativeBuildInputs` of abiword, to avoid
the following build failure:

```
abiword-aarch64-unknown-linux-gnu> checking for perl... no
abiword-aarch64-unknown-linux-gnu> configure: error: *** perl program not found
error: build of '/nix/store/v670j4pyqk5vy625gh7w0j2jla1wrz2s-abiword-aarch64-unknown-linux-gnu-3.0.5.drv' on 'ssh://root@192.168.22.102' failed: builder for '/nix/store/v670j4pyqk5vy625gh7w0j2jla1wrz2s-abiword-aarch64-unknown-linux-gnu-3.0.5.drv' failed with exit code 1
error: builder for '/nix/store/v670j4pyqk5vy625gh7w0j2jla1wrz2s-abiword-aarch64-unknown-linux-gnu-3.0.5.drv' failed with exit code 1;
       last 10 log lines:
       > checking if aarch64-unknown-linux-gnu-g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
       > checking if aarch64-unknown-linux-gnu-g++ -std=c++11 static flag -static works... no
       > checking if aarch64-unknown-linux-gnu-g++ -std=c++11 supports -c -o file.o... yes
       > checking if aarch64-unknown-linux-gnu-g++ -std=c++11 supports -c -o file.o... (cached) yes
       > checking whether the aarch64-unknown-linux-gnu-g++ -std=c++11 linker (aarch64-unknown-linux-gnu-ld) supports shared libraries... yes
       > checking dynamic linker characteristics... (cached) GNU/Linux ld.so
       > checking how to hardcode library paths into programs... immediate
       > checking whether ln -s works... yes
       > checking for perl... no
       > configure: error: *** perl program not found
       For full logs, run 'nix log /nix/store/v670j4pyqk5vy625gh7w0j2jla1wrz2s-abiword-aarch64-unknown-linux-gnu-3.0.5.drv'.
```
2023-04-17 19:59:40 -07:00
figsoda
299ed87193
Merge pull request #226696 from r-ryantm/auto-update/kapp
kapp: 0.54.1 -> 0.55.0
2023-04-17 22:56:54 -04:00
figsoda
1a14b2cec5
Merge pull request #226523 from figsoda/emblem 2023-04-17 22:54:58 -04:00
figsoda
7e00c12211
Merge pull request #226554 from figsoda/wthrr 2023-04-17 22:54:42 -04:00
figsoda
7b3e89bb4a
Merge pull request #226695 from fabaff/circup-bump
circup: 1.1.4 -> 1.2.1
2023-04-17 22:53:02 -04:00
figsoda
49ebd41290
Merge pull request #226715 from Mange/patch-1
rofi-emoji: 3.1.0 -> 3.2.0
2023-04-17 22:51:52 -04:00
figsoda
c0e9387c31
Merge pull request #226750 from r-ryantm/auto-update/faas-cli
faas-cli: 0.15.9 -> 0.16.3
2023-04-17 22:48:56 -04:00
figsoda
529c957838
Merge pull request #226743 from r-ryantm/auto-update/air
air: 1.42.0 -> 1.43.0
2023-04-17 22:46:19 -04:00
figsoda
78fa066e27
Merge pull request #226740 from r-ryantm/auto-update/coreth
coreth: 0.11.9 -> 0.12.0
2023-04-17 22:45:29 -04:00
figsoda
4ff37d8be1
Merge pull request #226738 from r-ryantm/auto-update/chezmoi
chezmoi: 2.33.0 -> 2.33.1
2023-04-17 22:44:10 -04:00
figsoda
32afd62e9b
Merge pull request #226752 from r-ryantm/auto-update/algolia-cli
algolia-cli: 1.3.2 -> 1.3.4
2023-04-17 22:42:26 -04:00
figsoda
62d678778d
Merge pull request #226754 from aaronjheng/go-jsonnet
go-jsonnet: 0.19.1 -> 0.20.0
2023-04-17 22:39:52 -04:00
figsoda
d90af0960b
Merge pull request #226737 from r-ryantm/auto-update/gopass
gopass: 1.15.4 -> 1.15.5
2023-04-17 22:36:26 -04:00