Commit Graph

68624 Commits

Author SHA1 Message Date
tilcreator
7d8a22436c ncnn: init at 20211208
ncnn: Enable vulkan support
2022-01-24 01:14:39 +01:00
ajs124
08595059e8 wraith: 1.4.7 -> 1.4.10 2022-01-24 01:09:43 +01:00
Sandro
6050831fbb
Merge pull request #145206 from xaverdh/sdat2img-init 2022-01-24 01:09:43 +01:00
Sandro
c7df47d7e5
Merge pull request #156117 from AndersonTorres/new-vlc 2022-01-24 01:09:05 +01:00
Sandro
140f7552b9
Merge pull request #155457 from lourkeur/update/onionshare 2022-01-24 01:08:11 +01:00
ajs124
799d59f725 mysocketw: switch to fork with version 3.10.27 2022-01-24 01:07:26 +01:00
Sandro
50dc603e56
Merge pull request #155907 from sikmir/tile38 2022-01-24 01:04:29 +01:00
ajs124
8ecd9c8936 gvpe: 3.0 -> 3.1 2022-01-24 01:04:20 +01:00
Alexandra
27e10a3b92
snis: init at 20211017 (#142034) 2022-01-24 01:03:07 +01:00
Sandro
635d6e8cfe
Merge pull request #144337 from WolfangAukang/firefly 2022-01-24 01:02:07 +01:00
github-actions[bot]
11cced7438
Merge master into staging-next 2022-01-24 00:01:45 +00:00
Sandro
7502596e70
Merge pull request #117437 from tgunnoe/master 2022-01-24 01:00:44 +01:00
0x4A6F
96255dd472
Merge pull request #154241 from zhaofengli/opensbi
opensbi: init at 1.0
2022-01-24 00:49:43 +01:00
zowoq
2702a6999f kubectl: move alongside kubernetes 2022-01-24 08:58:47 +10:00
gruve-p
667ff18435 Groestlcoin: init at 22.0
Co-Authored-By: Sandro <sandro.jaeckel@gmail.com>
2022-01-23 22:38:59 +01:00
Sandro
4412afa172
Merge pull request #156189 from mausch/mlink 2022-01-23 22:19:37 +01:00
Michael Weiss
a3d847c3bd
Merge pull request #151902 from primeos/sway
sway: 1.6.1 -> 1.7
2022-01-23 21:46:19 +01:00
Sandro
2ae0bace54
Merge pull request #155016 from 06kellyjac/syft 2022-01-23 21:38:18 +01:00
José Romildo Malaquias
0522e55f99
ocamlPackages.ppxlib: 0.23.0 -> 0.24.0 (#154901)
* ocamlPackages.ppxlib: 0.23.0 -> 0.24.0

* ocamlPackages.bls12-381{,-unix}: 0.4.2 -> 1.1.0

- Update to version 1.1.0
- Use the same revision tag used in the opam repository, as the release tarbal seems to be unavailable
- Does not depend on bls12-381-gen and rust anymore

* ocamlPackages.bls12-381-{gen: 0.4.2 -> 0.4.4,legacy: init at 0.4.4}

- Update bls12-381-gen to version 0.4.4
- Add new package bls12-381-legacy

* ocamlPackages.tezos-*: 10.2 -> 11.0

- Update tezos to version 11.0
- Add new packages:
    tezos-base-test-helpers
    tezos-embedded-protocol-demo-noops
    tezos-event-logging-test-helpers
    tezos-protocol-alpha
    tezos-protocol-demo-noops
    tezos-protocol-plugin-alpha
    tezos-protocol-demo-noops
    tezos-protocol-plugin-alpha
    tezos-shell-services-test-helpers
- Remove old package:
    tezos-test-services

* ocamlPackages.repr: 0.4.0 -> 0.5.0

* ocamlPackages.hacl-star-raw: 0.3.2 -> 0.4.5

* ocamlPackages.arp: 2.3.2 -> 3.0.0

* ocamlPackages.index: 1.4.1 -> 1.5.0

* ocamlPackages.digestif: 1.0.0 -> 1.1.0

* ocamlPackages.ethernet: 2.2.0 -> 3.0.0

* ocamlPackages.httpaf: 0.6.6 -> 0.7.1

* ocamlPackages.mirage-nat: 2.2.3 -> 2.2.5

* ocamlPackages.tcpip: 6.2.0 -> 7.0.1

* ocamlPackages.paf: 0.0.6 -> 0.0.8

* ocamlPackages.ppx_irmin: 2.7.2 -> 2.9.1

* ocamlPackages.tezos-*: add missing packages, needed by ligo-0.34

* ocamlPackages.ocaml-recovery-parser: init at 0.2.2

* ligo: 0.27.0 -> 0.34.0
2022-01-23 21:24:16 +01:00
Sandro
005fba8a0e
Merge pull request #156195 from sei40kr/init-python-packages-pydrive2 2022-01-23 20:33:44 +01:00
Justin Wood
9a8e79033b river: 0.1.0 -> 0.1.2 2022-01-23 14:29:51 -05:00
Michael Weiss
2e719d1cda
sway: 1.6.1 -> 1.7
Release notes: https://github.com/swaywm/sway/releases/tag/1.7

Notable (backward incompatible) changes:
- The default terminal changed from Alacritty to foot

Known issues:
- `swaynag` will crash when Sway 1.6.1 is still running while the Nix
  package (and thus `swaynag`) is already updated to version 1.7.
- The experimental Ozone/Wayland support of Electron apps will be broken
  for a while. Electron version 17 should work but the Chromium fixes
  haven't yet been backported to Electron version 16.

NixOS module: programs.sway.extraPackages: The "alacritty" package was
replaced with "foot".

VM test: We switched from the OpenGL ES 2.0 renderer to Pixman. The
terminal was also changed to foot but Alacritty is still used for the
XWayland test (since foot doesn't support X11).

Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
2022-01-23 19:21:37 +01:00
github-actions[bot]
93a9821309
Merge master into staging-next 2022-01-23 18:01:11 +00:00
tgunnoe
290b04c5a8 lzwolf: init at unstable-2022-01-04 2022-01-23 12:45:11 -05:00
Pol Dellaiera
6794a2c3f6
php81: 8.1.1 -> 8.1.2 2022-01-23 18:23:57 +01:00
Thiago Kenji Okada
1621a69fa4
Merge pull request #156101 from thiagokokada/bump-retroarch
retroarch: 1.9.14 -> 1.10.0;  libretro: unstable-2021-12-06 -> unstable-2022-01-21;  libretro.citra-canary: init at unstable-2022-01-21
2022-01-23 13:37:21 -03:00
Robert Scott
10a547c8f5
Merge pull request #155625 from sternenseemann/python-sigrok-0.5.1
python3Packages.sigrok: init at 0.5.1
2022-01-23 15:47:49 +00:00
Yt
deaf36f4c6
snarkos: init at unstable-2021-01-21 (#156209) 2022-01-24 00:21:02 +09:00
Phillip Cloud
4860df782f
python3Packages.pymdown-extensions: init at 9.1 2022-01-23 10:12:49 -05:00
sternenseemann
b876a7e549 python3Packages.sigrok: init at 0.5.1
python*Packages.sigrok is a version of libsigrok which additionally
builds its python bindings. Sadly bindings and package don't seem to be
buildable independently of each other without a lot of patching.

The main thing we need to do is patch Makefile.am to pass
--single-version-externally-managed, so the installed sigrok module ends
up in PYTHONPATH properly.
2022-01-23 16:08:05 +01:00
Phillip Cloud
6833cd17bd
python3Packages.ansimarkup: init at 1.5.0 2022-01-23 09:56:20 -05:00
AndersonTorres
fa74c63bdc vlc: optional Wayland support 2022-01-23 11:20:24 -03:00
nialov
e925610ca3
python3Packages.pygeos: init at 0.12.0 2022-01-23 16:02:38 +02:00
Dominik Xaver Hörl
857d287855 sdat2img: init at unstable-2021-11-9 2022-01-23 14:38:14 +01:00
legendofmiracles
c07b988286
Merge pull request #155442 from IvarWithoutBones/init/optifine-versions 2022-01-23 07:36:47 -06:00
legendofmiracles
0bae434abd
Merge pull request #154946 from kraem/kraem/rivercarro_init 2022-01-23 07:17:51 -06:00
Linus Heckemann
a01bb4e8ce promtail: add package 2022-01-23 14:01:26 +01:00
github-actions[bot]
8d5200b415
Merge master into staging-next 2022-01-23 12:02:06 +00:00
Linus Heckemann
1b94b6c8cc rtl8189es: init at 2020-10-03
Co-Authored-By: Linus Heckemann <git@sphalerite.org>
2022-01-23 12:55:16 +01:00
Fabian Affolter
bce00311b3
Merge pull request #154894 from smaret/flake8-docstrings-init
python3Packages.flake8-docstrings: init at 1.6.0
2022-01-23 12:01:18 +01:00
Fabian Affolter
968f480509
Merge pull request #155420 from jpetrucciani/add_gamble
python3Packages.gamble: init at 0.10
2022-01-23 11:56:29 +01:00
Martin Weinelt
fd4d52457a
Merge pull request #155848 from plabadens/python-co2signal 2022-01-23 11:40:18 +01:00
Louis Bettens
ccfbc1e98d snowflake: init at 2.0.1 2022-01-23 11:02:30 +01:00
Vincent Laporte
e3183d75e3 ocamlPackages.lablgtk: disable glade support 2022-01-23 10:23:53 +01:00
Vincent Laporte
1c1b91861a ocamlPackages.gtktop: remove at 2.0 2022-01-23 10:23:53 +01:00
Nikolay Korotkiy
e1317cb5a1
tile38: init at 1.27.1 2022-01-23 09:22:51 +03:00
Sandro
7c2011fc5c
Merge pull request #155997 from helsinki-systems/drop/hplip_3_16_11 2022-01-23 07:21:39 +01:00
github-actions[bot]
591c66a4e3
Merge master into staging-next 2022-01-23 06:00:56 +00:00
Seong Yong-ju
7d70d8f541 python3Packages.pydrive2: init at 1.10.0 2022-01-23 14:38:12 +09:00
Sandro
22eff4f912
Merge pull request #156197 from SuperSandro2000/panicparse 2022-01-23 04:42:27 +01:00
Bernardo Meurer
103a25f1f2
Merge pull request #147482 from FlorianFranzen/bluez-experimental
bluez5: add experimental variant
2022-01-23 03:18:41 +00:00
Sandro
d5d0a3c496
Merge pull request #156069 from FlorianFranzen/rtw89-in-kernel 2022-01-23 04:07:42 +01:00
Alexandra
7267839e76
gprojector: init at 3.0.2 (#154932) 2022-01-23 04:04:10 +01:00
github-actions[bot]
429249f120
Merge master into staging-next 2022-01-23 00:01:54 +00:00
Anuj More
994bd50deb
rubyPackages: update (#155876) 2022-01-22 18:13:53 -05:00
Anderson Torres
73ada6bde7
Merge pull request #156201 from AndersonTorres/new-misc
src: python3 instead of python2
2022-01-22 19:11:27 -03:00
Janne Heß
76087ffda9
googleearth: Drop the package
See https://support.google.com/earth/thread/2298894/google-earth-frequently-asked-questions?msgid=2298894
points 2 and 8. Download 404s
2022-01-22 22:58:12 +01:00
Janne Heß
80a29b0d92
Merge pull request #149684 from helsinki-systems/feat/multiple-mariadb-versions
mariadb: support multiple versions
2022-01-22 22:24:45 +01:00
sternenseemann
767fefc21c haskell.lib: move lib.nix into same directory as compose.nix 2022-01-22 21:38:03 +01:00
Sandro
e0efc750bb
Merge pull request #155993 from helsinki-systems/drop/libgroove 2022-01-22 21:29:45 +01:00
AndersonTorres
1d49580806 src: switch to Python3
According to most recent changelog, src now explicitly requires Python3.
2022-01-22 17:02:33 -03:00
Sandro Jäckel
485d0fedc1
panicparse: init at 2.2.0 2022-01-22 20:36:30 +01:00
Mauricio Scheffer
84fe9e42ff mblock-mlink: init at 1.2.0 2022-01-22 19:30:09 +00:00
Samuel Dionne-Riel
7749ab496a
Merge pull request #156034 from yurkobb/uboot-olimex-a64
uboot: add Olimex A64 OLinuXino
2022-01-22 14:28:23 -05:00
AndersonTorres
195ac60c4e reorder games section 2022-01-22 16:06:09 -03:00
github-actions[bot]
6922792376
Merge master into staging-next 2022-01-22 18:01:07 +00:00
Sandro
bcb7994018
Merge pull request #156091 from revol-xut/master 2022-01-22 18:44:37 +01:00
Robert Hensing
813f9da8ab pkgs.path: Avoid copying when used via flake 2022-01-22 16:42:07 +01:00
Ivv
a858b46b67
Merge pull request #152003 from Leixb/init-headsetcontrol
headsetcontrol: init at 2.6
2022-01-22 13:54:50 +01:00
IvarWithoutBones
cd8681a955 optifinePackages: init 2022-01-22 13:52:50 +01:00
github-actions[bot]
413effd66b
Merge master into staging-next 2022-01-22 12:01:15 +00:00
Alexandre Iooss
b9e70dfa7f nimPackages.jsony: init at 1.1.3 2022-01-22 11:30:07 +01:00
Fabian Affolter
061542cadf
Merge pull request #156147 from McSinyx/ipwhl
python3Packages.ipwhl: init at 1.0.0
2022-01-22 10:55:20 +01:00
r2r-dev
eeede61892 bazel_5: init at 5.0.0
Bazel 5 is going to be a second long term support release.

Changes from bazel_4:
- compile java_tools (such as ijar) using nix-provided jdk
- local jvm and jdk are now passed using --tool_java_runtime_version, --tool_java_runtime_version and --extra_toolchains flags
  see https://docs.bazel.build/versions/5.0.0/bazel-and-java.html for details
- update-srcDeps.py: distdir_tar function renamed to _distdir_tar to properly parse bazel query output executed against bazel 5 sources
- bazel_5.updater: uses bazel_4 to generate src-deps.json. This change was required to handle json.decode calls in bazel 5 dependencies
- protobuf-test and java-test adjusted to take into consideration both jdk 8 (for Bazel < 5.0.0) and jdk 11 (for Bazel >= 5.0.0)

https://blog.bazel.build/2022/01/19/bazel-5.0.html
https://github.com/bazelbuild/bazel/releases/tag/5.0.0
2022-01-22 10:23:04 +01:00
Nguyễn Gia Phong
ce3570183f
python3Packages.ipwhl: init at 1.0.0 2022-01-22 15:59:23 +07:00
Thiago Kenji Okada
1b79b5bb0a retroarchFull: remove cores not supported on platform
This should allow building retroarchFull in more platforms (e.g.:
aarch64-linux).
2022-01-21 22:51:21 -03:00
ajs124
98c8295279 mariadb: support multiple versions 2022-01-22 02:27:04 +01:00
github-actions[bot]
1ca0ba653f
Merge master into staging-next 2022-01-22 00:01:46 +00:00
revol-xut
29837fcf68
lingua-franca: 0.1.0 -> 0.1.1 2022-01-21 21:14:41 +01:00
revol-xut
8283f2b1ae
lingua-franca: add to top-level packages 2022-01-21 20:51:37 +01:00
Anderson Torres
7a3e0dd775
Merge pull request #155501 from AndersonTorres/new-games
npush: init at 0.7
2022-01-21 16:48:36 -03:00
AndersonTorres
78c338cb10 npush: init at 0.7
Also, adding a helper run-npush that takes care of preparing the game to run
with the official levelset.
2022-01-21 16:47:48 -03:00
legendofmiracles
8400959b34
Merge pull request #156054 from peterromfeldhk/peter-vluster-init
vcluster: init at 0.5.3
2022-01-21 13:16:51 -06:00
legendofmiracles
96860d22fa
Merge pull request #155783 from tgharib/bukut
bukut: init at 0.11
2022-01-21 13:11:50 -06:00
github-actions[bot]
fd5336b13e
Merge master into staging-next 2022-01-21 18:01:25 +00:00
Sandro
e25864311d
Merge pull request #146940 from wackbyte/tetrio-desktop 2022-01-21 19:00:21 +01:00
Taha Gharib
7e1ed18419 bukut: init at 0.11 2022-01-21 11:11:08 -05:00
Sandro
2be8dd9908
Merge pull request #155560 from bachp/antennas-4.1.0 2022-01-21 17:02:21 +01:00
Florian Franzen
73fa2491fc kernel: rtw89 is part of newer kernels 2022-01-21 16:59:08 +01:00
Sandro
85459d0002
Merge pull request #153737 from wegank/hannom 2022-01-21 16:28:54 +01:00
Peter Romfeld
4ddb05e51a
vcluster: init at 0.5.3 2022-01-21 16:40:40 +02:00
Pascal Bach
1c33846ae9 antennas: unstable-2021-01-21 -> 4.1.0
The new version is released to npm so we build it from there.
2022-01-21 15:31:55 +01:00
legendofmiracles
861175871e
Merge pull request #155541 from CodeLongAndProsper90/init-gay
gay: init at 1.2.8
2022-01-21 07:39:33 -06:00
06kellyjac
628bf32777 syft: init at 0.36.0 2022-01-21 13:02:59 +00:00
github-actions[bot]
e156d59d2b
Merge master into staging-next 2022-01-21 12:01:24 +00:00
Patrick Hilhorst
23e67cc7fd
Merge pull request #155234 from Synthetica9/mutmut-init 2022-01-21 12:23:15 +01:00
LeixB
cfe5cf106c
headsetcontrol: init at 2.6 2022-01-21 11:25:36 +01:00
Yury Bulka
b865941fea uboot: add Olimex A64 OLinuXino 2022-01-21 11:03:00 +02:00
github-actions[bot]
69b5682348
Merge master into staging-next 2022-01-21 06:01:27 +00:00
Peng Mei Yu
bac86dacdf
gost: init at 2.11.1 2022-01-21 11:05:57 +08:00
ajs124
a389429453 hplip_3_16_11: drop 2022-01-21 03:51:41 +01:00
ajs124
5161de0a1e cmake_2_8: drop 2022-01-21 03:45:24 +01:00
ajs124
479ca09609 tulip: 5.2.1 -> 5.6.1 2022-01-21 03:45:21 +01:00
Bobby Rong
f614799359
Merge pull request #147099 from jcouyang/synology-drive-client
synology-drive-client: merge with "synology-drive"
2022-01-21 10:16:47 +08:00
ajs124
5bfb738471 libgroove: drop 2022-01-21 03:15:09 +01:00
wackbyte
32623fcca0
tetrio-desktop: init at 8.0.0 2022-01-20 19:25:53 -05:00
Scott Little
e33910576f
gay: init at 1.2.8 2022-01-20 18:11:40 -06:00
github-actions[bot]
fc3ddb8979
Merge master into staging-next 2022-01-21 00:01:42 +00:00
Sandro
63525691f2
Merge pull request #147532 from arkivm/darwin-init-iina 2022-01-21 00:56:24 +01:00
Sandro
85a2559565
Merge pull request #155464 from Lunarequest/epson-201401w 2022-01-20 23:27:29 +01:00
Patrick Hilhorst
4326ef50cf
python3Packages.mutmut: init at 2.2.0 2022-01-20 20:39:16 +01:00
Ivv
73a9729353
Merge pull request #152623 from luxferresum/ottomatic
otto-matic: init at 4.0.0
2022-01-20 19:31:37 +01:00
github-actions[bot]
ce88a19065
Merge master into staging-next 2022-01-20 18:01:19 +00:00
Pierre Labadens
fa3190a16c
python310Packages.co2signal: init at 0.4.2 2022-01-20 18:22:54 +01:00
Luna D. Dragon
39b3e3fa2b
epson-201401w: init at 1.0.0 2022-01-20 21:56:42 +05:30
legendofmiracles
c119e59ef8
Merge pull request #155146 from PhilippWoelfel/submit/pdfstudioviewer-2021.1.2 2022-01-20 08:05:21 -06:00
Jonas Heinrich
80475b46f5
nixos/invoiceplane: init module and package at 1.5.11 (#146909) 2022-01-20 22:45:35 +09:00
github-actions[bot]
264c91d4e8
Merge master into staging-next 2022-01-20 12:01:11 +00:00
Katharina Fey
b69f2210e2
ratman: init at 0.3.1 (#155619) 2022-01-20 07:56:15 +01:00
github-actions[bot]
360ff20100
Merge master into staging-next 2022-01-20 06:01:09 +00:00
Vikram Narayanan
ddbcb09c23 iina: init at 1.2.0 2022-01-19 19:39:42 -08:00
Anderson Torres
7137c061af
Merge pull request #153781 from puffnfresh/pkgs/dtrx
dtrx: 7.1 -> 8.2.1 (resurrected)
2022-01-19 23:24:09 -03:00
Sibi Prabakaran
5b3d192e40
rucredstash: init at 0.9.0 (#155135)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-20 03:10:08 +01:00
Brian McKenna
ab001e250a dtrx: 7.1 -> 8.2.1 (resurrected)
The original developer has abandoned this package but some Ubuntu
developers have forked it and maintain it. This means the tests now
work and the package supports Python 3.
2022-01-20 12:56:43 +11:00
Sandro
17452e28e4
Merge pull request #155034 from sikmir/far2l 2022-01-20 01:50:57 +01:00
github-actions[bot]
b74b591fbe
Merge master into staging-next 2022-01-20 00:01:46 +00:00
Anderson Torres
a97ae545f3
Merge pull request #155048 from mweinelt/python2-must-die
gnome2.vte: drop with all reverse dependencies
2022-01-19 19:24:20 -03:00
Robert Scott
37d3f7569d
Merge pull request #152021 from roblabla/build-ghidra
ghidra: init at 10.1.1
2022-01-19 22:20:39 +00:00
Fabian Affolter
a0a13138c8
Merge pull request #155538 from 0xbe7a/remove-blist
python3Packages.blist: remove
2022-01-19 20:29:02 +01:00
github-actions[bot]
9e9e41da09
Merge master into staging-next 2022-01-19 18:01:22 +00:00
Sandro
f2fe7b9b52
Merge pull request #145204 from LucaFulchir/pynut2 2022-01-19 16:36:39 +01:00
Sandro
5dcd3d078d
Merge pull request #150763 from malob/add-signalbackup-tools 2022-01-19 16:30:14 +01:00
Martin Weinelt
7da8eaa0e0
radare2: don't inherit gnome2's vte version 2022-01-19 13:45:07 +01:00
Martin Weinelt
fb7eb9e80c
grip: trim dependencies
Uses much less dependencies than we were giving it these days.
2022-01-19 13:45:06 +01:00
Martin Weinelt
9b91a19e87
lilyterm: drop
Drop both variants of lilyterm for requiring an outdated vte version
that is about to be dropped.
2022-01-19 13:45:06 +01:00
Martin Weinelt
08af30fedf
evilvte: drop
Depends on a VTE version that is about to be dropped for depening on
pythn2Packages.pygtk.

Also unmaintained and with known security issues.
2022-01-19 13:45:06 +01:00
sternenseemann
97052019cd libsigrok: take unversioned python argument
libsigrok can be built with different python versions which we want to
use for integrating it into python*Packages.
2022-01-19 13:34:13 +01:00
Robert Hensing
b77b529e4b
Merge pull request #154275 from hercules-ci/nixpkgs-basic-release-checks-trace-on-warn
nixpkgs-basic-release-checks: Print trace on lib.warn
2022-01-19 13:26:42 +01:00
Akhil Indurti
0fbe799b6c ivy: init at 0.1.13 2022-01-19 22:14:08 +10:00
github-actions[bot]
28abf69ffd
Merge master into staging-next 2022-01-19 12:01:24 +00:00
Sandro
9693f55366
Merge pull request #136513 from j0hax/octolapse 2022-01-19 12:12:24 +01:00
Sandro
2ff2c9595d
Merge pull request #155539 from vs49688/notame 2022-01-19 12:02:16 +01:00
Kierán Meinhardt
f12f99a320
pifi: remove (#155569) 2022-01-19 16:59:22 +08:00
github-actions[bot]
1b54e5bb50
Merge master into staging-next 2022-01-19 06:01:24 +00:00
Jörg Thalheim
bae5930da8
Merge branch 'master' into love-cleanup 2022-01-19 05:53:49 +00:00
Zane van Iperen
3c457c542d
airtame: remove
The download has been broken for eons, and the latest
version (4.1.1) has switched to Snap instead of a tarball.

Considering the fact that it hasn't been updated and no one's
complained, I'd say this is ripe for removal.
2022-01-19 11:21:27 +10:00
github-actions[bot]
0fdca24272
Merge master into staging-next 2022-01-19 00:01:38 +00:00
Sandro
6733a4dffa
Merge pull request #155212 from gador/flask-security-too-init 2022-01-18 23:59:02 +01:00
Sandro
bbe8195d8f
Merge pull request #155504 from SuperSandro2000/tlauncher 2022-01-18 23:55:11 +01:00
be7a
3feb74114f pythonPackages.blist: remove 2022-01-18 23:20:03 +01:00
Maximilian Bosch
d2d3cda563
Merge pull request #155064 from sumnerevans/matrix-synapse-1.50.0
matrix-synapse: 1.49.2 -> 1.50.1
2022-01-18 23:06:16 +01:00
florian on nixos (Florian Brandes)
5a82b24bd5
python3Packages.flask-security-too: init at 4.1.2
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 21:29:36 +01:00
Sandro
42d3974dbd
Merge pull request #155419 from gador/add-mongomock 2022-01-18 20:57:56 +01:00
Sandro Jäckel
1d1dc7798d
tlauncher: remove
tlauncher has a shady past (https://github.com/NixOS/nixpkgs/pull/152744#issuecomment-1014125073)
offers torrents on their website with cracked games and the discussion in their reddit is primarly
around cracked Mincraft versions.

This reverts commit ed4ece3f44.
2022-01-18 20:57:43 +01:00
Johannes Arnold
2fe87635b5 python3Packages.file_read_backwards: init at 2.0.0 2022-01-18 20:54:00 +01:00
Sandro
5c4fa6964f
Merge pull request #138386 from Yarny0/tsm-client 2022-01-18 20:50:28 +01:00
Sandro
66023aed5c
Merge pull request #155214 from gador/flask-gravatar-update 2022-01-18 20:41:20 +01:00
Sandro
b30d675094
Merge pull request #155219 from gador/speaklater3-init 2022-01-18 19:49:02 +01:00
Malo Bourgon
6d8b9679dc signalbackup-tools: init at 20220107 2022-01-18 10:41:47 -08:00
Tobias Bora
d3a146c2ec
bespokesynth: 1.0 -> 1.1.0. Fixing issues with file loading (#144708)
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>
2022-01-18 19:30:50 +01:00
Ivar Scholten
b20c4c3b9f opensupaplex: init at 7.1.2 2022-01-18 19:29:33 +01:00
florian on nixos (Florian Brandes)
e1fb406399
python3Packages.mongomock: init at 3.23.0 2022-01-18 19:23:41 +01:00
Sandro
38ae3526d4
Merge pull request #155215 from gador/flask-paranoid-update 2022-01-18 19:23:20 +01:00
Sandro
1d3ab9fedf
Merge pull request #155217 from gador/httpagentparser-init 2022-01-18 19:19:32 +01:00
Sandro
0656394179
Merge pull request #155418 from gador/add-sentinels 2022-01-18 19:14:32 +01:00
github-actions[bot]
1b0315af15
Merge master into staging-next 2022-01-18 18:01:04 +00:00
Sandro
1ed2fd0b4f
Merge pull request #148674 from NotGordias/patch-2 2022-01-18 18:27:25 +01:00
AndersonTorres
87fb0aed85 all-packages.nix: reformat some expressions
More specifically, moving the games to the `###GAMES` section, and moving the
non-games out of it.
2022-01-18 13:41:15 -03:00
Sandro
30cc7340f5
Merge pull request #143401 from WolfangAukang/pomotroid 2022-01-18 15:54:25 +01:00
Sumner Evans
af080751af
matrix_common: init at 1.0.0
New required dependency for matrix-synapse
2022-01-18 07:42:20 -07:00
davidak
d930b1398e
Merge pull request #155359 from davidak/monitor
monitor: 0.11.0 -> 0.12.0
2022-01-18 15:40:01 +01:00
Jonas Chevalier
2c20f2181d
Merge pull request #154936 from zimbatm/terraform-providers-cleanup
more terraform cleanup
2022-01-18 15:16:07 +01:00
davidak
d35021fc31
monitor: 0.11.0 -> 0.12.0 2022-01-18 22:06:43 +08:00
florian on nixos (Florian Brandes)
c6a18b488c python3Packages.flask-gravatar: init at 0.5.0
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 14:05:49 +01:00
florian on nixos (Florian Brandes)
bc53afc574 python3Packages.httpagentparser: init at 1.9.1 2022-01-18 14:05:23 +01:00
florian on nixos (Florian Brandes)
24df24be73 python3Packages.speaklater3: init at 1.4
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 13:05:00 +01:00
florian on nixos (Florian Brandes)
4396e4f658
python3Packages.flask-paranoid: init at 0.2
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 13:01:19 +01:00
Louis Bettens
d124b87875 python3Packages.cepa: init at 1.8.3 2022-01-18 10:30:53 +01:00
florian on nixos (Florian Brandes)
0a85191a3b
python3Packages.sentinels: init at 1.0.0 2022-01-18 08:55:43 +01:00
github-actions[bot]
b456d67c98
Merge master into staging-next 2022-01-18 00:01:41 +00:00
jacobi petrucciani
4555282bc1 python3Packages.gamble: init at 0.10 2022-01-17 18:31:14 -05:00
Fabian Affolter
004eff765c
Merge pull request #155422 from jpetrucciani/add_types-freezegun
python3Packages.types-freezegun: init at 1.1.6
2022-01-18 00:21:13 +01:00
jacobi petrucciani
7be3d85b0b python3Packages.types-tabulate: init at 0.8.5 2022-01-17 16:53:16 -05:00
jacobi petrucciani
7cf0869f41 python3Packages.types-freezegun: init at 1.1.6 2022-01-17 16:44:09 -05:00
Gordias
6f05ed5371
alps: init at 2021-09-29
this commit adds the alps webmail package (https://git.sr.ht/~migadu/alps/)
2022-01-17 15:50:30 -05:00
Phillip Cloud
68d7778e92
python3Packages.pdm-pep517: init at 0.9.4 (#155385)
* python3Packages.pdm-pep517: init at 0.9.4

* chore: get git tests to work

* chore: coverage isn't run during tests so it doesn't need to be in the closure
2022-01-17 20:11:13 +01:00
Phillip Cloud
11c1844e84 python3Packages.pythonfinder: init at 1.2.9 2022-01-17 19:24:00 +01:00
github-actions[bot]
c795e7ba4f
Merge master into staging-next 2022-01-17 18:01:06 +00:00
Jan Tojnar
0b3e6e3783
Merge pull request #154239 from bobby285271/vala
Vala updates 2022-01-09
2022-01-17 18:46:07 +01:00
Frederik Rietdijk
721a4a296e python2Packages: remove imports of files that no longer exist 2022-01-17 18:09:07 +01:00
Pasquale
45db27da2e
xxh: added tests 2022-01-17 17:01:20 +01:00
Frederik Rietdijk
4d125692e5 Merge master into staging-next 2022-01-17 16:10:06 +01:00
Phillip Cloud
c436db00a5
python3Packages.installer: init at 0.3.0 (#155377)
* python3Packages.installer: init at 0.3.0

* chore(python3Packages.installer): add FRidh as maintainer

* chore(python3Packages.installer): fix spelling of maintainer
2022-01-17 15:55:40 +01:00
Vladimír Čunát
9822f31f0b
Merge #154506: release.nix: fix eval with aarch64-
... in case when no x86_64-darwin is supported
2022-01-17 14:31:11 +01:00
Ryan Lahfa
dcdc03c7c1
python3Packages.socketio-client: init at 0.7.2 (#155269)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-17 13:12:04 +01:00
github-actions[bot]
0eee7ee8c8
Merge master into staging-next 2022-01-17 12:01:25 +00:00
Yarny0
6d134acc4a tsm-client: use explicit package option for Java GUI
The tsm-client package comes in two flavours:
command line only (`tsm-client`) and with a
Java-backed GUI (`tsm-client-withGui`).
To control which package is built,
the build recipe simply used to check if the
`jdk8` package was provided as package input.
This commit changes this mechanism:
The build recipe now accepts the explicit option `enableGui`,
which is set to `false` by default.

As the commit at hand touches the build recipe arguments,
it also changes argument sorting following
https://nixos.org/manual/nixpkgs/stable/#sec-syntax
2022-01-17 12:09:26 +01:00
Timo Kaufmann
e3b041ac07
Merge pull request #145767 from midchildan/fix/noto-cjk
noto-fonts-cjk: add missing serif font
2022-01-17 11:23:40 +01:00
Sandro
44e6704c37
Merge pull request #150169 from bew/init-rofi-wayland 2022-01-17 10:53:33 +01:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00