Max
34a4165674
nixos/pam: support Kanidm
2023-06-11 17:17:42 +02:00
Martin Weinelt
cc4e1f69ed
Merge pull request #236724 from mweinelt/ansible-passlib
...
python310Packages.ansible-core: provide passlib
2023-06-08 22:09:13 +02:00
lewo
0b23874b96
Merge pull request #236638 from NickCao/postfix
...
postfix: 3.8.0 -> 3.8.1
2023-06-08 21:42:23 +02:00
Michele Guerini Rocco
9e770e969d
Merge pull request #236696 from rnhmjoj/pr-qute
...
qutebrowser: 2.5.3 -> 2.5.4
2023-06-08 21:41:24 +02:00
Martin Weinelt
f3f38a2130
python310Packages.ansible-core: provide passlib
...
Required for crypt on darwin.
2023-06-08 21:30:37 +02:00
Weijia Wang
3a1e776517
Merge pull request #236681 from wegank/rrdtool-tcl
...
rrdtool: unpin tcl-8_5
2023-06-08 21:54:21 +03:00
Weijia Wang
a7e52cc2ba
Merge pull request #236679 from wegank/alpine-tcl
...
alpine: unpin tcl-8_5
2023-06-08 21:47:35 +03:00
Weijia Wang
4f3378eeb2
Merge pull request #236674 from wegank/dirdiff-darwin
...
dirdiff: add darwin support
2023-06-08 21:45:42 +03:00
Weijia Wang
41b37eb58f
Merge pull request #236055 from wegank/glfw3-libgl
...
glfw3: drop libGL on darwin
2023-06-08 21:43:47 +03:00
Rebecca Turner
17d63282b2
haskell.compiler: allow overriding source with hadrian
...
Hadrian (the GHC build tool) is built separately from GHC. This means
that if `haskell.compiler.ghc961` is overridden to add patches, those
patches will _only_ be applied to the GHC portion of the build, and not
the Hadrian build. For example, backporting this patch to GHC 9.6.1
failed because the changes to `hadrian/` files were not reflected in the
Nix build:
5ed77deb1b
By lifting `src` and `hadrian` from variables defined in the function
body to parameters with default values, the `hadrian/` files can be
overridden using the `haskell.compiler.ghc961.override` function. For
example:
self.haskell.compiler.ghc961.override {
# The GHC 9.6 builder in nixpkgs first builds hadrian with the
# source tree provided here and then uses the built hadrian to
# build the rest of GHC. We need to make sure our patches get
# included in this `src`, then, rather than modifying the tree in
# the `patchPhase` or `postPatch` of the outer builder.
src = self.applyPatches {
src = let
version = "9.6.1";
in
self.fetchurl {
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-src.tar.xz ";
sha256 = "fe5ac909cb8bb087e235de97fa63aff47a8ae650efaa37a2140f4780e21f34cb";
};
patches = [
# Enable response files for linker if supported
(self.fetchpatch {
url = "5ed77deb1b
.patch";
hash = "sha256-dvenK+EPTZJYXnyfKPdkvLp+zeUmsY9YrWpcGCzYStM=";
})
];
};
}
Note that we do have to re-declare the `src` we want, but I'm not sure
of a good way to avoid this while also sharing one set of patches
between the GHC and Hadrian builds.
2023-06-08 20:11:52 +02:00
ckie
b940b2455e
Merge pull request #236694 from usertam/patch/minecraft-server-pkg
2023-06-08 21:01:34 +03:00
Doron Behar
f50fc0cfc1
Merge pull request #236636 from r-ryantm/auto-update/cpp-utilities
...
cpp-utilities: 5.22.0 -> 5.23.0
2023-06-08 20:29:21 +03:00
toonn
782dbaf30f
Merge pull request #234859 from reckenrode/cctools-llvm
...
cctools-llvm: init at 11.1.0-973.0.1
2023-06-08 19:23:56 +02:00
K900
532ea30c52
Merge pull request #236687 from K900/kde-gear-23.04.2
...
kde/gear: 23.04.1 -> 23.04.2
2023-06-08 20:04:50 +03:00
7c6f434c
cc5586f88c
Merge pull request #236677 from wegank/xconq-darwin
...
xconq: add darwin support
2023-06-08 17:00:55 +00:00
Pol Dellaiera
3ea10b9d2c
Merge pull request #235852 from thoughtpolice/nixpkgs/gvisor-update
...
gvisor: 20221102.1 -> 20230529.0
2023-06-08 18:54:15 +02:00
Pol Dellaiera
9688969ecb
Merge pull request #235881 from zendo/upd/thiefmd
...
thiefmd: 0.2.5 -> 0.2.7
2023-06-08 18:52:30 +02:00
Fabian Affolter
8efae50f8b
Merge pull request #236547 from fabaff/favicon-pytest-runner
...
python311Packages.favicon: remove pytest-runner
2023-06-08 18:51:50 +02:00
Pol Dellaiera
2b321dbae0
Merge pull request #235888 from kirillrdy/ent
...
ent-go: 0.11.0 -> 0.12.3 and unpin go
2023-06-08 18:51:19 +02:00
Fabian Affolter
1e0caf4e11
Merge pull request #236623 from r-ryantm/auto-update/python310Packages.trimesh
...
python310Packages.trimesh: 3.21.7 -> 3.22.0
2023-06-08 18:50:59 +02:00
Pol Dellaiera
dcc6102683
Merge pull request #235893 from NotAShelf/waycorner
...
waycorner: init at 0.2.1
2023-06-08 18:50:31 +02:00
Fabian Affolter
da3c44fc48
Merge pull request #236624 from r-ryantm/auto-update/python310Packages.textual
...
python310Packages.textual: 0.26.0 -> 0.27.0
2023-06-08 18:50:16 +02:00
Fabian Affolter
6ae5941ed8
Merge pull request #236537 from fabaff/past-time-migrate
...
past-time: migrate to python3.pkgs.buildPythonApplication
2023-06-08 18:47:30 +02:00
Pol Dellaiera
822cdf259b
Merge pull request #236294 from iAmMrinal0/update/google-cloud-sdk
...
google-cloud-sdk: 426.0.0 -> 433.0.1
2023-06-08 18:46:53 +02:00
Pol Dellaiera
be6c9cb32f
Merge pull request #236504 from dotlambda/libdeltachat-1.116.0
...
libdeltachat: 1.115.0 -> 1.116.0
2023-06-08 18:43:29 +02:00
Pol Dellaiera
f0fc9fe22d
Merge pull request #236567 from l0b0/fix-activate-lints
...
nixos/modules: Fix ShellCheck lints
2023-06-08 18:42:38 +02:00
K900
588e307c65
kde/gear: 23.04.1 -> 23.04.2
2023-06-08 19:28:56 +03:00
Sandro
c4146925c7
Merge pull request #219156 from SuperSamus/pcsx2-qt
...
pcsx2: 1.7.3331 -> 1.7.4554
2023-06-08 18:28:34 +02:00
Florian Klink
308ab862b4
Merge pull request #236680 from emilylange/grafana-agent
...
grafana-agent: 0.33.2 -> 0.34.0
2023-06-08 19:28:21 +03:00
rnhmjoj
389cbc1e22
qutebrowser: 2.5.3 -> 2.5.4
2023-06-08 18:25:37 +02:00
Ryan Lahfa
a384c9b01d
Merge pull request #234030 from NixOS/cleanup-overlay-mounts
...
nixosTests: fix tests that relies on an empty rootfs using a bootloader
2023-06-08 18:20:23 +02:00
Sandro
d604f5fd92
Merge pull request #233482 from vdot0x23/submit/jpexs-18.4.1
...
jpexs: 15.0.0 -> 18.4.1
2023-06-08 18:19:58 +02:00
Sandro
efe2c76c30
Merge pull request #229956 from centromere/py-partiql-parser-0.3.0
...
python3Packages.py-partiql-parser: init at 0.3.3
2023-06-08 18:17:39 +02:00
usertam
c9e39860d8
minecraft-server: 1.19.4 -> 1.20
2023-06-09 00:11:19 +08:00
teh
88e640fd68
jsonnet: Build with cmake ( #236510 )
...
The current build doesn't install all necessary libraries to
use jsonnet from c/c++
2023-06-08 12:09:56 -04:00
Pol Dellaiera
609733b94b
Merge pull request #235282 from ereslibre/bump-unison-M4i
...
unison: M4h -> M4i
2023-06-08 18:02:15 +02:00
Sandro
a0aea46cc8
Merge pull request #236215 from cherryblossom000/spicetify-2.20.0
...
spicetify-cli: change sha256 to hash and don't use pname
2023-06-08 18:00:19 +02:00
figsoda
83e3797d0d
Merge pull request #236087 from romildo/upd.qogir-icon-theme
...
qogir-icon-theme: 2023-02-23 -> 2023-06-05
2023-06-08 11:17:29 -04:00
figsoda
6183e4f9a7
Merge pull request #235860 from terlar/add-pacproxy
...
pacproxy: init at 2.0.5
2023-06-08 11:14:38 -04:00
Weijia Wang
0828a6612d
rrdtool: unpin tcl-8_5
2023-06-08 18:07:38 +03:00
José Romildo Malaquias
a3288a144b
Merge pull request #236335 from Icy-Thought/Fluent-icon-theme
...
fluent-icon-theme: 2023-02-01 -> 2023-06-07
2023-06-08 12:05:49 -03:00
Weijia Wang
e8ef1bad1b
alpine: unpin tcl-8_5
2023-06-08 18:04:58 +03:00
emilylange
4b951d921e
grafana-agent: 0.33.2 -> 0.34.0
...
https://github.com/grafana/agent/blob/v0.34.0/CHANGELOG.md
https://github.com/grafana/agent/releases/tag/v0.34.0
diff: https://github.com/grafana/agent/compare/v0.33.2...v0.34.0
2023-06-08 17:03:50 +02:00
Weijia Wang
97a5d1c93a
xconq: add darwin support
2023-06-08 17:57:33 +03:00
figsoda
c184a80efa
Merge pull request #236563 from figsoda/erg
2023-06-08 10:56:27 -04:00
Raito Bezarius
89952f7bb6
nixosTests.luks: mount the host Nix store
...
Same rationale as in caf6f41e2e
.
2023-06-08 16:56:07 +02:00
Raito Bezarius
ff3936e14b
nixos/tests/lvm2/systemd-stage-1: mount the host Nix store
...
Same rationale as in caf6f41e2e
.
2023-06-08 16:56:04 +02:00
Raito Bezarius
59891e405d
nixosTests.systemd-initrd-networkd-ssh: bootDevice -> rootDevice
...
Missed deprecation fixup during the bootDisk PR.
2023-06-08 16:56:01 +02:00
Raito Bezarius
c1f0de6e20
nixosTests.systemd-initrd-luks-keyfile: mount the host Nix store
...
Same rationale as caf6f41e2e
.
2023-06-08 16:55:58 +02:00
Raito Bezarius
bbfedea0a1
nixosTests.systemd-initrd-luks-password: mount the host Nix store
...
Same rationale as caf6f41e2e
.
2023-06-08 16:55:55 +02:00