fetsorn
ac5f6d9100
nixos/apparmor: fix typo
...
"usualy" -> "usually"
2023-05-09 18:02:17 +04:00
fetsorn
c712d1ef19
d2codingfont: fix typo
...
"verion" -> "version"
2023-05-09 18:02:17 +04:00
fetsorn
60572dc641
all-packages.nix: fix typos
...
"trigerring" -> "triggering"
2023-05-09 18:02:17 +04:00
fetsorn
ebc12d6b77
aliases.nix: fix typos
...
"depedencies" -> "dependencies"
"maintanence" -> "maintenance"
2023-05-09 18:02:17 +04:00
fetsorn
f7811fef7a
zlib: fix typo
...
"verion" -> "version"
2023-05-09 18:02:16 +04:00
fetsorn
84dec7a8b9
vocal: fix typo
...
"indepedent" -> "independent"
2023-05-09 18:02:16 +04:00
fetsorn
16bfccf49f
tpacpi-bat: fix typo
...
"thesholds" -> "thresholds"
2023-05-09 18:02:16 +04:00
fetsorn
2fe24d5984
tinywm: fix typo
...
"manger" -> "manager"
2023-05-09 18:02:16 +04:00
fetsorn
90e71a48ee
statik: fix typo
...
"embeded" -> "embedded"
2023-05-09 18:02:16 +04:00
fetsorn
6ce732d86f
spice-gtk: fix typo
...
"reqires" -> "requires"
2023-05-09 18:02:16 +04:00
fetsorn
f14fbf0278
siesta: fix typos
...
"manualy" -> "manually"
"becuase" -> "because"
2023-05-09 18:02:16 +04:00
Alyssa Ross
a295c4566e
stdenv: fix inputDerivation with passAsFile
...
passAsFile passes the values of Nix bindings to the builder as
files, so if those values contained references, they wouldn't end up
in the inputDerivation output. To fix that, append the contents of
every such passed file to the output.
We only have shell builtins in this derivation, so we can't use cat.
The only way I know of appending the contents of one file to another
using only shell builtins is as I've done here, but it requires
putting the contents of the file on echo's argv. This might end up
causing problems with large files. Regardless, I think we should try
this, as a failure is better than silently producing an incorrect
result like the previous behavior.
2023-05-09 14:00:57 +00:00
Anurag
89e0942c56
kubectl-gadget: 0.15.0 -> 0.16.0
2023-05-09 18:57:14 +05:30
06kellyjac
6b78c0b80e
k3d: add notice of rename in release notes
2023-05-09 14:22:59 +01:00
IndeedNotJames
260ddac146
nixosTests.wiki-js: fix test on i686-linux
...
Fail pattern:
1. Unsuspecting `qemu-kvm` notice:
```
server # qemu-kvm: at most 2047 MB RAM can be simulated
```
2. Hard fail
```
self.shell.send(out_command.encode())
BrokenPipeError: [Errno 32] Broken pipe
```
(Took me a while to consider those lines are related)
2023-05-09 15:22:35 +02:00
IndeedNotJames
0cbeb283cf
nixosTests.gitea,nixosTests.forgejo: fix test on i686-linux
...
Fail pattern:
1. Unsuspecting `qemu-kvm` notice:
```
server # qemu-kvm: at most 2047 MB RAM can be simulated
```
2. Hard fail
```
self.shell.send(out_command.encode())
BrokenPipeError: [Errno 32] Broken pipe
```
(Took me a while to consider those lines are related)
2023-05-09 15:21:53 +02:00
06kellyjac
d5d0f0547d
k3d: update pname to k3d
2023-05-09 14:21:35 +01:00
06kellyjac
c69ca316dc
k3d: rename kube3d to k3d now that attr is free
...
This takes the place of the old k3d which was the 3d editor k-3d
2023-05-09 14:21:35 +01:00
Pascal Bach
d7bbeedaac
cryptomator: 1.6.14 -> 1.8.0 ( #200590 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-09 15:10:34 +02:00
Nick Cao
b9ac35df44
Merge pull request #224075 from Djabx/upgrade-kustomize
...
kustomize: 4.5.4 -> 5.0.2
2023-05-09 21:05:22 +08:00
Martin Weinelt
558b23afe3
Merge pull request #230844 from pennae/mosquitto-test-fix
...
nixos/mosquitto: use networkd for tests
2023-05-09 14:57:30 +02:00
Martin Weinelt
dc2f9771e4
python310Packages.bluetooth-adapters: 0.15.3 -> 0.15.4
...
https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.4/CHANGELOG.md
2023-05-09 14:45:03 +02:00
Martin Weinelt
c9b3b5b387
Merge pull request #230797 from natsukium/docker-compose-language-service/node18
...
docker-compose-language-service: use nodejs default
2023-05-09 14:39:45 +02:00
Martin Weinelt
35a73717df
Merge pull request #218599 from Izorkin/update-peertube
...
peertube: 5.0.0 -> 5.1.0
2023-05-09 14:37:44 +02:00
Ryan Lahfa
57d1b6f0cc
Merge pull request #228106 from astro/rust-hypervisor-firmware
...
rust-hypervisor-firmware: fix build
2023-05-09 14:32:45 +02:00
R. Ryantm
beb537835a
python310Packages.robotframework-seleniumlibrary: 6.0.0 -> 6.1.0
2023-05-09 12:26:41 +00:00
Sandro
e840c93ea7
Merge pull request #230762 from mweinelt/ipu6-drivers-6.3
2023-05-09 13:21:49 +02:00
Martin Weinelt
45f6fac6a1
Merge pull request #230856 from mweinelt/pymumble-rollback
...
python310Packages.pymumble: 1.7 -> 1.6.1
2023-05-09 13:21:39 +02:00
Martin Weinelt
fa14a7edcd
Merge pull request #230627 from Ma27/fix-dlib-py311
...
python311.pkgs.dlib: fix build
2023-05-09 13:21:16 +02:00
Rémi NICOLE
6810db9123
gnvim: 0.1.6 -> 0.3.1 ( #204082 )
2023-05-09 13:16:59 +02:00
ajs124
ae9c464f31
Merge pull request #230822 from helsinki-systems/fix/mariadb-i686-tests
...
nixos/mariadb: Fix test on i686
2023-05-09 13:16:39 +02:00
Thiago Kenji Okada
86ec0ce437
Merge pull request #230791 from mweinelt/maxcube-api-disable-311
...
python311Packages.maxcube-api: disable
2023-05-09 12:11:38 +01:00
Thiago Kenji Okada
aeb1c00929
Merge pull request #230795 from mweinelt/rtmidi-disable-311
...
python311Packages.python-rtmidi: disable
2023-05-09 12:10:34 +01:00
Jacek Galowicz
b7dfa5082a
Merge pull request #228220 from R-VdP/test_driver_guest_shell_timeout
...
nixos-test-driver: include a timeout for the recv call, do not assume sh == bash
2023-05-09 13:05:28 +02:00
Azat Bahawi
b3ca04a48a
gsl-lite: fix tests
2023-05-09 13:51:34 +03:00
Thiago Kenji Okada
31de1264ab
Merge pull request #230605 from r-ryantm/auto-update/clojure-lsp
...
clojure-lsp: 2023.04.19-12.43.29 -> 2023.05.04-19.38.01
2023-05-09 11:26:27 +01:00
Florian Klink
6c9bef6b0f
Merge pull request #230777 from nikstur/systemd-repart-definitions-in-initrd
...
systemd-repart definitions in initrd
2023-05-09 13:24:04 +03:00
Martin Weinelt
64c346bcf2
python310Packages.pymumble: 1.7 -> 1.6.1
...
The 1.7 release was yanked, because the protobuf files were not
regenerated, which makes it unusuable.
Unbreaks the botamusique test.
2023-05-09 12:23:10 +02:00
github-actions[bot]
9cecdd0719
terraform-providers.newrelic: 3.21.3 -> 3.22.0
2023-05-09 20:20:47 +10:00
github-actions[bot]
c12b877bf9
terraform-providers.minio: 1.15.0 -> 1.15.1
2023-05-09 20:20:47 +10:00
github-actions[bot]
50e48b3607
terraform-providers.google-beta: 4.63.1 -> 4.64.0
2023-05-09 20:20:47 +10:00
github-actions[bot]
84420c37e7
terraform-providers.google: 4.63.1 -> 4.64.0
2023-05-09 20:20:47 +10:00
Weijia Wang
81fb89a68f
Merge pull request #230839 from rhendric/rhendric/zenpower-homepage
...
zenpower: fix homepage
2023-05-09 13:19:18 +03:00
Bobby Rong
38200bc56e
Merge pull request #230840 from matthiasbeyer/remove-me-peertube-maintainer
...
peertube: Remove matthiasbeyer from maintainers
2023-05-09 18:17:13 +08:00
Weijia Wang
0bd1c26517
Merge pull request #230728 from figsoda/cargo-raze
...
cargo-raze: fix build on darwin
2023-05-09 13:16:23 +03:00
Alyssa Ross
6a2200d338
pkgsStatic.libhwy: fix build ( #230761 )
...
This was changed in 7328b78fb5
, but I don't understand why — the only
difference should be in static builds, which worked before that change
and didn't work after.
Fixes: 7328b78fb5
("libhwy: 0.15.0 -> 1.0.2")
2023-05-09 12:16:02 +02:00
Weijia Wang
90ce902383
Merge pull request #230809 from vbgl/ocaml-ocp-indent-dune3
...
ocamlPackages.ocp-indent: fix for Dune 3
2023-05-09 13:09:20 +03:00
rewine
da98a5a6a5
deepin.dde-daemon: fix can't set custom wallpapers
2023-05-09 18:08:20 +08:00
Martin Weinelt
3831ba1c09
python311Packages.maxcube-api: disable
...
https://hydra.nixos.org/build/219139489
2023-05-09 12:06:34 +02:00
Martin Weinelt
cb48c35858
Merge pull request #230707 from mweinelt/varios-python-deps
...
Various python packages
2023-05-09 12:04:27 +02:00