Commit Graph

438255 Commits

Author SHA1 Message Date
Jörg Thalheim
d165c5dcad
Merge pull request #204254 from raphaelr/initrd-openvpn
nixos/tests/initrd-network-openvpn: fix
2022-12-28 12:36:27 +00:00
Martin Weinelt
2b5f8c67f7
Merge pull request #207851 from mweinelt/antlr4_11 2022-12-28 13:31:13 +01:00
Bjørn Forsman
0f0929f4aa nixos/borgbackup: fix ~/.cache, ~/.config ownership
Invoke `install` separately for each directory to get ownership right --
i.e. not always owned by root. When owned by root, user sessions break
as no user processes are allowed to create directores there. On normal
systems the directories already exist, but in clean environments / NixOS
test VMs, the bug shows.

Before:
  $ namei -l /home/user1/.cache/borg
  f: /home/user1/.cache/borg
  drwxr-xr-x root  root  /
  drwxr-xr-x root  root  home
  drwx------ user1 users user1
  drwxr-xr-x root  root  .cache
  drwxr-xr-x user1 users borg

After:
  $ namei -l /home/user1/.cache/borg
  f: /home/user1/.cache/borg
  drwxr-xr-x root  root  /
  drwxr-xr-x root  root  home
  drwx------ user1 users user1
  drwxr-xr-x user1 users .cache
  drwxr-xr-x user1 users borg
2022-12-28 13:07:16 +01:00
Robert Hensing
3f3eb370c1
Merge pull request #208085 from anund/netflix_allow_override
netflix: allow passing flags to google-chrome
2022-12-28 12:37:05 +01:00
markuskowa
38af5768c0
Merge pull request #207575 from r-ryantm/auto-update/tfk8s
tfk8s: 0.1.8 -> 0.1.10
2022-12-28 12:30:49 +01:00
markuskowa
ef8a0c4d8c
Merge pull request #207691 from r-ryantm/auto-update/kanshi
kanshi: 1.3.0 -> 1.3.1
2022-12-28 12:21:59 +01:00
Martin Weinelt
e0beb61e60
python3Packages.hassil: init at 0.1.3 2022-12-28 12:20:58 +01:00
Martin Weinelt
c561e4010a
python3Packages.hydra-core: Unbreak on aarch64-linux 2022-12-28 12:20:58 +01:00
Martin Weinelt
4a0fefa62c
python3Packages.explorerscript: unpin antlr4-python3-runtime
and regenerate required antlr files with out antlr4 package.

Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
2022-12-28 12:20:58 +01:00
Martin Weinelt
b71ad92137
python3Packages.hydra-core: unpin antlr4-python3-runtime 2022-12-28 12:20:57 +01:00
Martin Weinelt
47967562fa
python3Packages.omegaconf: relax antlr4 version 2022-12-28 12:20:57 +01:00
Martin Weinelt
56918eebba
python3Packages.hydra-core: rename from hydra 2022-12-28 12:20:56 +01:00
Martin Weinelt
9de9273f33
baserow: Use antlr4_9 in antlr4-python3-runtime
and use buildPythonApplication for the package.
2022-12-28 12:20:56 +01:00
Martin Weinelt
e98704b197
luaformatter: pin antlr4_9
Newer versions fail to build.
2022-12-28 12:20:56 +01:00
Martin Weinelt
2258156699
python3Packages.antlr4-python3-runtime: run correct tests
We're not interested in the profiling, but the actual tests.

They currently log a warning, because upstream does not test them in
their CI and the lexer/parser artifacts are out of date¹.

[1] https://github.com/antlr/antlr4/issues/4041
2022-12-28 12:20:56 +01:00
Martin Weinelt
fd2a0bdd6b
python3Packages.antlr4-python-runtime: remove versioned variants
The python package set cannot support multiple versions of a package,
since they would collide when different versions would be used at the
same time. This can too easily happen through transitive propagation,
which is why we don't support it.
2022-12-28 12:20:56 +01:00
Martin Weinelt
503c4c1b68
antlr4: 4.8.x -> 4.11.x 2022-12-28 12:20:55 +01:00
markuskowa
408eea5546
Merge pull request #207700 from r-ryantm/auto-update/awscli2
awscli2: 2.9.8 -> 2.9.10
2022-12-28 12:20:19 +01:00
markuskowa
64160268ad
Merge pull request #207807 from r-ryantm/auto-update/freedv
freedv: 1.8.5 -> 1.8.6
2022-12-28 12:18:43 +01:00
markuskowa
ce5abb79c5
Merge pull request #207924 from r-ryantm/auto-update/trackballs
trackballs: 1.3.3 -> 1.3.4
2022-12-28 12:18:17 +01:00
markuskowa
f5c9ac3ef2
Merge pull request #207946 from r-ryantm/auto-update/k6
k6: 0.41.0 -> 0.42.0
2022-12-28 12:17:24 +01:00
Jonas Heinrich
abf33cf8f2
Merge pull request #208056 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.15 -> 3.11.20
2022-12-28 11:37:40 +01:00
Azat Bahawi
e613395a27
Merge pull request #208071 from r-ryantm/auto-update/mold
mold: 1.7.1 -> 1.8.0
2022-12-28 13:03:38 +03:00
Stanisław Pitucha
2471f4f86d
Merge pull request #208049 from r-ryantm/auto-update/aws-vault
aws-vault: 6.6.0 -> 6.6.1
2022-12-28 20:47:51 +11:00
Stanisław Pitucha
71d88d4790
Merge pull request #208052 from aaronjheng/buf
buf: 1.9.0 -> 1.11.0
2022-12-28 20:38:53 +11:00
Anund
816f545d36 netflix: allow passing flags to google-chrome 2022-12-28 20:36:32 +11:00
Vincent Laporte
8b6d55d969 clasp: remove at 3.1.4
The clasp binary is part of the clingo package
2022-12-28 10:23:32 +01:00
Vincent Laporte
5c15e1c8cf ocamlPackages.jwto: 0.3.0 → 0.4.0 2022-12-28 10:22:47 +01:00
Fabian Affolter
f9e4224c80
Merge pull request #208062 from r-ryantm/auto-update/topgrade
topgrade: 10.2.2 -> 10.2.4
2022-12-28 10:05:18 +01:00
Fabian Affolter
3b4b0ee607
Merge pull request #208055 from r-ryantm/auto-update/python3.10-google-nest-sdm
python310Packages.google-nest-sdm: 2.1.0 -> 2.1.2
2022-12-28 09:50:24 +01:00
Nikolay Korotkiy
59f24bec41 cutecom: enable on darwin 2022-12-28 09:46:32 +01:00
Fabian Affolter
671be4403c
Merge pull request #207976 from r-ryantm/auto-update/python310Packages.asana
python310Packages.asana: 2.0.0 -> 3.0.0
2022-12-28 09:19:03 +01:00
Fabian Affolter
22ec27a142
Merge pull request #207998 from r-ryantm/auto-update/python310Packages.pyunifiprotect
python310Packages.pyunifiprotect: 4.5.2 -> 4.5.3
2022-12-28 09:18:34 +01:00
Fabian Affolter
f78f70524e
Merge pull request #208005 from fabaff/angr-bump
python310Packages.angr: 9.2.30 -> 9.2.31
2022-12-28 09:18:22 +01:00
Fabian Affolter
c36c665dca
Merge pull request #208017 from fabaff/pyunifiprotect-bump
python310Packages.pyunifiprotect: 4.5.2 -> 4.5.3
2022-12-28 09:17:50 +01:00
Fabian Affolter
1188df3a41
Merge pull request #208016 from fabaff/pontos-bump
python310Packages.pontos: 22.12.1 -> 22.12.1
2022-12-28 09:17:39 +01:00
Fabian Affolter
a95730f76c
Merge pull request #208021 from fabaff/ghrepo-stats-bump
python310Packages.ghrepo-stats: 0.3.1 -> 0.4.0
2022-12-28 09:17:29 +01:00
Fabian Affolter
47b3a864f4
Merge pull request #208018 from fabaff/whois-bump
python310Packages.whois: 0.9.18 -> 0.9.19
2022-12-28 09:17:19 +01:00
Fabian Affolter
dc3b1ab179
python310Packages.google-nest-sdm: add changelog to meta 2022-12-28 09:15:29 +01:00
Fabian Affolter
a9dc71a317
topgrade: add changelog to meta 2022-12-28 09:13:54 +01:00
Ryan Lahfa
861c7b189c
Merge pull request #182360 from Yarny0/cups-pdf
cups-pdf(-to-pdf): init
2022-12-28 09:08:49 +01:00
Ryan Lahfa
bf0f5bd424
Merge pull request #197222 from nessdoor/nixpkgs/mip
python3Packages.mip: init at 1.14.1
2022-12-28 09:06:26 +01:00
Ryan Lahfa
90ee9b0b1a
Merge pull request #170754 from alekseysidorov/cargo2junit
cargo2junit: init at 0.1.12
2022-12-28 09:05:01 +01:00
R. Ryantm
1bc62c4476 mold: 1.7.1 -> 1.8.0 2022-12-28 08:00:39 +00:00
Sandro
3c9246399d
Merge pull request #207999 from trofi/gtk2-without-xlibsWrapper
gtk2: drop unused xlibsWrapper import
2022-12-28 08:08:05 +01:00
R. Ryantm
66d8803cad motion: 4.5.0 -> 4.5.1 2022-12-28 01:14:17 -05:00
Robin Mattheussen
97e489feea scummvm: 2.5.1 -> 2.6.1 2022-12-28 14:12:53 +08:00
figsoda
dc0c7a8b9c
Merge pull request #208046 from techknowlogick/goreleaser-1140
goreleaser: 1.13.1 -> 1.14.0
2022-12-28 00:56:50 -05:00
R. Ryantm
ca743b7afc topgrade: 10.2.2 -> 10.2.4 2022-12-28 05:31:34 +00:00
R. Ryantm
57dbff4228 erlang_odbc: 24.3.4.6 -> 24.3.4.7 2022-12-27 23:48:39 -05:00