Commit Graph

76507 Commits

Author SHA1 Message Date
sternenseemann
da60f2dc9c haskell.compiler.ghcHEAD: 9.3.20220406 -> 9.5.20220921
Initial port of our GHC Nix expressions to the new hadrian build system,
as it has become required after 9.4. Unfortunately there are some
regressions affecting us, namely the inability to install a GHC
cross-compiler at the moment (see issue linked in relevant error
message). This means that a lot of specific configuration snippets for
cross-platforms and static compilation have been ported from make
speculatively, as we are unable to test them for the moment.
2022-09-22 16:18:17 +02:00
Vladimír Čunát
82ff645e17
Merge #191652: rr-unstable: remove 2022-09-22 14:33:34 +02:00
Maximilian Bosch
b2ec74836b
Merge pull request #191670 from Ma27/fix-hardened-kernel-update
linux/hardened: fix update script and build for 5.19
2022-09-22 11:03:31 +02:00
Mostly Void
733ce794b6
litefs: init at 0.2.0 2022-09-22 14:16:28 +05:30
Matthias Beyer
3f89093784
mdbook-open-on-gh: init at 2.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-22 07:52:41 +02:00
Fabian Affolter
f4b211eb91
Merge pull request #191806 from fabaff/ldapnomnom
ldapnomnom: init at unstable-2022-09-18
2022-09-22 00:46:12 +02:00
superherointj
e02ea2e9e2
Merge pull request #180325 from maj0e/patch-2
pkgsStatic.cctz: fix build
2022-09-21 18:08:49 -03:00
maj0e
fee7c83587 cctz: fix static build
The install targets were "install_hdrs"
and "install_shared_lib". The later is obviously not
correct for a static build and was changed to
"install_lib" (corresponds to libcctz.a) for that case.
2022-09-21 22:50:52 +02:00
Thomas Tuegel
55ebfc59e0
Merge pull request #191644 from NickCao/tdesktop
tdesktop: 4.1.1 -> 4.2.0, and required changes on kdeframework
2022-09-21 15:48:50 -05:00
Ulrik Strid
e2f9df093a ocamlPackages.mimic: 0.0.4 -> 0.0.5 2022-09-21 22:22:26 +02:00
Pascal Bach
cc75de61bb
Merge pull request #192284 from figsoda/cargo-vet
cargo-vet: init at 0.3.0
2022-09-21 21:29:04 +02:00
Pascal Bach
bf76a5254d
Merge pull request #192241 from peterromfeldhk/peter-infrahq
infra: init at 0.15.1
2022-09-21 21:22:14 +02:00
figsoda
0e1b0bdfa8 cargo-vet: init at 0.3.0 2022-09-21 15:06:32 -04:00
Jakub Kozłowski
944c6691fc
aws: remove, recommend awscli / awscli2 (#176707)
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-09-21 19:06:36 +02:00
maralorn
90eacab493 Merge branch 'master' into haskell-updates 2022-09-21 17:42:00 +02:00
quasigod-io
b0e0e80ddc nitch: init at 0.1.6 2022-09-21 10:40:06 -05:00
maralorn
39a02ce041 haskell.compiler: Don‘t filter redundant major version jobs 2022-09-21 17:20:16 +02:00
maralorn
122c082943 haskell.pkgsStatic: Fix missing minor version for hydr checks 2022-09-21 17:15:58 +02:00
maralorn
413c67c96d haskell.compiler.native-bignum: Readd missing minor versions 2022-09-21 17:10:59 +02:00
maralorn
188ea7b8c8 haskell.packages: Revert to minor version test names 2022-09-21 17:03:11 +02:00
Ulrik Strid
1ef96c2f24 ocamlPackages.dns: 6.1.4 -> 6.3.0 2022-09-21 16:40:33 +02:00
maralorn
b6f1e6a1b2 haskell.packages: Show minor version in test names 2022-09-21 16:23:37 +02:00
maralorn
e2c6425398
Merge pull request #191991 from maralorn/drop-minor-versions
haskell.{compiler,packages}: Add aliases without minor versions
2022-09-21 16:15:48 +02:00
superherointj
29296ae861
Merge pull request #192228 from yu-re-ka/musl-game-music-emu
pkgsMusl.game-music-emu: fix build
2022-09-21 10:26:16 -03:00
Yureka
54ce4e4eaa game-music-emu: to pkgs/development/libraries 2022-09-21 15:21:35 +02:00
Peter Romfeld
9b454809d3
infra: init at 0.15.1 2022-09-21 15:23:18 +03:00
Pavol Rusnak
0615155dab
Merge pull request #192100 from prusnak/elements-aarch64-darwin
elements: fix build on aarch64-darwin (apply changes from bitcoin)
2022-09-21 11:46:44 +02:00
Pavol Rusnak
cbcdc23b9d
elements: apply fixes from bitcoin package 2022-09-21 11:46:17 +02:00
Sandro
a904ff1f66
Merge pull request #190885 from hexagonal-sun/sdrangel-update 2022-09-21 11:34:02 +02:00
Marcello Nuccio ARPAE
46a8195784 subversion: openssl_3 -> openssl_1_1 to fix https lock
Subversion hangs when accessing an HTTPS repository.
Rollback to openssl_1_1 fixes the problem.

Setting `openssl = openssl_1_1` only for subversion is not enough.
I had to also set it for the `aprutil` instance used by the `serf`
library used by `subversion`. I do not know if this is a distinct bug.

I first reported the problem at
https://discourse.nixos.org/t/how-to-find-what-has-changed-between-two-builds-of-a-derivation/21854?u=mnuccioarpae
2022-09-21 11:17:25 +02:00
Sandro
7dac364af1
Merge pull request #191874 from figsoda/cargo-ui 2022-09-21 11:12:50 +02:00
Fabian Affolter
289bfcc2d0
Merge pull request #191891 from firefly-cpp/overpy
python310Packages.overpy: init at 0.6
2022-09-21 11:07:43 +02:00
Fabian Affolter
98d31c3eb9
Merge pull request #191758 from fabaff/crackql
crackql: init at unstable-20220821
2022-09-21 09:44:57 +02:00
Fabian Affolter
ec89c502c7
Merge pull request #192023 from fabaff/coercer
coercer: init at 1.6
2022-09-21 09:35:43 +02:00
Fabian Affolter
c1ca27703d
Merge pull request #192049 from fabaff/silenthound
silenthound: init at unstable-2022-09-02
2022-09-21 09:31:32 +02:00
Fabian Affolter
a18e1bba42 coercer: init at 1.6 2022-09-21 09:16:16 +02:00
Fabian Affolter
b6d0414b22 ldapnomnom: init at unstable-2022-09-18 2022-09-21 09:12:39 +02:00
Fabian Affolter
dfa4a33001 dismember: init at 0.0.1 2022-09-21 09:11:47 +02:00
Fabian Affolter
9e4208c8c7 crackql: init at unstable-20220821 2022-09-21 09:08:07 +02:00
Fabian Affolter
8c63069284
Merge pull request #191749 from fabaff/graphinder
graphinder: init at 1.11.5
2022-09-21 09:05:23 +02:00
Bryan A. S
31857704c9 kubeswitch: init at 0.7.2 2022-09-21 02:31:46 -03:00
maralorn
fae2ff5c03 haskell.{compiler,packages}: Add aliases without minor versions 2022-09-21 05:51:28 +02:00
Jonas Heinrich
490f918fe6 popcorntime: init at 0.4.9
Co-authored-by: VolodiaPG
2022-09-20 23:05:08 -04:00
Nick Cao
5c2ab1bfaf
casync: fix cross compilation by passing the correct sphinx 2022-09-21 10:14:12 +08:00
Ivv
647068fb46
Merge pull request #191233 from bezmuth/mynewt-newtmgr
mynewt-newtmgr: init at 1.10.0
2022-09-20 23:34:15 +02:00
Ivv
8349aff764
Merge pull request #191522 from benley/cf-terraforming
cf-terraforming: init at 0.8.5
2022-09-20 23:19:01 +02:00
Jan Tojnar
b66c75e1e8 webkitgtk_5_0: init 2022-09-20 19:35:24 +02:00
Bernardo Meurer
e639bc8c53
Merge pull request #192085 from helsinki-systems/fix/xidel-fix-ssl 2022-09-20 12:33:11 -03:00
Sandro
a00c8f2667
Merge pull request #187873 from SuperSandro2000/rsyslog 2022-09-20 17:03:24 +02:00
ajs124
ab24bf4de2 xidel: fix openssl connections 2022-09-20 16:27:49 +02:00
figsoda
078c6493e1
Merge pull request #191821 from figsoda/cargo-auditable
cargo-auditable: init at 0.5.1
2022-09-20 09:44:48 -04:00
Jonas Heinrich
3128b2fc43
Merge pull request #191465 from McSinyx/explain
libexplain: init at 1.4
2022-09-20 14:14:36 +02:00
Jonas Heinrich
0439f0d1dc
Merge pull request #145443 from KAction/python/sphinxemoji
python3.pkgs.sphinxcontrib-sphinxemoji: init at 0.2.0
2022-09-20 14:04:31 +02:00
firefly-cpp
11804e7aeb python310Packages.overpy: init at 0.6 2022-09-20 12:43:37 +02:00
Jonas Heinrich
d61c6f262f
Merge pull request #191883 from tjni/xcaddy
xcaddy: init at 0.3.1
2022-09-20 11:44:11 +02:00
Nguyễn Gia Phong
5783f096f3
explain: init at 1.4 2022-09-20 18:40:00 +09:00
Fabian Affolter
575d83db50 silenthound: init at unstable-2022-09-02 2022-09-20 10:59:34 +02:00
Fabian Affolter
a6b17313d3
Merge pull request #192026 from fabaff/dbus-fast
python310Packages.dbus-fast: init at 1.4.0
2022-09-20 09:37:36 +02:00
Fabian Affolter
bdd683f09c python310Packages.dbus-fast: init at 1.4.0 2022-09-20 09:14:16 +02:00
Uri Baghin
24ac72e8a1
Merge pull request #147649 from veprbl/pr/bazel_darwin_sandbox_fix
buildBazelPackage: fix sandboxed builds on darwin
2022-09-20 16:18:14 +10:00
Fabian Affolter
263f1e2be3
Merge pull request #191772 from fabaff/dbmonster
dbmonster: init at unstable-2022-09-17
2022-09-20 08:16:19 +02:00
Uri Baghin
9a3b4264c2
Merge pull request #183763 from LibreCybernetics/update-idea-community
jetbrains.jdk: openjdk11 (11.0.13-b1751.25) → openjdk17 (17.0.3-b469.37)
2022-09-20 14:17:38 +10:00
Uri Baghin
7ce637bc99 bazel_5: fix sandbox 2022-09-20 14:01:39 +10:00
Anderson Torres
9cca3b5829
Merge pull request #189873 from cafkafk/init_grb_vul_update
grb unstable init, vul 2020-02-15 -> 2022-07-02
2022-09-19 23:47:24 -03:00
figsoda
37cc765b36
Merge pull request #191845 from figsoda/cargo-hack
cargo-hack: init at 0.5.18
2022-09-19 16:53:18 -04:00
Nikolay Korotkiy
57ec8cf4b3
spatialite_gui: init at 2.1.0-beta1 2022-09-19 21:18:20 +03:00
Nikolay Korotkiy
08eb1cf02c
librasterlite2: init at 1.1.0-beta1 2022-09-19 21:18:19 +03:00
Nikolay Korotkiy
360d74ec52
virtualpg: init at 2.0.1 2022-09-19 21:18:13 +03:00
Robert Scott
0851743b88
Merge pull request #191739 from viraptor/miniupnpc-fix-darwin
python310Packages.miniupnpc: fix darwin build
2022-09-19 17:59:45 +01:00
Robert Scott
6a9da90be3
Merge pull request #191734 from viraptor/liquid-dsp-fix-darwin
liquid-dsp: fix darwin build
2022-09-19 16:59:53 +01:00
Doron Behar
152aad4f85 svg2pdf: init at 0.4.0 2022-09-19 18:21:13 +03:00
Robert Scott
ec72edfa90
Merge pull request #189712 from azahi/mold
mold: 1.4.0 -> 1.4.2
2022-09-19 15:54:47 +01:00
Robert Scott
94d8deeb8b
Merge pull request #191706 from sikmir/gaia-sins
spatialite_tools: enable on darwin, fix cross-compilation
2022-09-19 15:38:27 +01:00
superherointj
3e498ed29a
Merge pull request #191271 from vbgl/ocaml-happy-eyeballs-mirage
ocamlPackages.happy-eyeballs-{mirage,lwt}: init at 0.1.3
2022-09-19 09:55:56 -03:00
Fabian Affolter
bdb3b5af29
Merge pull request #191817 from fabaff/rich-click
python310Packages.rich-click: init at 1.5.2
2022-09-19 13:25:49 +02:00
Nikolay Korotkiy
5fbc12bd70
spatialite_tools: move to applications/gis 2022-09-19 10:45:09 +03:00
Theodore Ni
157918af5d
xcaddy: init at 0.3.1.
A tool that can be used to build the Caddy webserver with plugins.

It functions as its own package manager and calls out to the network, so
it can't build Caddy in nixpkgs, but it's useful for environments that:

1. Do not need sandboxed and reproducible builds.

2. Pin Caddy and plugin versions when using the tool and trust it to be
   a reproducible, fixed derivation.
2022-09-18 23:49:04 -07:00
Vladimír Čunát
72248c9ee4
Merge #185559: xdp-tools: init at 1.2.5 2022-09-19 07:11:59 +02:00
figsoda
be7e2b4ebb cargo-ui: init at 0.3.2 2022-09-18 22:40:20 -04:00
Fabián Heredia Montiel
f8a5339532 openjdk17-bootstrap: adoptopenjdk16 → adoptopenjdk17 2022-09-18 20:52:40 -05:00
figsoda
8a5b9ee7b7
Merge pull request #191850 from figsoda/cargo-temp
cargo-temp: init at 0.2.13
2022-09-18 21:31:00 -04:00
Stanisław Pitucha
b6a2280681 liquid-dsp: fix darwin build 2022-09-19 10:28:16 +10:00
Vladimír Čunát
797d7c7b9e xdp-tools: various improvements 2022-09-19 01:27:54 +02:00
tirex
6f19e6eb54 xdp-tools: init at 1.2.5 2022-09-19 01:27:54 +02:00
Johannes Maier
2bf24a23c6 nim: use openssl_1_1
This unbreaks the 'nimble' executable, and also fixes #191314.

Nim itself is already capable to work with version 3 of openssl, but
no release has been made yet.
2022-09-18 16:36:35 -05:00
deliciouslytyped
7f60529b07 curl-impersonate-bin: init at v0.5.3 2022-09-18 23:01:55 +02:00
figsoda
dbb5a3db1a cargo-temp: init at 0.2.13 2022-09-18 16:55:11 -04:00
figsoda
df1d3be7f4 cargo-hack: init at 0.5.18 2022-09-18 16:12:31 -04:00
Mario Rodas
9413ebb2e1
Merge pull request #165354 from xeals/openjdk18
openjdk18: init at 18+37
2022-09-18 14:55:17 -05:00
Robert Scott
b4a3f18535
Merge pull request #189993 from cpcloud/bump-duckdb
duckdb: 0.4.0 -> 0.5.0
2022-09-18 20:12:42 +01:00
Benjamin Staffin
fbbdf71922 cf-terraforming: init at 0.8.5 2022-09-18 14:28:07 -04:00
figsoda
3f64d37f54 cargo-auditable: init at 0.5.1 2022-09-18 13:27:46 -04:00
Fabian Affolter
2ba8420c40 python310Packages.rich-click: init at 1.5.2 2022-09-18 18:57:05 +02:00
cafkafk
441730b4e8
grb: init at 2022-07-02 2022-09-18 17:01:01 +02:00
Christian Kögler
56d93547f0
Merge pull request #189833 from atemp/emp_ddnet_16.3
ddnet: 16.3.1 -> 16.3.2
2022-09-18 16:23:03 +02:00
Vincent Laporte
af34e3be8c ocamlPackages.cmdliner: default to 1.1
ocamlPackages.alcotest: 1.5.0 → 1.6.0

ocamlPackages.crowbar: 0.2 → 0.2.1

ocamlPackages.dune-release: 1.5.1 → 1.6.2

ocamlPackages.functoria: 3.1.1 → 4.2.0

ocamlPackages.mirage: 3.10.7 → 4.2.0

ocamlPackages.irmin-pack: disable checks

ocamlPackages.mdx: disable checks

ocamlPackages.git-unix: mark as broken
2022-09-18 15:03:10 +02:00
Bobby Rong
5a2308027f
Merge pull request #190972 from anthonyroussel/github-desktop-3.0.6
github-desktop: 3.0.5 -> 3.0.6
2022-09-18 19:50:17 +08:00
Phillip Cloud
0ee4feb865
python3Packages.sqlglot: init at 6.0.7 2022-09-18 07:23:12 -04:00
Fabian Affolter
7d6c33a847
Merge pull request #191640 from fabaff/aiosmb-bump
python310Packages.aiosmb: 0.3.8 -> 0.4.2
2022-09-18 12:47:01 +02:00
Maximilian Bosch
073f7b179c
nixos/kernel-generic: build linux_5_19_hardened 2022-09-18 12:13:58 +02:00