Commit graph

66556 commits

Author SHA1 Message Date
Fabian Affolter
7f1b902bf9 python3Packages.life360: init at 4.1.1 2021-11-20 22:40:48 +01:00
Fabian Affolter
6e64297712 python3Packages.oemthermostat: init at 1.1.1 2021-11-20 22:12:53 +01:00
Fabian Affolter
24cfd348b1 python3Packages.aiovlc: init at 0.1.0 2021-11-20 21:36:52 +01:00
Maciej Krüger
bc8d1dfa83
soundwireserver: init at 3.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-20 21:21:01 +01:00
Fabian Affolter
d66a25e89b python3Packages.libpyvivotek: init at 0.4.0 2021-11-20 21:17:40 +01:00
Fabian Affolter
fcd53ad43a python3Packages.pyversasense: init at 0.0.6 2021-11-20 21:02:03 +01:00
Sandro
d3d3d67048
Merge pull request #146387 from srhb/bump-zookeeper-jre 2021-11-20 20:41:31 +01:00
Thiago Kenji Okada
3ed32e1937
Merge pull request #146672 from Prillan/ZHF-remove-dogpile-core
pythonPackages.dogpile-core: remove
2021-11-20 16:11:06 -03:00
Rasmus Précenth
454a8706ca
pythonPackages.dogpile-core: remove
Broken on python2.7 and 3.7+.

Upstream notes (2016-05-30):

> The dogpile.core package has been rolled into dogpile.cache
> directly. dogpile.core as a separate package is effectively EOL.

https://bitbucket.org/zzzeek/dogpile.core/src/master/
2021-11-20 19:43:18 +01:00
Fabian Affolter
48e70f34bf python3Packages.py-nightscout: init at 1.3.2 2021-11-20 17:32:47 +01:00
Thiago Kenji Okada
cbcd3d6c85 retroarchFull: init
This is retroarch + all available retroarch cores.
2021-11-20 16:19:13 -03:00
Thiago Kenji Okada
24095a994c retroArchCores: remove
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:

```nix
nixpkgs.config.retroarch = {
  enableDolphin = true;
  enableMGBA = true;
  enableMAME = true;
};
```

To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.

However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:

```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```

So let's remove `retroArchCores` and leave the overrides mechanism
instead.
2021-11-20 16:19:13 -03:00
github-actions[bot]
2d03d542c7
Merge master into staging-next 2021-11-20 12:01:21 +00:00
Fabian Affolter
18aca788e5 python3Packages.pysecuritas: init at 0.1.6 2021-11-20 12:13:56 +01:00
Yurii Matsiuk
3cabab8586
fprintd-tod: fix the build 2021-11-20 12:04:35 +01:00
Fabian Affolter
bf8619a820 python3Packages.pynina: init at unstable-2021-11-11 2021-11-20 11:43:37 +01:00
Fabian Affolter
ea767b1395 python3Packages.qnap-qsw: init at 0.3.0 2021-11-20 11:13:58 +01:00
Fabian Affolter
94cde3d3db python3Packages.halohome: init at 0.4.0 2021-11-20 10:40:43 +01:00
Fabian Affolter
910fc745e6
Merge pull request #146612 from fabaff/vulcan-api
python3Packages.vulcan-api: init at 2.0.3
2021-11-20 09:37:58 +01:00
Fabian Affolter
457d2067bd
Merge pull request #146615 from fabaff/pyebus
python3Packages.pyebus: init at 1.2.4
2021-11-20 09:35:32 +01:00
Fabian Affolter
dc17300407
Merge pull request #146627 from fabaff/luxtronik
python3Packages.luxtronik: init at 0.3.9
2021-11-20 09:35:20 +01:00
Fabian Affolter
e1a5a8b496
Merge pull request #146629 from fabaff/aiohwenergy
python3Packages.aiohwenergy: init at 0.4.0
2021-11-20 09:35:10 +01:00
Fabian Affolter
7e64ca0d1e
Merge pull request #146680 from fabaff/bump-identify
python3Packages.identify: 2.3.7 -> 2.4.0
2021-11-20 09:34:28 +01:00
github-actions[bot]
0373476c4a
Merge master into staging-next 2021-11-20 06:01:21 +00:00
Thiago Kenji Okada
4e89efeed0 htop-vim: init at unstable-2021-10-11 2021-11-20 02:28:54 -03:00
Thiago Kenji Okada
fa9d6c3d93
Merge pull request #146333 from romildo/upd.rosepine-gtk-theme
rose-pine-gtk-theme: init at unstable-2021-02-22
2021-11-20 01:58:21 -03:00
Thiago Kenji Okada
91ca6f467e
Merge pull request #146591 from fabaff/lc7001
python3Packages.lc7001: init at 1.0.3
2021-11-20 01:45:25 -03:00
Will Dietz
5e253e043d creduce: 2.9.0 -> 2.10.0
Bump required LLVM from 7 to 8.
2021-11-19 20:17:28 -06:00
maralorn
4dc1154ea9
Merge pull request #146712 from felixsinger/pkgs/coreboot-toolchain/add-archs
coreboot-toolchain: Add other target architectures
2021-11-20 03:00:46 +01:00
Felix Singer
8002a4a133 coreboot-toolchain: Allow adding new architectures
Rework package so that new target architectures can be added and reuse
common configurations.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:05 +01:00
github-actions[bot]
7495684853
Merge master into staging-next 2021-11-20 00:01:21 +00:00
Sandro
eafd4c6708
Merge pull request #146690 from fabaff/devolo-plc-api 2021-11-20 00:33:43 +01:00
Thiago Kenji Okada
c03139da1d
Merge pull request #146341 from bryanasdev000/gotify-desktop
gotify-desktop: init at 1.2.0
2021-11-19 20:11:15 -03:00
Sandro
45e0459f9c
Merge pull request #146439 from sikmir/quark 2021-11-19 23:52:52 +01:00
Jonathan Ringer
fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Fabian Affolter
771d7823a4 python3Packages.devolo-plc-api: init at 0.6.3 2021-11-19 23:25:57 +01:00
Fabian Affolter
e21280234b python3Packages.ukkonen: init at 1.0.1 2021-11-19 22:25:01 +01:00
Alexander Tomokhov
f7822885f8 racket_7_9: init at 7.9 2021-11-20 00:24:22 +03:00
Victor Buttner
4aea8b21ed netdiscover: init at 0.8.1 2021-11-19 20:08:09 +01:00
Evgenia Vaartis
b23e863959 gigedit: use old pangomm version 2021-11-19 21:51:12 +03:00
Francesco Zanini
f4cd131e38 roomeqwizard: init at 5.20.4 2021-11-19 19:42:50 +01:00
Lorenz Leutgeb
01f4c7ec88 gradle: Decouple gradleGen and JDK 2021-11-19 18:54:25 +01:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Jichao Ouyang
7cb6bb064a
synology-drive-client: init at 3.0.2 (#144706) 2021-11-19 17:16:58 +01:00
Thiago Kenji Okada
1688438d2c
Merge pull request #146272 from KyleOndy/zsh-vi-mode
zsh-vi-mode: init at v0.8.5
2021-11-19 13:16:11 -03:00
Kyle Ondy
e7e3480530
zsh-vi-mode: init at v0.8.5
Adding [zsh-vi-mode] at version `0.8.5`.

[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
Sandro
29b7d4ada1
Merge pull request #145035 from pmeiyu/master 2021-11-19 17:05:50 +01:00
Sandro
1ca1038ae5
Merge pull request #138103 from misuzu/alfis-update 2021-11-19 17:04:14 +01:00
Sandro
f0eaaeb774
Merge pull request #144567 from mkg20001/wgf 2021-11-19 17:03:39 +01:00
Sandro
0cfcd37c77
Merge pull request #146509 from fgaz/libresprite/init 2021-11-19 17:00:10 +01:00
Sandro
5bea0fab63
Merge pull request #145391 from bb2020/gimx 2021-11-19 16:42:32 +01:00
Robert Hensing
458a408142
Merge pull request #146579 from flurie/fix-libvirt-aarch64-darwin
libvirt: fix build on aarch64-darwin
2021-11-19 16:30:21 +01:00
flurie
af4b47ecd7 libvirt: fix build on aarch64-darwin 2021-11-19 15:57:07 +01:00
bb2020
852a72a70b gimx: refactor 2021-11-19 17:46:16 +03:00
Francesco Gazzetta
6ac64dc1c4 libresprite: init at 1.0 2021-11-19 15:09:48 +01:00
Doron Behar
df3177903f
Merge pull request #146604 from rnhmjoj/pr-nheko 2021-11-19 15:45:12 +02:00
Janne Heß
b0be7372b6
Merge pull request #141656 from helsinki-systems/init/proxysql
proxysql: init at 2.3.2
2021-11-19 14:34:50 +01:00
Fabian Affolter
b7dfc54d73 python3Packages.aiohwenergy: init at 0.4.0 2021-11-19 14:21:40 +01:00
Fabian Affolter
12647a0a97 python3Packages.luxtronik: init at 0.3.9 2021-11-19 14:12:53 +01:00
Anderson Torres
f37de8bf70
Merge pull request #146535 from AndersonTorres/new-misc
Miscellaneous package updates:

vnote: 3.8.1 -> 3.10.1
tcsh: 6.22.04 -> 6.23.00
stella: 6.5.3 -> 6.6
wxSVG: 1.5.22 -> 1.5.23
sakura: 3.8.3 -> 3.8.4
2021-11-19 09:03:27 -03:00
github-actions[bot]
9d44a614de
Merge master into staging-next 2021-11-19 12:01:09 +00:00
Fabian Affolter
7d1a6e100f python3Packages.pyebus: init at 1.2.4 2021-11-19 12:56:11 +01:00
Fabian Affolter
476e37de3f python3Packages.vulcan-api: init at 2.0.3 2021-11-19 12:13:44 +01:00
Fabian Affolter
f76bc9cc95 python3Packages.related: init at 0.7.2 2021-11-19 12:05:42 +01:00
Fabian Affolter
83b3fb1463 python3Packages.uonet-request-signer-hebe: init at 0.1.1 2021-11-19 11:42:18 +01:00
rnhmjoj
27b1450afa
coeurl: init at 0.1.0 2021-11-19 11:26:30 +01:00
Sebastián Mancilla
ffad12aea1 libphonenumber: 8.11.3 -> 8.12.37
Also fix build on darwin.
2021-11-19 00:04:53 -08:00
Fabian Affolter
710d4ffbc4 python3Packages.lc7001: init at 1.0.3 2021-11-19 08:49:43 +01:00
Doron Behar
03a46c8b3d
Merge pull request #144155 from KarlJoad/octave/update-packages 2021-11-19 09:12:45 +02:00
Sebastián Mancilla
c1f200061d libcryptui: use gtk3-x11 on darwin 2021-11-18 22:10:01 -08:00
github-actions[bot]
cd8fe24249
Merge master into staging-next 2021-11-19 06:01:08 +00:00
Dmitry Kalinkin
e8659f7bf6
Merge pull request #144818 from veprbl/pr/schema-salad_fix
python3Packages.rdflib-jsonld: remove as deprecated
2021-11-18 19:44:04 -05:00
github-actions[bot]
c83cfc58e5
Merge master into staging-next 2021-11-19 00:01:26 +00:00
AndersonTorres
2b310dd32b wxSVG: 1.5.22 -> 1.5.23 2021-11-18 19:36:04 -03:00
Fabian Affolter
56e7135fde
Merge pull request #146360 from fabaff/niko-home-control
python3Packages.niko-home-control: init at 0.2.2
2021-11-18 23:31:46 +01:00
Fabian Affolter
b702a9d36f
Merge pull request #146303 from fabaff/uptime-kuma-monitor
python3Packages.uptime-kuma-monitor: init at 1.0.0
2021-11-18 23:31:34 +01:00
Fabian Affolter
963841d1c8
Merge pull request #146302 from fabaff/pyevilgenius
python3Packages.pyevilgenius: init at 1.0.0
2021-11-18 23:31:20 +01:00
Janne Heß
95b8513b39
mumsi/mumlib: Drop 2021-11-18 22:33:10 +01:00
Sebastián Mancilla
be6b1ae5f6
devserver: fix build on darwin (#146530) 2021-11-18 16:30:41 -05:00
Benjamin Hipple
33177775e4
Merge pull request #146434 from drewrisinger/dr-pr-cvxpy-update
python3Packages.cvxpy: 1.1.13 -> 1.1.17, scs: 2.1.1 -> 3.0.0, python3Packages.scs: 2.1.1 -> 3.0.0
2021-11-18 16:21:58 -05:00
Will Dietz
ab3a1ce57d
purple-googlechat: init at unstable-2020-10-18 (#145224) 2021-11-18 14:39:51 -06:00
Sebastián Mancilla
9c177f0a1f pax: fix build on darwin 2021-11-18 12:34:04 -08:00
sterni
511a519da1
Merge pull request #145582 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-11-18 21:32:44 +01:00
Sandro
6456bfce6d
Merge pull request #146514 from smancill/ZHF-rates 2021-11-18 19:34:40 +01:00
github-actions[bot]
91e24d05d7
Merge master into staging-next 2021-11-18 18:01:14 +00:00
Hollow Man
479715923b
ibus-theme-tools: init at 4.2.0 (#146361) 2021-11-18 18:44:59 +01:00
Sebastián Mancilla
db8278e295 rates: fix build on darwin 2021-11-18 14:42:50 -03:00
Anderson Torres
cb34fa1b42
Merge pull request #146454 from AndersonTorres/new-gistyc
gistyc: init at 1.3
2021-11-18 14:37:43 -03:00
Sandro
a09bdaae49
Merge pull request #146501 from psibi/tgswitch 2021-11-18 18:35:24 +01:00
Sandro
7099869c67
Merge pull request #146499 from smancill/ZHF-stxxl 2021-11-18 18:22:38 +01:00
sternenseemann
99a323ee5b Merge remote-tracking branch 'origin/master' into haskell-updates 2021-11-18 18:13:00 +01:00
Moritz Böhme
e5537e4de7
synology-drive: init at 3.0.1-12674 (#141977)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: MoritzBoehme <mr.x@moritzboeh.me>
2021-11-18 18:03:26 +01:00
Sibi Prabakaran
a6abef6ed2
tgswitch: init at 0.5.378
Add tgswitch which allows to easily manage different terragrunt
versions for different projects.

Tested it locally on a NixOS machine:

```
❯ tgswitch --help

Usage: tgswitch [-hv] [-b value] [parameters ...]
 -b, --bin=value  Custom binary path. For example:
                  /Users/username/bin/terragrunt
 -h, --help       displays help message
 -v, --version    displays the version of tgswitch
Supply the terragrunt version as an argument, or choose from a menu
```
2021-11-18 22:29:14 +05:30
Sebastián Mancilla
53fd52dca9 stxxl: fix build on darwin
Do not enable OpenMP support on Darwin. Since GNU Parallel requires
OpenMP, also disable it on Darwin.
2021-11-18 13:47:34 -03:00
Sebastián Mancilla
586ec1fbe4 mhost: fix build on darwin 2021-11-18 13:29:51 -03:00
Spencer Baugh
94186e430b
iqueue: init at 0.1.0 (#139064)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-18 16:00:26 +01:00
Thiago Kenji Okada
d1305f9c29
Merge pull request #146315 from Prillan/weasyprint-53.4
python3Packages.weasyprint: 52 -> 53.4
2021-11-18 11:44:54 -03:00
Domen Kožar
cb8f6cdc43
Merge pull request #146459 from smancill/zhf-cloak
cloak: fix build on darwin
2021-11-18 07:02:35 -06:00
AndersonTorres
3eaa93c722 gistyc: init at 1.3 2021-11-18 09:50:04 -03:00
Kevin Tran
57407fed58
kio-fuse: init at 5.0.1 (#138492)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-18 13:29:50 +01:00
Sandro
7280fda66f
Merge pull request #136095 from boppyt/lite-xl 2021-11-18 13:22:05 +01:00
github-actions[bot]
c20c52d15c
Merge master into staging-next 2021-11-18 12:01:15 +00:00
Sandro
3db9ebca5e
Merge pull request #144733 from lourkeur/update/chia
chia: 1.2.10 -> 1.2.11
2021-11-18 12:30:08 +01:00
Sandro
cbaa609b1d
Merge pull request #142804 from ornxka/aliyun-cli 2021-11-18 12:05:16 +01:00
Rasmus Précenth
e951187304
python3Packages.pydyf: init at 1.0.2 2021-11-18 09:54:24 +01:00
Fabian Affolter
268572ad4d
Merge pull request #146307 from fabaff/oocsi
python3Packages.oocsi: init at 0.4.2
2021-11-18 08:45:48 +01:00
github-actions[bot]
385e4f8531
Merge master into staging-next 2021-11-18 06:01:22 +00:00
Bobby Rong
42d3251640
Merge pull request #146452 from jgarte/remove_svgcleaner
svgcleaner: Remove deprecated package.
2021-11-18 12:23:44 +08:00
jgart
50bbc006ba svgcleaner: Remove deprecated package. 2021-11-17 22:51:20 -05:00
Sebastián Mancilla
2f5fc99989 cloak: fix build on darwin 2021-11-17 23:27:52 -03:00
Pavol Rusnak
33af16dff4
Merge pull request #146356 from TredwellGit/electron
Update Electron
2021-11-18 01:36:41 +01:00
github-actions[bot]
65ce6cbbdc
Merge master into haskell-updates 2021-11-18 00:08:52 +00:00
github-actions[bot]
841469e4d8
Merge master into staging-next 2021-11-18 00:01:36 +00:00
Kevin Cox
21ccd23955
Merge pull request #143317 from flexagoon/gtk-theme-framework
gtk-theme-framework: init at 0.2.3
2021-11-17 17:27:59 -05:00
Martin Weinelt
038e06ec8f
Merge pull request #146429 from fabaff/motionblinds 2021-11-17 23:04:27 +01:00
Lassulus
075aadf36a
Merge pull request #143679 from riotbib/stanza
python3Packages.stanza: init 1.3.0
2021-11-17 20:37:10 -01:00
Nikolay Korotkiy
4b32a5d261
quark: init at 2021-02-22 2021-11-18 00:25:06 +03:00
Fabian Affolter
0fda4083ea python3Packages.motionblinds: init at 0.5.8.2 2021-11-17 21:20:01 +01:00
Drew Risinger
8b96a43bcb python3Packages.scs: 2.1.1 -> 3.0.0 2021-11-17 14:16:09 -05:00
github-actions[bot]
c77daf4da1
Merge master into staging-next 2021-11-17 18:00:59 +00:00
Maciej Krüger
a54392efda
wg-friendly-peer-names: init at unstable-2021-11-08 2021-11-17 18:15:29 +01:00
misuzu
cfc583ddcd alfis: 0.6.5 -> 0.6.9 2021-11-17 18:12:33 +02:00
Sandro
34fdd877ea
Merge pull request #146163 from romildo/upd.la-capitaine-icon-theme 2021-11-17 16:39:16 +01:00
Sarah Brofeldt
555ebb077e zookeeper: jdk8 -> jdk11_headless
Put the specific version in the zookeeper derivation to try and stay in
line with requisite versions as per zookeeper admin docs
2021-11-17 14:00:53 +01:00
github-actions[bot]
cf671bd5e9
Merge master into staging-next 2021-11-17 12:01:23 +00:00
Christoph Hrdinka
406ecf6074
Merge pull request #146050 from erictapen/mapnik-fix-build
mapnik: fix build
2021-11-17 10:53:14 +01:00
Dmitry Kalinkin
7e0d7e4075
python3Packages.rdflib-jsonld: remove as deprecated 2021-11-17 04:38:42 -05:00
Fabian Affolter
4a2d7d38ce python3Packages.niko-home-control: init at 0.2.2 2021-11-17 09:53:03 +01:00
Fabian Affolter
9d830c1496 python3Packages.nessclient: init at 0.9.16b2 2021-11-17 09:40:09 +01:00
Fabian Affolter
98f26c237d python3Packages.justbackoff: init at 0.6.0 2021-11-17 09:31:27 +01:00
Fabian Affolter
4f6f30ffbb
Merge pull request #146276 from fabaff/bump-atomman
python3Packages.atomman: 1.3.0 -> 1.4.2
2021-11-17 09:19:02 +01:00
TredwellGit
d421ffb483 electron_16: init at 16.0.0
https://github.com/electron/electron/releases/tag/v16.0.0
2021-11-17 07:36:04 +00:00
Robert Schütz
7143a8d4ff
Merge pull request #145592 from dotlambda/igraph-0.9.5
igraph: 0.9.4 -> 0.9.5
2021-11-16 23:29:56 -08:00
Domen Kožar
3b0f2374a6
Merge pull request #146338 from figsoda/menyoki-fix-darwin
menyoki: fix darwin build
2021-11-17 00:40:36 -06:00
Domen Kožar
5b14843fc9
Merge pull request #146210 from flurie/fix-cardpeek-darwin
cardpeek: fix build on darwin
2021-11-17 00:34:44 -06:00
Andrew Childs
c138eff315
unicorn: fix darwin build (#146346) 2021-11-17 01:08:03 -05:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
Sandro
82b5e86be8
Merge pull request #146236 from fabaff/tailscale 2021-11-17 03:51:16 +01:00
Bryan A. S
38f51c213c gotify-desktop: init at 1.2.0 2021-11-16 23:48:47 -03:00
figsoda
009c51b5ae menyoki: fix darwin build 2021-11-16 21:05:36 -05:00
figsoda
141d3fc04f
Merge pull request #145972 from figsoda/cargo-depgraph
cargo-depgraph: init at 1.2.2
2021-11-16 20:58:40 -05:00
Sandro
fc0da5ee55
Merge pull request #137713 from samuela/samuela/hdfs 2021-11-17 02:43:31 +01:00
Sandro
a46c46cf3f
Merge pull request #139542 from Creator54/p1 2021-11-17 02:42:41 +01:00
José Romildo
ec2380759a rose-pine-gtk-theme: init at unstable-2021-02-22 2021-11-16 22:24:05 -03:00
Thiago Kenji Okada
15cef13921
Merge pull request #146312 from veprbl/pr/beret_rm
beret: remove
2021-11-16 22:03:42 -03:00
flurie
ef1a0dab00
cardpeek: fix build on darwin 2021-11-16 19:58:56 -05:00
github-actions[bot]
7207f809f9
Merge master into haskell-updates 2021-11-17 00:07:23 +00:00
github-actions[bot]
90829d83e5
Merge master into staging-next 2021-11-17 00:01:49 +00:00
Dmitry Kalinkin
922661273c
beret: remove
Was broken for 6 years
2021-11-16 17:22:36 -05:00
figsoda
f12614d43b cargo-outdated: 0.9.18 -> 0.10.1 2021-11-16 16:56:19 -05:00