Commit graph

37890 commits

Author SHA1 Message Date
Martin Weinelt 7944ea7b66
prometheus-kea-exporter: init at 0.4.2 2021-05-12 21:51:44 +02:00
Robert Schütz d099e7558e mono: 5 -> 6 2021-05-12 21:32:40 +02:00
Robert Schütz 808d88971a
Merge pull request #121058 from winterqt/init-jesec-rtorrent
rtorrent-jesec: init at 0.9.8-r11
2021-05-12 20:42:32 +02:00
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot] f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Winter 0c6b4f2c75 rtorrent-jesec: init at 0.9.8-r11 2021-05-12 13:43:30 -04:00
Winter ce6d077290 libtorrent-jesec: init at 0.13.8-r1 2021-05-12 13:43:30 -04:00
Sandro f8a1317749
Merge pull request #121524 from Mdsp9070/earthly 2021-05-12 18:49:20 +02:00
Martin Weinelt a18880bf72 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-12 18:28:03 +02:00
Sandro 78f2bae18d
Merge pull request #122639 from stephank/fix-atuin-darwin
atuin: fix darwin build
2021-05-12 18:16:41 +02:00
Sandro 76e3279009
Merge pull request #122636 from rmcgibbo/vips
vips: fix darwin
2021-05-12 18:15:41 +02:00
Sandro d2d634c6ca
Merge pull request #122699 from legendofmiracles/steam-tui
steam-tui: init at 0.1.0
2021-05-12 17:29:00 +02:00
Maximilian Bosch 026b5c14ee
jiq: init at 0.7.1 2021-05-12 16:13:05 +02:00
legendofmiracles 7dd35786f3
steam-tui: init at 0.1.0 2021-05-12 05:53:36 -06:00
github-actions[bot] e2cf474986
Merge staging-next into staging 2021-05-12 06:21:36 +00:00
github-actions[bot] d8fb37f470
Merge master into staging-next 2021-05-12 06:21:33 +00:00
davidak 4beb9ae883
Merge pull request #122465 from MetaDark/mangohud
mangohud: 0.4.1 → 0.6.1
2021-05-12 07:49:01 +02:00
John Ericson d63b57ef34
Merge pull request #122655 from Ericson2314/bootstrapping-consistency
treewide: Some LLVM / bootstrapping / cross cleanups especially for consistency
2021-05-11 23:32:32 -04:00
fortuneteller2k 8f02e3bb29 bottom: add missing dependencies when on darwin 2021-05-12 11:13:57 +09:00
davidak afc1b5220e
Merge pull request #122438 from xaverdh/linux-5.12
linux_5_12: init at 5.12.2
2021-05-12 02:58:55 +02:00
github-actions[bot] 5c4cda9988
Merge staging-next into staging 2021-05-12 00:50:13 +00:00
github-actions[bot] 5a513ae14b
Merge master into staging-next 2021-05-12 00:50:10 +00:00
John Ericson 37194a325d treewide: Try to make a few bootstrapping things more consistent
- Introduce `preLibcCrossHeaders` to bootstrap libgcc and compiler-rt
  the same way.

- Organize LLVM bintools as `bintools{-unwrapped,,NoLibc}` for
  consistency with GNU Binutils and Apple's cctools.

- Do Android changes for all `llvmPackages` for consistency.

- Improve the way the default GCC and LLVM versions are selected.
2021-05-12 00:14:56 +00:00
Maciej Krüger 9c19ef7cf2
Merge pull request #120141 from DavHau/davhau-nixFlakes-enable-flakes 2021-05-12 02:07:17 +02:00
Bradley Walters ffaa531239
minipro: init at 0.5 2021-05-11 17:53:37 -06:00
Matheus de Souza Pessanha ee6e39fdb8 maintainers: add mdsp
removed non alphabetically sorted mdsp maintainer

remove trailing whitespace in pkgs/top-level/all-packages.nix:2377

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-11 19:34:51 -03:00
John Ericson cf02b24813 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-11 22:30:46 +00:00
Stéphan Kochen d8094789f3 atuin: fix darwin build 2021-05-11 23:02:05 +02:00
Robert T. McGibbon c7b3d9522b vips: fix darwin 2021-05-11 16:54:27 -04:00
ajs124 85784a66c8
Merge pull request #120924 from helsinki-systems/pkg/icinga2
icinga2: Init at 2.12.3
2021-05-11 22:44:22 +02:00
github-actions[bot] 37c26a396b
Merge master into staging-next 2021-05-11 18:28:07 +00:00
Kira Bruneau c3a52c2a27 mangohud: 0.4.1 → 0.6.1 2021-05-11 12:52:12 -04:00
John Ericson 912c8262b4
Merge pull request #117591 from s1341/android_non_prebuilt
treewide: Support aarch64-android using minimal prebuilt components
2021-05-11 12:49:53 -04:00
John Ericson 032a1e4478
Merge pull request #122522 from Ericson2314/glibc-pname
glibc, libiconv: use pname and version
2021-05-11 11:47:21 -04:00
s1341 1e1d29c2af treewide: Support aarch64-android using minimal prebuilt components
This PR adds a new aarch64 android toolchain, which leverages the
existing crossSystem infrastructure and LLVM builders to generate a
working toolchain with minimal prebuilt components.

The only thing that is prebuilt is the bionic libc. This is because it
is practically impossible to compile bionic outside of an AOSP tree. I
tried and failed, braver souls may prevail. For now I just grab the
relevant binaries from https://android.googlesource.com/.

I also grab the msm kernel sources from there to generate headers. I've
included a minor patch to the existing kernel-headers derivation in
order to expose an internal function.

Everything else, from binutils up, is using stock code. Many thanks to
@Ericson2314 for his help on this, and for building such a powerful
system in the first place!

One motivation for this is to be able to build a toolchain which will
work on an aarch64 linux machine. To my knowledge, there is no existing
toolchain for an aarch64-linux builder and an aarch64-android target.
2021-05-11 15:39:08 +00:00
Sandro b1eb90c00f
Merge pull request #122454 from nixbitcoin/XD 2021-05-11 17:31:33 +02:00
Sandro c14ea7e2dd
Merge pull request #122584 from diogox/master
evans: init at 0.9.3
2021-05-11 17:21:27 +02:00
Sandro eb80b70b67
Merge pull request #121714 from rnhmjoj/tnat64
tnat64: init at 0.05
2021-05-11 17:20:14 +02:00
rnhmjoj 64f2ba269f
tnat64: init at 0.05 2021-05-11 16:16:13 +02:00
Diogo Xavier c7888b5832 evans: init at 0.9.3 2021-05-11 14:46:57 +01:00
Jonas Chevalier 9285be37b8
Merge pull request #122013 from DiegoLelis/kops
kops_1_19: init at 1.19.2
2021-05-11 15:38:19 +02:00
github-actions[bot] 309163aed7
Merge staging-next into staging 2021-05-11 12:24:31 +00:00
github-actions[bot] 1e7a48b474
Merge master into staging-next 2021-05-11 12:24:28 +00:00
nixbitcoin 315d082952
xd: init at 0.4.0 2021-05-11 11:21:25 +00:00
Vladimír Čunát 8eabe2ecc5
Merge #115235: gcc: native aarch64-darwin support 2021-05-11 12:12:04 +02:00
David Wood d9a4bb19b2
rustup-toolchain-install-master: init at 1.7.3
Signed-off-by: David Wood <david.wood@codeplay.com>
2021-05-11 11:07:50 +01:00
Winter 93123faae0
bottom-rs: init at unstable-2021-04-27 (#120937)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-11 11:46:24 +02:00
Stéphan Kochen 67e530be79 cargo-msrv: fix darwin build 2021-05-11 10:33:52 +02:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
Jörg Thalheim 0f0660d8ef
nvidia_x11_legacy304: remove
The patch used to build is no longer available.
We only have one kernel 4.14 that could theoretical build with it?
2021-05-11 08:36:21 +02:00
github-actions[bot] 10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
Jörg Thalheim 7443049b93
pyright: also add to all-packages for better visibility 2021-05-11 06:58:07 +02:00
Dmitry Kalinkin 8366be903c
Merge pull request #122493 from onsails/nym
nym: fix build on darwin
2021-05-10 23:49:42 -04:00
Zane van Iperen f4b90cf6d0
rpcs3: 0.0.12-12199-b8477a470 -> 0.0.16-12235-a4f4b81e6
Additionally:
* Use system libcurl, so the patch downloader can work
* Use system zlib
* Use system libusb
* Add note about using system WolfSSL
* Enable SDL2, so the FAudio backend can work
* Change license to gpl2Only, as per [1]

[1]: https://github.com/RPCS3/rpcs3/issues/10255#issuecomment-835512840
2021-05-11 13:26:45 +10:00
Robin Gloster 5b3634881b
prometheus: 2.23.0 -> 2.26.0 2021-05-10 22:23:29 -05:00
Evils b8a7603c6d pycflow2dot: init at 0.2.3 2021-05-10 19:20:33 -07:00
Ivan Babrou 4aa95e3312 gcc: native aarch64-darwin support 2021-05-10 19:07:30 -07:00
github-actions[bot] 49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
David aaa16732ce rebar3: add rebar3WithPlugins 2021-05-11 08:59:57 +09:00
Sandro 124eb1c9d2
Merge pull request #122169 from onsails/atuin 2021-05-11 01:20:39 +02:00
Sandro 711ad46bd6
Merge pull request #122371 from stephank/fix-tremor-darwin
tremor-rs: build on darwin
2021-05-11 00:43:46 +02:00
Kira Bruneau 3bd456e4b4 ccache: 4.2.1 → 4.3 2021-05-10 18:11:25 -04:00
Andrey Kuznetsov c8eef2ab21
atuin: init at 0.7.1 2021-05-10 21:55:36 +00:00
Andrey Kuznetsov f4839bfc43
nym: fix build on darwin 2021-05-11 00:35:08 +03:00
Robert Schütz 7217b2d85e
Merge pull request #121785 from dotlambda/dendrite-rename
matrix-dendrite: rename to dendrite
2021-05-10 23:30:12 +02:00
John Ericson d0ffd9e705 glibcIconv adapter
Assume pname and version.
2021-05-10 20:56:42 +00:00
github-actions[bot] 61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
Vladimír Čunát 09a56d71bb
Merge #121759: gfortran11, gnat11: init at 11.1.0 2021-05-10 19:52:49 +02:00
Sandro 452821eae1
Merge pull request #122168 from joachimschmidt557/add-timew-sync-server 2021-05-10 19:24:05 +02:00
Sandro 3bfb2fc8f2
Merge pull request #121964 from fortuneteller2k/add-hilbish
hilbish: init at 0.4.0
2021-05-10 19:19:38 +02:00
Sandro 6cdfb34f08
Merge pull request #122153 from xfnw/xcd 2021-05-10 19:17:53 +02:00
Sandro 0f96565e0f
Merge pull request #122446 from misuzu/sofia-sip-darwin 2021-05-10 19:08:04 +02:00
Michael Raskin c9fb926b3d
Merge pull request #122356 from 7c6f434c/stumpwm-alias
stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop
2021-05-10 16:48:25 +00:00
Matheus de Souza Pessanha a669f2a0e4 earthly: init at 0.5.11
Update pkgs/top-level/all-packages.nix; Added earthly

Do check tests

created personal handle in maintainers/maintainer-list.nix

preppended "debugger" and "shellrepeater" binaries with earthly-* to avoid collisions

fixed earthly package maintainer name
2021-05-10 13:01:27 -03:00
Guillaume Girol 0cfa5cc54f
pdfpc: fix build by using older vala (#122372) 2021-05-10 16:49:33 +02:00
Hyzual cad7a9793d goss: init at 0.3.16
Co-authored-by: j-k <dev@j-k.io>
2021-05-10 15:33:28 +02:00
misuzu 91be397a43 sofia_sip: fix darwin build 2021-05-10 16:04:03 +03:00
github-actions[bot] 7ce907b413
Merge staging-next into staging 2021-05-10 12:24:36 +00:00
github-actions[bot] 115881e756
Merge master into staging-next 2021-05-10 12:24:32 +00:00
Dominik Xaver Hörl db0294aa60 linux_5_12: init at 5.12.2 2021-05-10 11:43:23 +02:00
Peter Hoeg 0b973eaa94 audacity-gtk3: re-introduce at 3.0.2 2021-05-10 17:38:37 +08:00
Emery Hemingway b593afbfb6 nicotine-plus: 1.4.1 -> 3.0.6 2021-05-10 10:10:12 +02:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Dmitry Kalinkin a5fd5c36ce beamerpresenter: fix darwin build 2021-05-10 02:56:24 -04:00
github-actions[bot] 1e3d91bd19
Merge master into staging-next 2021-05-10 00:48:32 +00:00
Anderson Torres d03fbbf4f4
Merge pull request #121625 from AndersonTorres/new-cardboard
cardboard: init at 0.0.0-unstable=2021-01-21
2021-05-09 20:41:28 -03:00
Stéphan Kochen e28009cef5 tremor-rs: build on darwin 2021-05-09 21:19:17 +02:00
Alex Eyre cefc7af063 nimbo: init at 0.2.4
nimbo: make python3 version agnostic

nimbo: run nixfmt

nimbo: move out of python-modules and package as application

nimbo: switch to buildPythonApplication from buildPythonPackage

Update pkgs/applications/misc/nimbo/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-09 11:41:30 -07:00
davidak 8dc6fccf32 timeline: init at 2.4.0 2021-05-09 11:28:21 -07:00
Robin Gloster a5a0671ba1
opsdroid: init at 0.22.0 2021-05-09 12:05:29 -05:00
Michael Raskin 10854c5a4d stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop 2021-05-09 17:14:07 +02:00
joachimschmidt557 d7e62a766c
timew-sync-server: init at 1.0.0 2021-05-09 22:06:10 +08:00
github-actions[bot] bc1f4b790e
Merge master into staging-next 2021-05-09 12:23:16 +00:00
Michael Raskin 0bb11cb37b
Merge pull request #122251 from 7c6f434c/monotone-update
monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1
2021-05-09 10:03:37 +00:00
Michael Raskin ca365f6946 monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1 2021-05-09 11:18:20 +02:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Jonathan Ringer 76ab96811b creduce: fix llvm build 2021-05-08 18:13:45 -07:00
Jonathan Ringer 88beb7d77e cvis: fix llvm build 2021-05-08 18:13:45 -07:00
xfnw 86ac115276 xcd: init at 1.2 2021-05-08 20:29:19 +00:00
Mica 8179b81106
prism: init at 0.1.1 (#121869)
Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-08 21:34:35 +02:00
Sandro 540680f657
Merge pull request #121697 from jojosch/nzbhydra2-jre
nzbhydra2: use openjdk11
2021-05-08 21:31:09 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Pavol Rusnak 252bf94a74 rust: 1.51.0 -> 1.52.0 2021-05-08 11:42:10 -07:00
github-actions[bot] 6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
J. Neto 094283528b urweb: build with icu67 2021-05-08 11:17:15 -07:00
Samuel Gräfenstein 7c710c8b74 quickbms: init at 0.11.0 2021-05-08 11:02:54 -07:00
Lorenzo Manacorda a6fb0290d1 ethabi: 11.0.0 -> 13.0.0 2021-05-08 10:13:13 -07:00
Robert Hensing 726306003a xvfb-run: rename from xvfb_run 2021-05-08 15:46:09 +02:00
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Aaron Andersen b28f0d640f
Merge pull request #121699 from Hoverbear/t-rec
t-rec: init at 0.5.2
2021-05-08 08:15:42 -04:00
Francesco Gazzetta c40a5ffa56 miniaudicle: init at 1.3.5.2 2021-05-08 10:05:03 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot] b4416b52c5
Merge master into staging-next 2021-05-08 00:46:50 +00:00
Ana Hobden c8d9af9f4a t-rec: init at 0.6.0
Introduce [`t-rec`](https://github.com/sassman/t-rec-rs), a terminal
recorder.

Usage:

```bash
nix run .#t-rec
```

Upon exit, `t-rec` will save recordings of the session to disk in GIF
and MP4.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-05-07 16:10:23 -07:00
Maximilian Bosch 31c1a66133 avian: remove
ZHF #122042

Doesn't compile anymore[1] and isn't supported by upstream[2].

[1] https://hydra.nixos.org/build/142613769
[2] 0871979b29/README.md
2021-05-07 16:10:17 -07:00
fortuneteller2k b99ef3d4d8 hilbish: init at 0.4.0 2021-05-08 06:03:15 +08:00
maralorn 958855d30c
Merge pull request #121627 from NixOS/haskell-updates 2021-05-07 23:55:19 +02:00
AndersonTorres c15766774b cardboard: init at 0.0.0-unstable=2021-01-21 2021-05-07 17:07:47 -03:00
Martin Weinelt b672992e2c
sphinx-autobuild: init from python3Packages.sphinx-autobuild 2021-05-07 21:22:56 +02:00
github-actions[bot] 1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Stefan Frijters c47c00e353 hdfview: Fix build by using hdf5_1_10 2021-05-07 10:48:26 -07:00
ajs124 cd609e7a1c
Merge pull request #117094 from helsinki-systems/drop/spidermonkey_1_8_5
spidermonkey_1_8_5: drop
2021-05-07 18:55:49 +02:00
Dmitry Kalinkin d2e027aa44
Merge pull request #120524 from veprbl/pr/fastnlo_2411
fastnlo_toolkit: 2.3.1pre-2402 -> 2.3.1pre-2411, enable python, rename
2021-05-07 11:48:33 -04:00
Malte Brandy 2a11f1f5cc
Merge branch 'master' into haskell-updates 2021-05-07 15:03:54 +02:00
Mario Rodas e8f51f1e3f
Merge pull request #121973 from marsam/update-protobuf
protobuf: 3.15.7 -> 3.16.0
2021-05-07 08:01:57 -05:00
github-actions[bot] 12193913a1
Merge staging-next into staging 2021-05-07 12:23:21 +00:00
Robert Hensing f6899555d0
Merge pull request #58600 from AerialX/msp430-mspds
MSP430 debug stack
2021-05-07 13:01:58 +02:00
diegolelis d5ca6af901 kops_1_19: init at 1.19.2 2021-05-07 03:31:02 -07:00
Jan Tojnar 9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
markuskowa d93bcc481b
Merge pull request #121983 from nbren12/mpich-mac-fix
mpich: fix darwin build
2021-05-07 11:26:31 +02:00
Pavol Rusnak 74b4f6c9af
Merge pull request #121706 from MrMebelMan/init/kratos_0_6_0_alpha_1_pre_2
kratos: init at v0.6.0-alpha.1
2021-05-07 11:17:27 +02:00
Sandro c989366b22
Merge pull request #121857 from dotlambda/presage-init
presage: init at 0.9.1
2021-05-07 09:23:44 +02:00
github-actions[bot] b8cdb044e9
Merge staging-next into staging 2021-05-07 06:20:24 +00:00
Ivar Scholten 33d042b667 snapdragon-profiler: init at v2021.2
Co-authored-by: PixelyIon <pixelyion@protonmail.com>
2021-05-06 21:17:39 -07:00
Noah D. Brenowitz a3d423090b
mpich: fix darwin build
The darwin build was failing because neither of the ch4backend libraries
build on darwin.

Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
  a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin

Resolves #121978
2021-05-06 21:08:19 -07:00
github-actions[bot] e5f4def056
Merge staging-next into staging 2021-05-07 00:46:58 +00:00
Sandro a48a2e807b
Merge pull request #121824 from evalexpr/add-altair-graphql-client
altair-graphql-client: init at version 4.0.2
2021-05-06 23:14:33 +02:00
John Ericson a3e54cb582 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-06 15:48:25 -04:00
Jan Tojnar 7bb72bb02e
gtksourceview5: init at 5.0.0 2021-05-06 21:36:59 +02:00
sternenseemann fc1638c3ba taffybar: inherit meta set from haskellPackages 2021-05-06 19:54:22 +02:00
Jan Tojnar 7275ef4358
gtkmm4: init at 4.0.1 2021-05-06 19:21:57 +02:00
Jan Tojnar b51fffe8f8
pangomm_2_48: init at 2.48.0 2021-05-06 19:21:57 +02:00
Jan Tojnar 43d5cd52eb
cairomm_1_16: init at 1.16.0 2021-05-06 17:57:59 +02:00
John Ericson 8e84cafcd9
Merge pull request #121654 from Ericson2314/darwin-cross-prep
treewide: Do a number of no-op cleanups for cross and darwin
2021-05-06 11:38:09 -04:00
Jan Tojnar e63b9dcd7a
glibmm_2_68: init at 2.68.0 2021-05-06 17:35:03 +02:00
Jan Tojnar 30743d0973
libsigcxx30: init at 3.0.6 2021-05-06 17:30:30 +02:00
John Ericson 470640e7fe treewide: Do a number of no-op cleanups for cross and darwin
I am taking the non-invasive parts of #110914 to hopefully help out with #111988.

In particular:

 - Use `lib.makeScopeWithSplicing` to make the `darwin` package set have
   a proper `callPackage`.

 - Adjust Darwin `stdenv`'s overlays keeping things from the previous
   stage to not stick around too much.

 - Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us
   closer to a unified LLVM and GCC bootstrap.
2021-05-06 11:17:26 -04:00
Robert Hensing cd855e6746 openapi-generator-cli: Use jre_headless 2021-05-06 16:25:26 +02:00
github-actions[bot] c63e69cd89
Merge staging-next into staging 2021-05-06 12:23:32 +00:00
Robert Schütz bda9e192dd
Merge pull request #120582 from dotlambda/ffmpeg_2-drop
ffmpeg_2: mark as insecure
2021-05-06 13:51:34 +02:00
Gabriel Ebner 46ecc3e1d3
Merge pull request #121845 from fortuneteller2k/fix-and-update-vieb
vieb: 3.4.0 -> 4.5.1
2021-05-06 13:49:17 +02:00
Robert Schütz 30c3036793
Merge pull request #121151 from dotlambda/libdeltachat-init
libdeltachat: init at 1.54.0
2021-05-06 13:41:16 +02:00
Maximilian Bosch a50b9e6c23
Merge pull request #113716 from Ma27/wpa_multiple
wpa_supplicant: allow both imperative and declarative networks
2021-05-06 11:01:35 +02:00
fortuneteller2k 9802eed170 vieb: 3.4.0 -> 4.5.1 2021-05-06 16:23:09 +08:00
Vladyslav Burzakovskyy 5f42984b67 kratos: init at v0.6.0-alpha.1 2021-05-06 11:19:22 +03:00
Robert Schütz 254fb39b9f presage: init at 0.9.1 2021-05-06 10:16:59 +02:00
Jan Tojnar d9f177eb4d
Merge branch 'staging-next' into staging
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <1bdda029cd>
- apparmor rules rewritten <b280e64078>

Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Mario Rodas d4a8774ee2 protobuf: 3.15.7 -> 3.16.0
https://github.com/protocolbuffers/protobuf/releases/tag/v3.16.0
2021-05-06 04:20:00 +00:00
Mario Rodas 21ac8c9fa4 protobuf3_16: init at 3.16.0 2021-05-06 04:20:00 +00:00
Alex Wied f8c104d116 openethereum: 3.2.4 -> 3.2.5 2021-05-05 23:15:18 -04:00
Jonathan Wilkins b02f31d324
altair-graphql-client: init at version 4.0.2 2021-05-05 22:46:33 +01:00
Jan Tojnar f70f7b6ea4
gnomeExtensions.hot-edge: init at 4 2021-05-05 22:43:10 +02:00
Jan Tojnar 26e044b14a
imagemagick: Try to fix Darwin build 2021-05-05 22:43:09 +02:00
Maxine Aubrey 3411c7ee1a
vala_0_52: init at 0.52.2, make default 2021-05-05 22:42:16 +02:00
Jan Tojnar 48a0757b75
wrapGAppsHook4: init 2021-05-05 22:42:13 +02:00
Jan Tojnar e288b9d1b2
librsvg: 2.50.1 → 2.50.5 2021-05-05 22:20:22 +02:00
Ryan Mulligan ddcd4ddc2c qemu_full: add glusterfs support 2021-05-05 13:05:21 -07:00
github-actions[bot] 202eb5ddf5
Merge staging-next into staging 2021-05-05 18:24:02 +00:00
Maximilian Bosch 8e72457f86
Merge pull request #121266 from blanky0230/tuxedo-keyboard-update
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-05 19:48:49 +02:00
Robert Schütz 007cab9644 matrix-dendrite: rename to dendrite
No other distro calls it matrix-dendrite:
https://repology.org/project/matrix-dendrite
2021-05-05 12:37:04 +02:00
github-actions[bot] dbc1478d23
Merge staging-next into staging 2021-05-05 06:21:29 +00:00
davidak 9742ac3b1b
Merge pull request #121182 from dotlambda/recapp-init
recapp: init at 1.1.1
2021-05-05 04:12:17 +02:00
Ivan Babrou 6ba5ac89d2 gfortran11, gnat11: init at 11.1.0
I forgot to add it in #121115.
2021-05-04 18:26:33 -07:00
github-actions[bot] 68e3ba2b1d
Merge staging-next into staging 2021-05-05 00:46:07 +00:00
Maximilian Bosch 39e6bf7647
Merge pull request #121623 from wlib/audacity-3.0.2
audacity: 2.4.2 -> 3.0.2
2021-05-04 23:07:42 +02:00
Anderson Torres 1b1d7e93dc
Merge pull request #121652 from AndersonTorres/quick-patches
cagebreak: 1.6.0 -> 1.7.0
2021-05-04 17:14:09 -03:00
AndersonTorres bf8679ba94 cagebreak: 1.6.0 -> 1.7.0 2021-05-04 16:25:44 -03:00
github-actions[bot] 4cbb35eba8
Merge staging-next into staging 2021-05-04 18:21:27 +00:00
scalavision 9b5a84f8ac
mill: 0.9.5 -> 0.9.6 (#121712) 2021-05-04 12:40:08 -04:00
Iwan 5b42a1d798
transcribe: (re)init at 9.00 (#121617) 2021-05-04 12:38:50 -04:00
sternenseemann 207651a347 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-05-04 16:41:58 +02:00
sternenseemann 917524cb39 pinboard-notes-backup: justStaticExecutables, move overrides
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
Johannes Schleifenbaum 47c033e55e
nzbhydra2: use openjdk11 2021-05-04 16:06:52 +02:00
Robert Schütz 8fda249f9c recapp: init at 1.1.1 2021-05-04 16:05:49 +02:00
Phillip Cloud 3e62e383f4
restream: init at 1.1 (#120596) 2021-05-04 14:45:22 +02:00
sternenseemann caf7725f95 stutter: move overrides into configuration-nix.nix
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.

However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
Daniel Ethridge 49cfef8c69 Switch to the simple patching of wxWidgets approach 2021-05-04 07:45:38 -04:00
DavHau 8865881319 nixExperimental: init 2021-05-04 18:15:27 +07:00
Robert Schütz 870b3a3054 calendar-cli: init at 0.12.0 2021-05-04 10:04:56 +02:00
github-actions[bot] 98d7aac597
Merge staging-next into staging 2021-05-04 00:49:43 +00:00
Janne Heß 0253c5c241
icinga2: Init at 2.12.3 2021-05-03 22:02:14 +02:00
Luke Granger-Brown 0f39652cee
Merge pull request #120800 from MetaDark/undistract-me
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
Daniel Ethridge 126b5f5990 Start drafting an update for audacity: 2.4.2 -> 3.0.2
The XGD-config patch is removed since it conflicts with the new version of audacity, as it was not merged upstream.

Audacity now requires their own fork of wxWidgets, according to https://wiki.audacityteam.org/wiki/Building_On_Linux - this is the cause of current trouble since I am new to nix and unsure how to integrate it. I copied the current 3.1.4 nixpkgs version of wxWidgets found at pkgs/development/libraries/wxwidgets/3.1/default.nix and modified it to retrieve the forked version, but that's it so far.
2021-05-03 14:40:20 -04:00
github-actions[bot] 5e177b16b1
Merge staging-next into staging 2021-05-03 18:25:49 +00:00
Silvan Mosberger 0111666954
Merge pull request #109561 from mjlbach/init_matrix_dendrite
matrix-dendrite: init at 0.3.11
2021-05-03 20:16:27 +02:00
Robert Schütz 51aa52a0aa kdeltachat: init at unstable-2021-05-03 2021-05-03 19:09:52 +02:00
davidak 32f6c7d949
Merge pull request #121542 from dotlambda/authenticator-init
authenticator: init at 4.0.3
2021-05-03 19:00:45 +02:00
Sandro d19a57aa07
Merge pull request #121521 from fortuneteller2k/add-xcolor
xcolor: init at unstable-2021-02-02
2021-05-03 17:32:56 +02:00
ajs124 09d29bd784 spidermonkey_1_8_5: drop 2021-05-03 15:44:10 +02:00
ajs124 29bcaf04cb couchdb2: drop 2021-05-03 15:41:42 +02:00