Janne Heß
2473cce829
nixos/switchTest: Also test boot/switch actions
2022-03-20 13:04:24 +01:00
Janne Heß
85874efcb0
nixos/switch-to-configuration: Make perlcritic happy
2022-03-20 13:04:23 +01:00
Janne Heß
9c494b5773
nixos/switch-to-configuration: Snake-case all variables
...
Also add a lot of comments and reorder some assignments
2022-03-20 13:03:39 +01:00
Janne Heß
67f84b4b87
nixos/switch-to-configuration: Snake-case all subroutines and add comments
2022-03-20 13:03:19 +01:00
Ruud van Asseldonk
ed81545df5
squashfsTools: 4.5 -> 4.5.1
...
The patch that was previously fetched from GitHub is now part of the
4.5.1 release, and is no longer needed. Furthermore, 4.5.1 introduces
some new scripts to build manpages, and some new build inputs are
required to make that work.
This also rebases the Darwin patch. I don't have a Mac so I can't test
this personally. There was one conflict:
diff --cc squashfs-tools/read_xattrs.c
index 2067f80,b28c3a0..0000000
--- a/squashfs-tools/read_xattrs.c
+++ b/squashfs-tools/read_xattrs.c
@@@ -36,9 -38,7 +38,7 @@@
#include "xattr.h"
#include "error.h"
- #include <stdlib.h>
-
-extern int read_fs_bytes(int, long long, int, void *);
+extern int read_fs_bytes(int, long long, long long, void *);
extern int read_block(int, long long, long long *, int, void *);
static struct hash_entry {
Resolved by updating the signature from int to long long.
2022-03-20 13:02:57 +01:00
Janne Heß
23ea9965bb
nixos/switch-to-configuration: Enforce consistent quoting
2022-03-20 13:01:11 +01:00
Janne Heß
bdcd558812
nixos/switch-to-configuration: Get rid of all postfixes and unlesses
2022-03-20 13:01:11 +01:00
Janne Heß
5c00fe6b1b
nixos/switchTest: Also test the os-release parser
2022-03-20 13:01:11 +01:00
maralorn
73a4c4972b
Merge pull request #164956 from sternenseemann/haskell-package-list-force-pvp
...
haskell.package-list: only include versions that conform to PVP
2022-03-20 12:52:14 +01:00
Anselm Schüler
9da5c78ae4
yaru-theme: 22.04.1 -> 22.04.2
2022-03-20 12:47:43 +01:00
sternenseemann
4e4a88d03a
haskell.package-list: only include versions that conform to PVP
...
Since this list is intended for Hackage, we need to make sure that only
packages with versions conforming to the PVP versioning scheme are
actually included in the CSV or Hackage will reject it.
2022-03-20 11:43:37 +01:00
Armeen Mahdian
292daa1285
smem: switch to python3
...
smem 1.5 has support for python3
2022-03-20 11:42:35 +01:00
maxine [they]
9a30f084a0
Merge pull request #163475 from jaen/add-docker-buildkit-zfs-patch
...
docker: add a patch to fix Docker buildkit when using ZFS graph driver.
2022-03-20 11:41:55 +01:00
Fabian Affolter
bf66878a33
Merge pull request #164951 from r-ryantm/auto-update/python3.10-broadlink
...
python310Packages.broadlink: 0.18.0 -> 0.18.1
2022-03-20 11:40:17 +01:00
R. Ryantm
df57bab623
jumpapp: 1.1 -> 1.2
2022-03-20 11:36:06 +01:00
Bobby Rong
6988f282e8
Merge pull request #161248 from SCOTT-HAMILTON/argon2_cffi
...
argon2_cffi: add missing non-native bindings dep
2022-03-20 18:25:27 +08:00
Fabian Affolter
34c841ab46
python3Packages.myfitnesspal: add toPythonApplication
2022-03-20 10:53:40 +01:00
Fabian Affolter
ddb2d450a5
Merge pull request #164941 from r-ryantm/auto-update/python3.10-myfitnesspal
...
python310Packages.myfitnesspal: 1.16.6 -> 1.17.0
2022-03-20 10:49:54 +01:00
R. Ryantm
87b147a1f1
python310Packages.awscrt: 0.13.5 -> 0.13.6
2022-03-20 09:47:07 +00:00
Fabian Affolter
216d21499a
python3Packages.broadlink: disable on older Python releases
2022-03-20 10:45:17 +01:00
R. Ryantm
6977469966
cloud-nuke: 0.11.1 -> 0.11.3
2022-03-20 09:41:19 +00:00
R. Ryantm
512404e0e4
python310Packages.broadlink: 0.18.0 -> 0.18.1
2022-03-20 09:26:03 +00:00
Fabian Affolter
b70db0a774
Merge pull request #164799 from r-ryantm/auto-update/mysocketw
...
mysocketw: 3.10.27 -> 3.11.0
2022-03-20 10:23:24 +01:00
R. Ryantm
9b2abc03b2
cawbird: 1.4.2 -> 1.5
2022-03-20 09:13:35 +00:00
Fabian Affolter
d20578ef3b
Merge pull request #164923 from r-ryantm/auto-update/python3.10-types-requests
...
python310Packages.types-requests: 2.27.13 -> 2.27.14
2022-03-20 10:01:43 +01:00
Fabian Affolter
108601b3ef
python3Packages.myfitnesspal: disable on older Python releases
2022-03-20 10:00:45 +01:00
Sergei Trofimovich
c4c64b6a32
meld: pull upstream fix for meson-0.60
...
Without the change build fails as:
> data/meson.build:34:0: ERROR: Function does not take positional arguments.
2022-03-20 08:58:13 +00:00
Fabian Affolter
4d1a29944a
python3Packages.qiling: 1.4.1 -> 1.4.2
2022-03-20 09:53:08 +01:00
pennae
5b1fde773a
Merge pull request #163860 from delroth/synapse-rl-fix
...
matrix-synapse: fix release notes and doc for #158605 changes
2022-03-20 08:49:46 +00:00
R. Ryantm
e3658e6c23
broadlink-cli: 0.18.0 -> 0.18.1
2022-03-20 16:10:02 +08:00
Doron Behar
6f227f03cb
qalculate-gtk: 4.0.0 -> 4.1.0
2022-03-20 16:04:47 +08:00
R. Ryantm
8727738771
libqalculate: 4.0.0 -> 4.1.0
2022-03-20 16:04:47 +08:00
Peter Hoeg
4345ab5c70
cask: templates were dropped from latest version
2022-03-20 15:50:41 +08:00
R. Ryantm
fdc1b46e1e
python310Packages.myfitnesspal: 1.16.6 -> 1.17.0
2022-03-20 06:05:22 +00:00
Bobby Rong
b3549ba290
Merge pull request #164837 from bobby285271/pantheon-eco
...
various: remove elementary-icon-theme from buildInputs & vala 0.56 fixes
2022-03-20 13:34:08 +08:00
R. Ryantm
ed86dba63a
werf: 1.2.76 -> 1.2.77
2022-03-20 05:27:42 +00:00
R. Ryantm
e883b17319
vale: 2.15.2 -> 2.15.3
2022-03-20 04:31:56 +00:00
R. Ryantm
6c7d1af736
trinsic-cli: 1.3.0 -> 1.4.0
2022-03-20 04:09:15 +00:00
R. Ryantm
0fb9c4bec3
suitesparse-graphblas: 6.2.2 -> 6.2.5
2022-03-20 05:03:15 +01:00
Ryan Mulligan
a95f158b0b
Merge pull request #164927 from r-ryantm/auto-update/terraform-ls
...
terraform-ls: 0.25.2 -> 0.26.0
2022-03-19 20:58:04 -07:00
Mario Rodas
f4be38ef89
Merge pull request #164928 from r-ryantm/auto-update/terraformer
...
terraformer: 0.8.18 -> 0.8.19
2022-03-19 22:56:35 -05:00
Sandro
b14d9ee1f9
Merge pull request #164926 from SuperSandro2000/diffoscope
2022-03-20 04:55:37 +01:00
Jamie McClymont
c9e1475085
nixos/tests/terminal-emulators: fix test for st
...
some change in the last 24 hours altered the behaviour of st such that
it now dies with a non-zero exit code when the shell exits, so kill is
now necessary
2022-03-20 16:48:06 +13:00
Jamie McClymont
2708692778
vte: add tested vte-based terminals to passthru.tests
2022-03-20 16:48:06 +13:00
Jamie McClymont
694862304b
nixos/tests: add passthru.tests to all tested terminal emulators
2022-03-20 16:48:06 +13:00
Sandro
64fe9150cf
Merge pull request #164925 from SuperSandro2000/onefetch
2022-03-20 04:36:30 +01:00
Martin Weinelt
4a4fd5efb3
Merge pull request #164839 from r-ryantm/auto-update/gruut
2022-03-20 04:26:20 +01:00
Martin Weinelt
34b2e223b8
Merge pull request #164466 from mweinelt/coqui-trainer
2022-03-20 04:26:02 +01:00
R. Ryantm
ca3bec6031
terraformer: 0.8.18 -> 0.8.19
2022-03-20 03:25:58 +00:00
R. Ryantm
d56b8d529e
terraform-ls: 0.25.2 -> 0.26.0
2022-03-20 03:18:24 +00:00