Commit Graph

68364 Commits

Author SHA1 Message Date
pennae
9ee88fd456
Merge pull request #155063 from PhilippWoelfel/submit/lightly-qt-0.4.1
lightly-qt: init at 0.4.1

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
2022-01-16 09:52:36 +00:00
Frederik Rietdijk
d63c752b00 python3Packages.graph-tool: rename file
to use default.nix as is commonly done.
2022-01-16 10:00:16 +01:00
Frederik Rietdijk
4bf9e61a76 python3Packages.pytest_5: remove
no longer needed
2022-01-16 10:00:16 +01:00
Frederik Rietdijk
470fdb307a python36Packages.ipython: remove
since python36 is no longer part of nixpkgs.
2022-01-16 10:00:16 +01:00
Frederik Rietdijk
ae18d68b6b python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Frederik Rietdijk
2027fb600d alot: application instead of python library
This also allows us to move notmuch2 out of python-packages.nix.
2022-01-16 10:00:16 +01:00
Frederik Rietdijk
7c1d6cfb95 gnuradio3_7: remove
Remove older version of gnuradio that still depends on python2.
2022-01-16 09:47:12 +01:00
Nikolay Amiantov
5e8ff1b59d
Merge pull request #154007 from abbradar/v8
v8: 8.4.255 -> 9.6.180.21
2022-01-16 11:45:41 +03:00
Jörg Thalheim
cf1d0dd79d love_{0_7,0_8}: improve deprecation message 2022-01-16 07:18:43 +01:00
Jörg Thalheim
1ba023e76b love_0_9: drop 2022-01-16 07:15:14 +01:00
Jörg Thalheim
d720494491 hawkthorne: drop 2022-01-16 07:15:14 +01:00
Jörg Thalheim
51b69623db love_0_7: drop 2022-01-16 07:14:40 +01:00
Jörg Thalheim
e52a956960 rimshot: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:14:40 +01:00
Jörg Thalheim
89cabe5b05 nottetris2: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:13:39 +01:00
Jörg Thalheim
0b087a8cbe love_0_8: drop 2022-01-16 07:13:36 +01:00
Jörg Thalheim
6e6058400a vapor: drop package 2022-01-16 07:13:05 +01:00
Jörg Thalheim
5a6a12256d
Merge pull request #154157 from yaxitech/sgx-ssl
sgx-ssl: init at lin_2.15.1_1.1.1l
2022-01-16 06:05:10 +00:00
Joel
b254d2b1fe minecraftServers: init - move all minecraft-server versions into minecraftServers 2022-01-15 21:58:16 -05:00
Joel
e0843a80e2 minecraft-server: fix using latest jre for all minecraft server versions 2022-01-15 21:58:16 -05:00
Joel
867b8e2188 minecraft-server: package major versions 2022-01-15 21:58:16 -05:00
Martin Weinelt
ae02cde6df
Merge pull request #154697 from mweinelt/python2-byebye 2022-01-16 03:22:15 +01:00
Robert Schütz
adde93f135
Merge pull request #155060 from dotlambda/home-assistant-outsource-tests
home-assistant: outsource component tests
2022-01-15 18:01:52 -08:00
Martin Weinelt
554616d5ed
python3Packages.fiona: drop gdal_2 pin 2022-01-16 02:36:26 +01:00
Martin Weinelt
8afa8e93b4
python3Packages.rasterio: drop gdal_2 pin
Fixes osmnx build, that previously introduced two gdal versions.
2022-01-16 02:36:25 +01:00
Martin Weinelt
3c0752dbe0
displaycal: drop
Last release from 2019, hasn't migrated to python3.

```
Traceback (most recent call last):
  File "/build/DisplayCAL-3.8.9.3/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 258
    print "Bumping version number %s ->" % \
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Bumping version number %s ->" % \)?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
308e8396b7
ino: drop
The package is stuck on python2 while the upstream has archived its
repository and the last commit is from 2014.

```
  File "/build/ino-0.3.6/ino/runner.py", line 78
    print colorize(str(exc), 'red')
          ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:24 +01:00
Martin Weinelt
33610bfeca
gitinspector: drop
Claims to support python3, but I'm seeing it use implicit relative
imports and it also has not adapted to python3.8 gettext API changes.

Removed for working only with python2.
2022-01-16 02:36:23 +01:00
Martin Weinelt
492e5e07c9
lumpy: drop
Removed because it requires python2 and the upstream repository looks
undermaintained.
2022-01-16 02:36:23 +01:00
Martin Weinelt
369db3b2f3
mailpile, nixos/mailpile: drop
Still actively developed and yet stuck on python2. Also marked as
vulnerable and their issue tracker contains yet another security issue
reported in 2021/10 that the upstream hasn't acknowledged yet.

Mind blown.

Closes: #135543, #97274, #97275
2022-01-16 02:36:20 +01:00
Martin Weinelt
608cde3bd4
metamorphose2: drop
Relies on python2 and last upstream release in 2015.

> AttributeError: 'str' object has no attribute 'decode'
2022-01-16 02:34:57 +01:00
Martin Weinelt
4a1da0bed9
neap: drop
Requires pygtk2, which is python2 only and upstream last touched that
script in 2011.
2022-01-16 02:34:57 +01:00
Martin Weinelt
5d0261b438
curaByDagoma: drop
The package is unmaintained and uses python2. There are newer upstream
versions, but upgrading the package requires some dedication, which only
a maintainer should need to provide.
2022-01-16 02:34:56 +01:00
Martin Weinelt
dda538b172
renpy: drop
The packaged version required python2, updating it showed it doesn't
work, since it tries to write to its read-only output directory. Also
renpy now requires their own pygame_sdl2 fork to build.

More work on this would be required, and since there is no maintainer at
this time I opted for the removal.
2022-01-16 02:34:56 +01:00
Martin Weinelt
78bc359e03
python2Packages.cjson: drop
Only consumer was blink sip client, which was removed.
2022-01-16 02:34:56 +01:00
Martin Weinelt
33df2ffa0a
blink: drop
The package was not updated since 2019 and requires python2 only
dependencies.
2022-01-16 02:34:56 +01:00
Martin Weinelt
802f80b50c
pyrex, pyrex096, pyrex095: drop
Stuck on python2 and last release in 2010.

> NameError: name 'execfile' is not defined
2022-01-16 02:34:55 +01:00
Martin Weinelt
6c67bfc986
cde-gtk-theme: drop
Ships python2 scripts and last updated in 2018.
2022-01-16 02:34:55 +01:00
Luke Granger-Brown
4a065e569b solo2-cli: init at 0.1.1 2022-01-16 01:25:17 +00:00
Robert Schütz
61265ec0b4 home-assistant: outsource component tests
A component's tests can now be run by building
    home-assistant.tests.components.${component}

Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2022-01-16 00:51:45 +00:00
Martin Weinelt
6054fb82d5
python3Packages.rpi-bad-power: init at 0.1.0 2022-01-16 00:17:43 +01:00
Tristan Gosselin-Hane
f4ef264724 polymc: init at 1.0.4 2022-01-15 18:07:29 -05:00
Doron Behar
1794554a9a gnuradio: 3.9 -> 3.10 2022-01-15 23:18:00 +02:00
Robert Schütz
12098119d9 python2Packages.pyyaml: init at 5.4.1.1 2022-01-15 20:58:34 +01:00
Philipp Woelfel
be7e597173 lightly-qt: init at 0.4.1 2022-01-15 12:48:37 -07:00
Philipp Woelfel
f7f1f47f9f pdfstudioviewer: init at 2021.1.2 2022-01-15 12:46:07 -07:00
Marek Mahut
1e5a42b7fe
Merge pull request #155095 from timokau/roboschool-mark-as-removed
python.pkgs.roboschool: mark as removed
2022-01-15 17:47:53 +01:00
Fabian Affolter
688cbf9696 python3Packages.python-benedict: init at 0.24.3 2022-01-15 17:08:30 +01:00
Fabian Affolter
03f587e526 python3Packages.python-fsutil: init at 0.5.0 2022-01-15 17:01:01 +01:00
Fabian Affolter
8b77b0ca84 python3Packages.mailchecker: init at 4.1.8 2022-01-15 16:50:41 +01:00
Fabian Affolter
9ff6000a29 python3Packages.aiohttp-retry: init at 2.5.6 2022-01-15 16:36:28 +01:00
Fabian Affolter
5c401b5442 python3Packages.scmrepo: init at 0.0.7 2022-01-15 16:25:08 +01:00
Fabian Affolter
8a1cb86eb9 python3Packages.dictdiffer: init at 0.9.0 2022-01-15 15:12:10 +01:00
Fabian Affolter
581861a7c0 python3Packages.flatten-dict: init at 0.4.2 2022-01-15 14:46:57 +01:00
Fabian Affolter
6c3e84d2cb python3Packages.shtab: init at 1.5.3 2022-01-15 14:34:02 +01:00
Brian McKenna
eb4fd7e716 nsync: init at 1.24.0 2022-01-15 22:33:10 +10:00
Jörg Thalheim
e91ed60026
Merge pull request #154805 from Lassulus/ergochat
ergochat: init at 2.9.1 (+ module/test)
2022-01-15 12:15:46 +00:00
Timo Kaufmann
9042e83cff python.pkgs.roboschool: mark as removed
I recently removed roboschool, but did not add an alias with a removal
notice. As suggested by [1].

[1] https://github.com/NixOS/nixpkgs/pull/154998#issuecomment-1013334113
2022-01-15 12:25:05 +01:00
7c6f434c
22a2be05ea
Merge pull request #155069 from wackbyte/update-love
love: updates, fetch from GitHub, refactor name to pname + version, etc
2022-01-15 09:41:18 +00:00
0x4A6F
3cbdd13b11
Merge pull request #151364 from matthiasbeyer/add-timetagger
Add timetagger
2022-01-15 09:52:21 +01:00
Fabian Affolter
816f6e0c25
Merge pull request #155008 from fabaff/fix-amqtt
python3Packages.amqtt: 0.10.0 -> unstable-2022-01-11
2022-01-15 09:16:54 +01:00
Matthias Beyer
a2a43df955 timetagger: init at 21.11.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-01-15 09:07:52 +01:00
Matthias Beyer
e9d1e53c6e pythonPackages.asgineer: init at 0.8.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-01-15 09:07:51 +01:00
Matthias Beyer
4f44ede48e pythonPackages.itemdb: init at 1.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-01-15 09:07:51 +01:00
Matthias Beyer
84ca20017b pythonPackages.pscript: init at 0.7.6
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-01-15 09:07:51 +01:00
wackbyte
f45e079999
love: updates, fetch from GitHub, refactor name to pname + version, etc
- love_0_9: 0.9.1 -> 0.9.2
- love_11: 11.3 -> 11.4
- Updated the src of each package to fetch from GitHub rather than
  Bitbucket as the repository moved
- Changed name to pname + version (#103997)
- Moved 11.1.nix to 11.nix to fit the others and because the version is
  no longer 11.1
- Changed all the homepage links from http to https just because
- love_0_9 is still broken unfortunately
2022-01-15 00:01:58 -05:00
Jan Tojnar
a3720ac9a1 xiphos: clean up dependencies
- Moved build dependencies to native.
- Most of those added in 4.2.1 update are only transitive.
- Switched to GTK 3.
- The GNOME 2 dependencies can me removed as they are not used.
  - Except for GTKHtml since WebKit2-based editor is not implemented.
- Python is not needed either.
- D-Bus functionality requires a patch to build
- gsf was replaced by minizip – https://github.com/crosswire/xiphos/pull/1003
2022-01-15 05:35:27 +01:00
legendofmiracles
25a9a2d6cc
Merge pull request #154058 from cpu/cpu-blightmud-3.5.0 2022-01-14 20:41:53 -06:00
Ben Siraphob
f542129a99
Merge pull request #155020 from devins2518/discord_mac
discord{,-ptb,-canary}: add derivations for {x86_64,aarch64}-darwin
2022-01-15 02:08:52 +00:00
Devin Singh
8a6cde9143
discord: add derivations for {x86_64,aarch64}-darwin 2022-01-14 19:19:26 -06:00
Daniel McCarney
ae1bee344a
blightmud: init at 3.5.0
Blightmud is a terminal client for connecting to Multi User Dungeon
(MUD) games. It is written in Rust and supports TLS, GMCP, MSDP, MCCP2,
tab completion, text searching and a split view for scrolling. Blightmud
can be customized with Lua scripting for aliases, triggers, timers,
customized status bars, and more. Blightmud supports several
accessibility features including an optional built-in text-to-speech
engine and a screen reader friendly mode.

For nixpkgs it is largely a standard derivation for a rust project using
`rustPlatform.buildRustPackage`. There is some customization required
for the optional text-to-speech (TTS) engine support. In this case the
derivation must also set the `LIBCLANG_PATH` and customize
`BINDGEN_EXTRA_CLANG_ARGS` in order for a required crate to be able to
`rust-bindgen` the `libspeechd` dependency it wraps. Lastly the
derivation has to skip some integration-style tests that don't play
nicely with the nixpkgs build environment - the majority of unit tests
work so they are left running in the check phase.

Since the TTS support brings in heavy dependencies, but is a useful
accessibility feature, the Blightmud derivation is added to
`all-packages.nix` twice:

1. the `blightmud` attribute builds a configuration without TTS support.
2. the `blightmud-tts` attribute builds a configuration _with_ TTS
   support.

The new Blightmud derivation is placed in `pkgs/games/blightmud/`
following the precedent set by another packaged GUI-based MUD client,
`mudlet` with `pkgs/games/mudlet/`.
2022-01-14 18:34:01 -05:00
sterni
b65da09204
Merge pull request #155014 from vbgl/ocaml-progress-0.2.1
ocamlPackages.progress: 0.1.1 → 0.2.1
2022-01-15 00:13:53 +01:00
Sandro
b17f868724
Merge pull request #153318 from storvik/torchinfo 2022-01-14 21:40:55 +01:00
Nikolay Korotkiy
b375c24322
far2l: 2020-12-30 → 2.4.0, enable on darwin 2022-01-14 23:21:31 +03:00
Fabian Affolter
49574fc9d5
Merge pull request #154934 from fabaff/fix-toil
toil: 5.4.0 -> 5.6.0
2022-01-14 21:16:45 +01:00
zimbatm
090872ef68
terraform_0_12: remove
Remove the last version that doesn't use the registry
2022-01-14 21:02:49 +01:00
Sandro
b5b0c4e1cb
Merge pull request #155029 from astro/deadnix 2022-01-14 20:57:53 +01:00
Astro
b24a2be269 deadnix: init at 0.1.3 2022-01-14 20:26:18 +01:00
Jonathan Ringer
c52d6cf465 python3Packages.repeated_test: remove 2022-01-14 09:55:04 -08:00
Anderson Torres
04f3ee1325
Merge pull request #153803 from drupol/feat/add-dura
dura: init at 0.1.0
2022-01-14 12:37:50 -03:00
Vincent Laporte
94aeee3af1
ocamlPackages.vector: init at 1.0.0 2022-01-14 15:43:00 +01:00
Vincent Laporte
55eac49843
ocamlPackages.terminal: init at 0.2.1 2022-01-14 15:42:52 +01:00
legendofmiracles
da0f36afe4
Merge pull request #154857 from sikmir/mepo 2022-01-14 08:03:01 -06:00
Timo Kaufmann
86be30de2d
Merge pull request #154998 from timokau/remove-roboschool
python.pkgs.roboschool: remove
2022-01-14 14:48:16 +01:00
Fabian Affolter
5eb7d1ed25 python3Packages.pytest-logdog: init at 0.1.0 2022-01-14 14:38:16 +01:00
Pol Dellaiera
8cb070da13
dura: init at 0.1.0
Co-authored-by: Dee Anzorge <d.anzorge@gmail.com>
2022-01-14 12:03:13 +01:00
Timo Kaufmann
f5914d9347 python.pkgs.roboschool: remove
Currently broken [1]. Has been deprecated for a while [2].

[1] https://github.com/NixOS/nixpkgs/issues/151469
[2] d32bcb2b35/README.md
2022-01-14 11:37:54 +01:00
Pavol Rusnak
a696f65db3
Merge pull request #153695 from brandonweeks/electron2
electron: remove electron_{3,4,5,6}
2022-01-14 09:46:34 +01:00
Jaka Hudoklin
1ad0c0a2fe
Merge pull request #154215 from dguenther/code-server-4.0.1
code-server: 3.12.0 -> 4.0.1
2022-01-13 23:57:38 +01:00
Anderson Torres
43582dcd07
Merge pull request #154773 from hexagonal-sun/add-pijuice
pijuice: init at 1.7
2022-01-13 18:35:17 -03:00
Fabian Affolter
694e98f8a6 python3Packages.py-tes: init at 0.4.2 2022-01-13 21:35:50 +01:00
Matthew Leach
5d888bff27 pijuice: init at 1.7 2022-01-13 19:54:12 +00:00
Sandro
5e1226aef7
Merge pull request #153896 from lucasew/packages/bpycv 2022-01-13 18:22:53 +01:00
Robert Hensing
5473929d36
Merge pull request #154785 from tfc/pandoc-drawio-filter
pandoc-drawio-filter: init at 1.0
2022-01-13 18:07:46 +01:00
pennae
4d78aaf345
Merge pull request #154828 from liclac/syncterm
syncterm: init at 1.1
2022-01-13 16:30:12 +00:00
Nikolay Korotkiy
b1c6a1d42b
mepo: init at 0.2 2022-01-13 17:57:16 +03:00
Sébastien Maret
c14c90f461 python3Packages.flake8-docstrings: init at 1.6.0 2022-01-13 15:48:28 +01:00
Anderson Torres
235949bbbd
Merge pull request #154796 from dasj19/xiphos-enchant2
xiphos: 4.1.0 -> 4.2.1
2022-01-13 11:34:59 -03:00
lucasew
56b407d573 blender-with-packages: add wrapper to load python packages with blender
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:07:25 -03:00
lucasew
d2b979b354 python3Packages.boxx: init at 0.9.9
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:07:20 -03:00
lucasew
a27bb7859a python3Packages.pyquaternion: init at 0.9.9
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:06:14 -03:00
lucasew
424073c2cd python3Packages.bbox: init at 0.9.2
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:06:13 -03:00
lucasew
12e1a3595c python3Packages.yacs: init at 0.1.8
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:06:13 -03:00
lucasew
86d2d4b0ad python3Packages.zcs: init at 0.1.17
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:06:08 -03:00
Daniel Șerbănescu
7508d82289 xiphos: 4.1.0 -> 4.2.1
- Changes build system from waf to cmake
- Upgrades to enchant-2
2022-01-13 14:17:17 +01:00
Anderson Torres
d4c2294a73
Merge pull request #154830 from AndersonTorres/new-games
ace-of-penguins: init at 1.4
2022-01-13 10:07:35 -03:00
embr
6948bb31e9 syncterm: init at 1.1 2022-01-13 13:24:39 +01:00
Jacek Galowicz
768523dd43 pandoc-drawio-filter: init at 1.0 2022-01-13 10:48:19 +01:00
Fabian Affolter
91be887b49
Merge pull request #154153 from dotlambda/django-extensions-3.1.5
python3Packages.django-extensions: 3.1.3 -> 3.1.5
2022-01-13 08:58:23 +01:00
pennae
466cb747c8
Merge pull request #150408 from Enzime/systemd-boot-extra-entries
nixos/systemd-boot: Add `extraEntries` and `extraFiles` options
2022-01-13 07:15:05 +00:00
Bobby Rong
df3022f35a
Merge pull request #153705 from 06kellyjac/headscale
headscale: 0.11.0 -> 0.12.2
2022-01-13 15:01:53 +08:00
Roman Timushev
400be99192
avro-cpp: use the default boost version (#154784) 2022-01-12 21:38:26 -05:00
AndersonTorres
37aefe329d ace-of-penguins: init at 1.4
Plus patches!
2022-01-12 22:21:00 -03:00
zowoq
cea5f29a52 tendermint: pin to go 1.16 2022-01-13 10:51:09 +10:00
zowoq
64dd661bf7 telepresence2: pin to go 1.16 2022-01-13 10:51:09 +10:00
zowoq
88b29b7fc8 ipfs-cluster: pin to go 1.16 2022-01-13 10:51:09 +10:00
zowoq
cee6ccfc75 ncdns: pin to go 1.16 2022-01-13 10:51:09 +10:00
Thomas Tuegel
bf41a77ce8
Merge pull request #153864 from iand675/honeycomb-tools
Add several CLI tools for sending data to honeycomb.io
2022-01-12 17:27:09 -06:00
Felix Buehler
a0ba92896b python3Packages.spacy-loggers: init at 1.0.1 2022-01-12 23:49:38 +01:00
lassulus
1eab8b2d6a ergochat: init at 2.9.1 2022-01-12 23:18:39 +01:00
Timothy DeHerrera
5a91f482ff
Merge pull request #151814 from jonringer/add-spire
spire: init at 1.1.2
2022-01-12 12:58:22 -07:00
0x4A6F
1e0d877e1d
Merge pull request #151946 from mweinelt/frr
frr: init at 8.1; libyang: init at 2.0.112
2022-01-12 20:51:12 +01:00
Pascal Bach
37cebc739a
Merge pull request #154112 from PhilippWoelfel/submit/kup-init-0.9.1
kup: init at 0.9.1
2022-01-12 19:30:37 +01:00
Andreas Stührk
db091609ff sgx-ssl: init at lin_2.15.1_1.1.1l
Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
2022-01-12 19:24:39 +01:00
Anderson Torres
4f0b53702b
Merge pull request #154771 from AndersonTorres/new-misc
md-tangle: init at 1.9.1
2022-01-12 14:26:29 -03:00
AndersonTorres
b44d1e37c1 md-tangle: init at 1.3.1 2022-01-12 14:23:15 -03:00
Anderson Torres
f18dce2fe8
Merge pull request #153893 from shanesveller/shanesveller/gfold-3.0
gfold: init at 3.0.0
2022-01-12 14:04:27 -03:00
Martin Weinelt
5bd5e98a86
Merge pull request #154700 from adisbladis/libxslt-py-argname 2022-01-12 16:32:17 +01:00
AndersonTorres
cfa23c7bbb reorder all-packages.nix
A little bit.
2022-01-12 12:17:33 -03:00
Anderson Torres
44f40b84aa
Merge pull request #154702 from AndersonTorres/new-misc
higan: mark as broken on Darwin
2022-01-12 12:00:38 -03:00
adisbladis
02d732d2e4
Merge pull request #154742 from 06kellyjac/docbookrx
docbookrx: drop
2022-01-13 02:20:53 +12:00
AndersonTorres
5d5d787fb6 higan: mark as broken on Darwin
Ofborg couldn't compile it properly.
2022-01-12 10:42:44 -03:00
storvik
432c627844 python3Packages.torchinfo: init at 1.6.2 2022-01-12 14:27:28 +01:00
Aaron Andersen
eeb2b2e3a9
Merge pull request #154523 from dschrempf/kodi-arte
kodi.packages.arteplussept: init at 1.1.1
2022-01-12 08:20:47 -05:00
06kellyjac
7148ebef25 docbookrx: drop 2022-01-12 12:04:44 +00:00
lucasew
2a1bea692f python3Packages.minexr: init at 1.0.1
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-12 09:02:08 -03:00
lucasew
2913e23931 python3Packages.bpycv: init at 0.2.43
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-12 09:02:04 -03:00
Nikolay Amiantov
d042d834af
Merge pull request #153986 from abbradar/prosody-filer
prosody-filer: init at unstable-2021-05-24
2022-01-12 13:18:25 +03:00
06kellyjac
715563e5eb headscale: 0.11.0 -> 0.12.2 2022-01-12 09:13:08 +00:00
Fabian Affolter
a3566ed7e6
Merge pull request #154622 from fabaff/faraday-agent-dispatcher
faraday-agent-dispatcher: init at 2.1.3
2022-01-12 09:07:42 +01:00
Philipp Woelfel
1e6acdc3be kup: init at 0.9.1 2022-01-12 00:09:15 -07:00
legendofmiracles
996536a230
Merge pull request #154689 from legendofmiracles/pinsel
pinsel: init at unstable-2021-09-13
2022-01-11 23:15:02 -06:00
legendofmiracles
197f637e25
Merge pull request #154701 from legendofmiracles/llama
llama: init at 1.0.1
2022-01-11 23:14:30 -06:00
legendofmiracles
bc151db96f
llama: init at 1.0.1 2022-01-11 21:50:14 -06:00
adisbladis
d276350eb5 libxslt: Use python as function argument instead of python3
This package works just fine with python2, let's not give the impression that it's strictly python3.
2022-01-12 16:46:00 +13:00
legendofmiracles
d1556aac13
pinsel: init at unstable-2021-09-13 2022-01-11 18:46:22 -06:00
Karim Elatov
56fe75efd4 fwbuilder: init at 6.0.0-rc1 2022-01-11 14:39:48 -07:00
Lassulus
393388e123
Merge pull request #154641 from kmein/feature/photon
photon-rss: init at unstable-2022-01-11
2022-01-11 22:23:03 +01:00
Kierán Meinhardt
9ca2dc072c photon-rss: init at unstable-2022-01-11 2022-01-11 21:21:32 +01:00
Lassulus
23f872a8a8
Merge pull request #154638 from kmein/feature/ratt
ratt: init at unstable-2022-01-11
2022-01-11 21:19:42 +01:00
Kierán Meinhardt
15079ba19e ratt: init at unstable-2022-01-11 2022-01-11 21:11:44 +01:00
leo60228
88e338692e
amaranth-boards: rename from nmigen-boards, unstable-2021-02-09 -> unstable-2021-12-17
Cherry-picked from #153163.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-01-11 13:56:24 -06:00
leo60228
fb361d399e
amaranth-soc: rename from nmigen-soc, unstable-2021-02-09 -> unstable-2021-12-10
Cherry-picked from #153163.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-01-11 13:56:23 -06:00
leo60228
34d3df28d5
amaranth: rename from nmigen, unstable-2021-02-09 -> 0.3
Cherry-picked from #153163.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-01-11 13:56:20 -06:00
Dmitry Kalinkin
e7ae60adea
Merge pull request #153548 from veprbl/pr/glew_cmake
glew: switch to use cmake
2022-01-11 14:13:57 -05:00
Jörg Thalheim
d49c972804
Merge pull request #153448 from Mic92/k3d
k3d: remove
2022-01-11 18:24:00 +00:00
Jörg Thalheim
26a427db4f
Merge pull request #154293 from Mic92/paritiy-ui
parity-ui: drop broken package
2022-01-11 18:23:31 +00:00
Fabian Affolter
ceafd6f030 faraday-agent-dispatcher: init at 2.1.3 2022-01-11 18:59:26 +01:00
Fabian Affolter
c61f9c4edd
Merge pull request #138950 from fabaff/syslog-rfc5424-formatter
python3Packages.syslog-rfc5424-formatter: init at 1.2.2
2022-01-11 18:40:44 +01:00
Ben Darwin
d2573f647b json-tricks: init at 3.15.5 2022-01-11 09:32:54 -08:00
embr
49c8bee316 qodem: init at 1.0.1 2022-01-11 17:19:40 +00:00
Anderson Torres
c30ec50775
Merge pull request #154331 from AndersonTorres/new-games
New games!
- blockattack: init at 2.7.0
- the-legend-of-edgar: init at 1.35
2022-01-11 14:08:21 -03:00
Nikolay Amiantov
b0dacda1a2 prosody-filer: init at unstable-2021-05-24
Using unstable version because the release happened more than a year
ago, and since then several important fixes have been introduced,
including security ones.
2022-01-11 20:07:38 +03:00
Nikolay Amiantov
209bfb6ac6 baget: init at 0.4.0-preview2 2022-01-11 19:53:30 +03:00
Anderson Torres
1dcd9b16ab
Merge pull request #154402 from AndersonTorres/new-misc
ftjam: init at 2.5.2
2022-01-11 13:32:04 -03:00
Dominik Schrempf
4bae5a8dbf
kodi.packages.arteplussept: init at 1.1.1 2022-01-11 14:57:55 +01:00
Dominik Schrempf
be7888d726
kodi.packages.xbmcswift2: init at 19.0.7 2022-01-11 14:57:17 +01:00
Fabian Affolter
d5f87952a5 python3Packages.types-urllib3: init at 1.26.4 2022-01-11 14:31:03 +01:00
sternenseemann
533eb9866c release.nix: fix eval with aarch64-, but not x86_64-darwin supported
We emit a few jobs conditionally on supportDarwin which only checked for
x86_64-darwin in the past. This change makes it more modular by
transforming it into an attribute set which holds the two darwin
arches. Jobs needing aarch64-darwin or x86_64-darwin are now only
emitted if their respective platform is actually in supportedSystems.

This issue was discovered because the staging-next-21.11 jobset had
commented out x86_64-darwin (presumably due to a build load issue).
2022-01-11 11:31:58 +01:00
Alexander Tsvyashchenko
b2737d4980
python3Packages.tensorflow-datasets: init at 4.4.0 (#154117)
* python3Packages.tensorflow-datasets: init at 4.4.0

* Update pkgs/development/python-modules/tensorflow-datasets/default.nix

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>

Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2022-01-10 23:53:55 -08:00
AndersonTorres
2ebe9dede8 ftjam: init at 2.5.2 2022-01-11 00:15:54 -03:00
AndersonTorres
7432c431c7 the-legend-of-edgar: init at 1.35 2022-01-10 20:10:45 -03:00
AndersonTorres
fbcf8ffa10 blockattack: init at 2.7.0 2022-01-10 20:10:45 -03:00
Felix Bühler
e004d09841
Merge pull request #154146 from Stunkymonkey/subtitleeditor-enchant
subtitleeditor: use enchant2
2022-01-10 23:43:35 +01:00
Yt
21dc827a94
solana-testnet: init at 1.9.2 (#152055) 2022-01-11 06:56:47 +09:00
Samuel Ainsworth
ae69ff6554
Merge pull request #154115 from ndl/submit/elegy
python3Packages.elegy: init at 0.8.4
2022-01-10 12:32:26 -08:00
zowoq
31f8c0e0c5 werf: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
8398ddfcf7 terraformer: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
cc6cad7534 actionlint: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
65ef3c227d agebox: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
b2393844dd age: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
a4124d6d93 minio-client: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
435a8c34bd minio: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
18f7554a51 docker-compose_2: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
45efe8a685 packer: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
2bf3351f73 vault: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
17b3ec07e0 colima: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
a6454f3525 lima: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
c43b896e07 minikube: update vendorSha256 2022-01-11 06:31:22 +10:00
Samuel Ainsworth
080279b611
Merge pull request #138474 from samuela/samuela/wandb
python3Packages.wandb: init at 0.12.7
2022-01-10 12:30:55 -08:00
Zhaofeng Li
5d48d81586 opensbi: init at 1.0
Co-authored-by: Joerie de Gram <j.de.gram@gmail.com>
2022-01-10 11:26:06 -08:00
Michael Weiss
f0c39f6d83
Merge pull request #151519 from zhaofengli/phoc-0.11.0
phoc: 0.9.0 -> 0.11.0, wlroots_0_12: drop
2022-01-10 19:37:33 +01:00
Alyssa Ross
0a99fa0331 linux_latest: 5.15.12 -> 5.16 2022-01-10 16:32:48 +00:00
José Romildo
cf95d659da tela-circle-icon-theme: init at unstable-2021-12-24 2022-01-10 13:08:35 -03:00
legendofmiracles
b83f379179
Merge pull request #152856 from 13r0ck/add-popsicle 2022-01-10 10:08:16 -06:00
Bernardo Meurer
4234c7fa50
Merge pull request #154159 from lovesegfault/rename-firmware-linux
firmwareLinuxNonfree -> linux-firmware
2022-01-10 15:47:20 +00:00
Bernardo Meurer
d72a2e7baf
firmwareLinuxNonfree -> linux-firmware
This renames our `firmwareLinuxNonfree` package to `linux-firmware`.
There is prior art for this in multiple other distros[1][2][3].

Besides making the package more discoverable by those searching for the
usual name, this also brings it in-line with the `kebab-case` we
normally see in `nixpkgs` pnames, and removes the `Nonfree` information
from the name, which I consider redundant given it's present in
`meta.license`.

The corresponding alias has been added, so this shouldn't break
anything.

[1]: https://archlinux.org/packages/core/any/linux-firmware/
[2]: https://src.fedoraproject.org/rpms/linux-firmware
[3]: https://packages.gentoo.org/packages/sys-kernel/linux-firmware
2022-01-10 12:28:03 -03:00
Jörg Thalheim
423448195a parity-ui: drop broken package 2022-01-10 16:25:53 +01:00
Renaud
92b09d4735
Merge pull request #154094 from NickCao/aria2
aria2: fix cross compilation and set strictDeps
2022-01-10 15:55:01 +01:00
Bernardo Meurer
a9eb0470c3
Merge pull request #153923 from qbit/vmm_clock
os-specific/linux/vmm_clock: add vmm_clock
2022-01-10 14:22:35 +00:00
legendofmiracles
492de558b5
Merge pull request #153353 from lammermann/submit/add-tuhi 2022-01-10 08:21:55 -06:00
Aaron Bieber
40e761918d vmm_clock: init at 0.1.0 2022-01-10 06:53:08 -07:00
Robert Hensing
625feda5da nixpkgs-basic-release-checks: Print trace on lib.warn 2022-01-10 12:43:04 +01:00
Benjamin Kober
d551a1ce21 tuhi: init at 0.5 2022-01-10 12:31:06 +01:00
Alexander Tsvyashchenko
6e1b142c4b python3Packages.elegy: init at 0.8.4 2022-01-10 08:21:27 +01:00
Dmitry Kalinkin
b99fc173da
Merge pull request #140189 from redvers/ponyc-0.44.0
ponyc: 0.42.0 -> 0.44.0, pony-corral: 0.5.3 -> 0.5.4, pony-stable: removal
2022-01-10 00:28:05 -05:00
Bobby Rong
2a9cc2a9e6
vala_0_40: drop 2022-01-10 12:26:29 +08:00
Aaron Andersen
52d4c01441
Merge pull request #93527 from dasj19/mod_cspnonce-init
mod_cspnonce: init at 1.3
2022-01-09 22:38:36 -05:00
Aaron Andersen
03c291e6a3
Merge pull request #153987 from jakubgs/init/mtr-exporter
mtr-exporter: init at 0.1.0 (3ce854a5)
2022-01-09 22:34:30 -05:00
zowoq
00d2701b97 v2ray, v2ray-domain-list-community: switch to go_1_17, update vendorSha256 2022-01-10 12:44:07 +10:00
Bobby Rong
077f91ba25
Merge pull request #154081 from polygon/elf2uf2-rs
elf2uf2-rs: Init at 2021-12-12
2022-01-10 10:43:50 +08:00
Derek Guenther
72501ea608 code-server: 3.12.0 -> 4.0.1 2022-01-09 17:27:42 -08:00
Jörg Thalheim
3849f52647
Merge pull request #153890 from oliverbunting/yosys-symbiflow-plugins
yosys: Add yosys-symbiflow-plugins
2022-01-10 00:21:32 +00:00
Martin Weinelt
24999924b4
Merge pull request #153038 from winterqt/thelounge-plugins 2022-01-10 00:59:33 +01:00
zowoq
addbaf25a1 terraform-providers: updates, switch go_1_17 2022-01-10 09:01:19 +10:00
zowoq
df7f6e9eca terraform: switch to go_1_17 2022-01-10 09:01:19 +10:00
Anderson Torres
d2f82623b8
Merge pull request #154189 from AndersonTorres/new-games
Refactor all-packages.nix
2022-01-09 19:17:10 -03:00
Danielle Lancashire
bd2aeade45 etcd_3_5: init at 3.5.1 2022-01-10 07:58:15 +10:00
AndersonTorres
91b1b02d52 Refactor all-packages.nix
Move some game expressions below the `### GAMES` header.
2022-01-09 18:05:39 -03:00
Zhaofeng Li
4ea6bfadfb wlroots_0_12: drop
phoc was the last package that depended on this.
2022-01-09 10:40:37 -08:00
Zhaofeng Li
84595758cc phoc: 0.9.0 -> 0.11.0
We can finally drop wlroots_0_12! On the other hand, we now need to keep
wlroots_0_14 when 0.15 gets merged :P

Removing archseer from maintainers per request: https://github.com/NixOS/nixpkgs/pull/143785#issuecomment-955873911
2022-01-09 10:40:37 -08:00
polygon
250cadf958 elf2uf2-rs: Init at unstable-2021-12-12 2022-01-09 19:31:08 +01:00
Bernardo Meurer
f7fba6ae71
Merge pull request #153533 from techknowlogick/update-nomad
nomad: 1.1.8 -> 1.2.3
2022-01-09 18:19:39 +00:00
Bernardo Meurer
5d3c9ddee1
Merge pull request #153623 from sei40kr/zsh-history-search-multi-word
zsh-history-search-multi-word: init at unstable-2021-11-13
2022-01-09 18:18:52 +00:00
Winter
fe20f479e9 nixos/thelounge: add plugins option 2022-01-09 13:12:41 -05:00
Bernardo Meurer
bd2e78c7e7
Merge pull request #154110 from Eliot00/commit-formatter-init
commit-formatter: init at 0.2.1
2022-01-09 18:09:32 +00:00
Anderson Torres
fd5b4f7377
Merge pull request #154027 from Profpatsch/tagtime-init
tagtime: init at 2018-09-02
2022-01-09 14:30:14 -03:00
Aaron Andersen
6a5fad6a02
Merge pull request #153971 from chkno/libudfread
kodi: Fix Blu-ray image playback by adding missing libudfread dependency
2022-01-09 11:39:11 -05:00
Profpatsch
f89427f939 tagtime: init at 2018-09-02
The original perl implementation of tagtime.

I packaged it to the point of being able to use it on my system, in a
very barebones state.
The configuration is … well it just assumes you have a perl file
somewhere and it evals it at startup. Since that configuration needs
access to the distpath of tagtime, we just patch it a bit for
now (which also means no user configuration is possible atm).

The main changes to the config are:

- instead of defaulting to `vim`, we use `$EDITOR`
- The log file is placed in `$HOME/.local/share/tagtime/pings.log`
  (which corresponds to `$XDG_DATA_HOME` on normal unix systems), but
  could be patched to use the real logic instead.
2022-01-09 16:59:29 +01:00
Robert Schütz
c0b9a9ee44 python3Packages.django_extensions: rename to django-extensions 2022-01-09 15:25:05 +00:00
Felix Buehler
45129c9dec subtitleeditor: use enchant2 2022-01-09 15:36:48 +01:00
Anderson Torres
17a097c64c
Merge pull request #154045 from qbit/yash
yash: init at 2.52
2022-01-09 11:23:24 -03:00
Elliot
1ed1e00d2b
commit-formatter: init at 0.2.1
Update pkgs/applications/version-management/commit-formatter/default.nix

Co-authored-by: Bobby Rong <rjl931189261@126.com>

Update pkgs/applications/version-management/commit-formatter/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/applications/version-management/commit-formatter/default.nix

Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-01-09 22:17:45 +08:00
Aaron Bieber
71930ab2f4 yash: init at 2.52 2022-01-09 06:48:36 -07:00
Jakub Sokołowski
7d988867ff
mtr-exporter: init at 0.1.0 (3ce854a5)
This is a useful utility for monitoring network performance over time
using a combination of MTR and Prometheus. Also adding a service definition.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-09 13:57:06 +01:00
Vladimír Čunát
d856f24d3c
Merge #151019: amdgpu-pro: 17.40 -> 21.30 2022-01-09 11:27:18 +01:00
Frank Doepper
89956e7d6e
frr: init at 7.5.1
- FRRouting is a successor of no-longer maintained quagga.
- new dependency: libyang
2022-01-09 04:12:55 +01:00
Frank Doepper
5b646ed20a
libyang: init at 1.0.240
needed by frr
2022-01-09 04:12:55 +01:00
Nick Cao
29c02b33a9
aria2: fix cross compilation and set strictDeps 2022-01-09 10:07:19 +08:00
Samuel Ainsworth
a142f0a004
Merge pull request #153780 from ndl/submit/apache-beam
python3Packages.apache-beam: init at 2.35.0
2022-01-08 17:18:12 -08:00
Samuel Ainsworth
ca51f4bbd4
Merge pull request #153879 from ndl/submit/treex
python3Packages.treex: init at 0.6.7
2022-01-08 17:16:08 -08:00
github-actions[bot]
3ce63131a1
Merge master into staging-next 2022-01-09 00:01:57 +00:00
Renaud
3e90bc0c91
Merge pull request #153014 from numinit/add-klee
klee: init at 2.2
2022-01-09 00:16:19 +01:00
Morgan Jones
5f8f72c10c klee: init at 2.2 2022-01-08 15:49:07 -07:00
Robert Hensing
91917122d3
Merge pull request #126718 from roberth/testEqualDerivation
testEqualDerivation: init
2022-01-08 21:44:21 +01:00
Sandro
f86600a7b2
Merge pull request #148529 from Kranzes/bump-libvirt 2022-01-08 20:20:57 +01:00
Anderson Torres
9c454f31a8
Merge pull request #153333 from DarkOnion0/master
appflowy: init at 0.0.2
2022-01-08 16:07:21 -03:00
Dmitry Kalinkin
42368a62af
glew: switch to use cmake 2022-01-08 14:06:27 -05:00
github-actions[bot]
b40a01817b
Merge master into staging-next 2022-01-08 18:01:00 +00:00