Commit Graph

412846 Commits

Author SHA1 Message Date
Vladimír Čunát
c45e994e4a
osl: fixup paths in .pc files 2022-09-28 18:27:55 +02:00
Vladimír Čunát
07de498c77
Revert "rnp: fix path in pkg-config file"
This reverts commit d5f218a228.
The patch was included, probably since update in commit 74f8cdc555.
2022-09-28 18:27:55 +02:00
Martin Weinelt
ccce3fcb58
python3Packages.grpcio-tools: relax protobuf constraint 2022-09-28 18:14:29 +02:00
Vladimír Čunát
7e40546eb6
miniz: fixup paths in .pc file 2022-09-28 18:08:11 +02:00
Vladimír Čunát
9db13aa27d
libsurvive: fixup paths in more .pc files 2022-09-28 18:03:44 +02:00
Vladimír Čunát
ad0a72fe94
the-foundation: fixup paths in .pc file 2022-09-28 17:53:42 +02:00
Vladimír Čunát
9e8bf24e48
rtrlib: fix paths in .pc file 2022-09-28 17:48:27 +02:00
Vladimír Čunát
23b3d4fb8e
folly: fix paths in .pc file 2022-09-28 17:48:17 +02:00
Vladimír Čunát
a2a2ffbd50
dsdcc: fixup paths in .pc file 2022-09-28 17:40:10 +02:00
Vladimír Čunát
5179c42f14
csdr: fixup paths in .pc file 2022-09-28 17:24:05 +02:00
Vladimír Čunát
64c44b3798
codecserver: fixup paths in .pc file 2022-09-28 17:22:04 +02:00
Vladimír Čunát
c644ed7108
cg3: fixup paths in .pc file 2022-09-28 17:19:23 +02:00
Vladimír Čunát
d713eced06
rocksdb: fix .pc handling in all three versions
I didn't realize the same nix expression is used for different
rocksdb versions.
2022-09-28 17:16:08 +02:00
Martin Weinelt
7da8d25d87 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-28 17:15:11 +02:00
Martin Weinelt
530b2323c9
Merge pull request #193342 from pstn/element-1.11.7 2022-09-28 17:09:16 +02:00
Vladimír Čunát
7ddee326c2
gromacs*: fixup paths in .pc files 2022-09-28 16:48:34 +02:00
David Warde-Farley
a81954b818 Fix docs. 2022-09-28 10:48:10 -04:00
David Warde-Farley
c3e75d4931 Use null instead of empty string.
Per @aanderse in 7556fd7.
2022-09-28 10:48:10 -04:00
David Warde-Farley
0d5a365f61 caddy: Omit --adapter from invocations if empty string supplied
This allows specifying configuration in the natively processed Caddy JSON format.

Fixes #153142.
2022-09-28 10:48:10 -04:00
R. Ryantm
166962b72e mimir: 2.3.0 -> 2.3.1 2022-09-28 10:43:04 -04:00
Philipp
11ec6f92e7 element-{web,desktop}: 1.11.5 -> 1.11.7 2022-09-28 16:42:30 +02:00
Jörg Thalheim
5a40dfaf4b
Merge pull request #193338 from hercules-ci/systemd-oomd-mdDoc-fix
nixos/systemd/oomd: mdDoc fix
2022-09-28 16:39:45 +02:00
polygon
5700835116 siril: 1.0.3 -> 1.0.5 2022-09-28 09:37:11 -05:00
Robert Hensing
d1f0a6d972 nixos/systemd/oomd: mdDoc fix 2022-09-28 16:07:42 +02:00
Pavol Rusnak
854fdc6888
Merge pull request #193325 from prusnak/electrum
electrum: 4.3.1 -> 4.3.2
2022-09-28 15:01:16 +02:00
Luflosi
e2cc8bdf30
ipfs-cluster: 1.0.2 -> 1.0.4 (#191671) 2022-09-28 14:57:47 +02:00
Bernardo Meurer
2e0cca58f0
Merge pull request #169613 from helsinki-systems/feat/systemd-oomd 2022-09-28 09:53:49 -03:00
Pavol Rusnak
a89b27942c
electrum: 4.3.1 -> 4.3.2 2022-09-28 14:28:56 +02:00
Alexander Bantyev
f56d319e68
Merge pull request #193266 from danielbarter/kanshi_update
kanshi: 1.2.0 -> 1.3.0
2022-09-28 16:28:16 +04:00
aszlig
8f98a6d39b check-meta: Add isHydraChannel
This is needed in order to mark a certain derivation containing a Nix
expression tarball to Hydra so that it is recognised as a channel.

When I first got an evaluation error due to using this meta attribute, I
was under the impression that nobody outside of Vuizvui[1] is using this
feature and that we don't have any occurrence of isHydraChannel in
Nixpkgs.

However, when working around[2] the issue I assumed that it's not
something that should be included in Nixpkgs because we're not using it
there.

It turned out that my assumption was wrong and we *do* use the attribute
in Nixpkgs, namely via releaseTools.channel, which is similar to what
we're doing in Vuizvui.

Since we already include a bunch of undocumented attributes in
metaTypes, it only makes sense to add isHydraChannel as well since it's
actually documented in the Hydra documentation[3].

[1]: https://github.com/openlab-aux/vuizvui
[2]: https://github.com/openlab-aux/vuizvui/commit/e0685e81b3fdc43a272f0
[3]: 53335323ae/doc/manual/src/jobs.md (meta-fields)

Signed-off-by: aszlig <aszlig@nix.build>
2022-09-28 14:12:45 +02:00
Robert Hensing
b6fe86fd45 rabbitmq-server: Remove unused builder variable 2022-09-28 13:41:42 +02:00
Robert Hensing
6200d85eb4 rabbitmq-server: Use openssl_1_1 to fix config decryption
Fixes #192499, nixosTests.rabbitmq

Reverts the openssl upgrade introduced in
0565276a07
2022-09-28 13:41:42 +02:00
Robert Hensing
9480b59b45 nixosTests.rabbitmq: Test config decryption (fails) 2022-09-28 13:41:42 +02:00
sternenseemann
f201ee917d
Merge pull request #192852 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-09-28 12:27:35 +02:00
Jonas Heinrich
7729c1abb4
Merge pull request #193105 from r-ryantm/auto-update/pgloader
pgloader: 3.6.7 -> 3.6.8
2022-09-28 12:13:32 +02:00
sternenseemann
f72f245d35 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-09-28 12:12:18 +02:00
sternenseemann
12c22babec haskellPackages.servant-polysemy: mark as broken 2022-09-28 12:12:05 +02:00
sternenseemann
dec0fefd52 haskellPackages.disco: run offline tests only 2022-09-28 12:12:05 +02:00
Jonas Heinrich
ca7bc71421
Merge pull request #192954 from fabaff/testcontainers-bump
python310Packages.testcontainers: 3.5.0 -> 3.7.0
2022-09-28 11:56:07 +02:00
Robert Hensing
7f0d934f9a
Merge pull request #191540 from hercules-ci/nixosTest-modular
nixosTest: make modular
2022-09-28 10:27:45 +01:00
R. RyanTM
46e8398474
python310Packages.google-cloud-spanner: 3.21.0 -> 3.22.0 (#193252)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-09-28 11:13:39 +02:00
Fabian Affolter
b397eb1269
Merge pull request #193292 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.48.0 -> 2.49.0
2022-09-28 10:46:45 +02:00
Fabian Affolter
e748963cdd
Merge pull request #193288 from fabaff/yalexs-bump
python310Packages.yalexs: 1.2.1 -> 1.2.3
2022-09-28 10:45:38 +02:00
Fabian Affolter
d37e260828
Merge pull request #193287 from fabaff/aiopyarr-bump
python310Packages.aiopyarr: 22.7.0 -> 22.9.0
2022-09-28 10:45:26 +02:00
Fabian Affolter
568a03cfb7
Merge pull request #193286 from fabaff/dbus-fast-bump
python310Packages.dbus-fast: 1.15.1 -> 1.17.0
2022-09-28 10:45:15 +02:00
Fabian Affolter
4961035255
Merge pull request #193117 from r-ryantm/auto-update/python310Packages.hmmlearn
python310Packages.hmmlearn: 0.2.7 -> 0.2.8
2022-09-28 10:42:08 +02:00
Jonas Heinrich
3d9d69b341
Merge pull request #193106 from r-ryantm/auto-update/pixelorama
pixelorama: 0.10.2 -> 0.10.3
2022-09-28 10:33:24 +02:00
Jonas Heinrich
79cef37b6d
Merge pull request #193109 from pkharvey/pk/stm8flash
stm8flash: init at 2022-03-27
2022-09-28 10:29:40 +02:00
Jonas Heinrich
d65262c2e4
Merge pull request #170180 from r-ryantm/auto-update/gensio
gensio: 2.3.7 -> 2.5.5
2022-09-28 10:28:44 +02:00
Frederik Rietdijk
d5f27c97b8 python3Packages.skl2onnx: init at 1.13 2022-09-28 10:27:50 +02:00