Karol Chmist
e1b8ef38ea
fheroes2: init at 0.9.4
2021-06-04 20:44:07 +02:00
Mustafa Çalışkan
289df23403
bootiso: init at 4.2.0
2021-06-04 20:47:56 +03:00
Kim Lindberger
8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
...
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Antoine Fontaine
758c87007c
unvanquished: init at 0.52.0
2021-06-04 17:48:46 +02:00
Sandro
6fd19b1f96
Merge pull request #121663 from vojta001/lwks
2021-06-04 17:19:48 +02:00
fortuneteller2k
2af57b784f
mpd: 0.22.6 -> 0.22.8
2021-06-04 22:37:27 +08:00
github-actions[bot]
065a1dcee6
Merge master into staging-next
2021-06-04 13:00:24 +00:00
Phillip Cloud
d02e973ed2
xtensor: init at 0.23.10
2021-06-04 05:43:36 -04:00
Sandro
d4738957e5
Merge pull request #125208 from cpcloud/xtl
...
xtl: init at 0.7.2
2021-06-04 11:23:51 +02:00
Sandro
950b4ddfdf
Merge pull request #125188 from musfay/qdl
2021-06-04 11:17:06 +02:00
Sandro
6cafa9f06a
Merge pull request #124360 from frogamic/124352-quintom-cursor-theme
2021-06-04 11:15:23 +02:00
Sandro
afe29f185a
Merge pull request #125583 from fabaff/kiterunner
...
kiterunner: init at 1.0.2
2021-06-04 10:46:25 +02:00
Vonfry
1245d3b6a7
clifm: init at 1.1
2021-06-04 16:32:22 +08:00
github-actions[bot]
9e48485e23
Merge master into staging-next
2021-06-04 07:46:29 +00:00
Elis Hirwing
d0bc04ff70
php: Upgrade from PHP 7.4 to 8.0 as default PHP
2021-06-04 09:27:00 +02:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
...
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.
Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
Jonathan Ringer
334442fafe
linuxPackages.ati_drivers_x11: move to alias set
2021-06-03 22:22:13 -07:00
Fabian Affolter
9048c259e3
kiterunner: init at 1.0.2
2021-06-04 01:23:00 +02:00
github-actions[bot]
a9f286f5cf
Merge master into staging-next
2021-06-03 19:52:02 +00:00
Bernardo Meurer
1e5e12d735
Merge pull request #125555 from lovesegfault/auto-update/kalk
...
kalk -> kalker
2021-06-03 12:51:00 -07:00
Bernardo Meurer
3f297bfcbb
kalk -> kalker
2021-06-03 12:29:19 -07:00
Martin Weinelt
4241512688
Merge pull request #125105 from maxeaubrey/unbreak_samba_ldap
2021-06-03 20:16:11 +02:00
fortuneteller2k
ae0a3fb42c
edwin: init at 0.52
2021-06-04 01:02:21 +08:00
Tomas Bravo
059950a2d4
songrec: init at 0.1.8
2021-06-03 16:26:42 +00:00
Sandro
66d245a51c
Merge pull request #124880 from nkpvk/natural-docs
2021-06-03 17:59:06 +02:00
devins2518
6132380187
nvfancontrol: init at 0.5.1 ( #125070 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-03 17:28:55 +02:00
Sandro
39ec220297
Merge pull request #125187 from dotlambda/deltachat-cursed-init
...
deltachat-cursed: init at 0.2.0
2021-06-03 17:05:08 +02:00
Sandro
78881e7095
Merge pull request #124077 from Hyzual/add-dgoss
2021-06-03 16:55:04 +02:00
Sandro
5b06530b0a
Merge pull request #125355 from SCOTT-HAMILTON/mutt-wizard
...
mutt-wizard: init at 3.2.1
2021-06-03 16:39:57 +02:00
github-actions[bot]
a12e0d5bff
Merge master into staging-next
2021-06-03 12:49:11 +00:00
Emery Hemingway
bd683bb1ef
gnaural: reinit at 20110606
...
http://gnaural.sourceforge.net/
2021-06-03 14:14:27 +02:00
Martin Weinelt
fac761a55a
samba4Full: disable glusterfs support
...
The samba package was marked as broken, when enableGlusterFS is true.
The samba build with glusterfs fails due to API breakage that I am
unable to debug:
[3562/4088] Compiling source3/modules/vfs_virusfilter.c
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread’:
../../source3/modules/vfs_glusterfs.c:856:8: error: too few arguments to function ‘glfs_pread’
856 | ret = glfs_pread(glfd, data, n, offset, 0);
| ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
| ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread_do’:
../../source3/modules/vfs_glusterfs.c:938:16: error: too few arguments to function ‘glfs_pread’
938 | state->ret = glfs_pread(state->fd, state->buf, state->count,
| ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
| ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite_do’:
../../source3/modules/vfs_glusterfs.c:1077:16: error: too few arguments to function ‘glfs_pwrite’
1077 | state->ret = glfs_pwrite(state->fd, state->buf, state->count,
| ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
| ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite’:
../../source3/modules/vfs_glusterfs.c:1161:8: error: too few arguments to function ‘glfs_pwrite’
1161 | ret = glfs_pwrite(glfd, data, n, offset, 0);
| ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
| ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_fsync_do’:
../../source3/modules/vfs_glusterfs.c:1287:16: error: too few arguments to function ‘glfs_fsync’
1287 | state->ret = glfs_fsync(state->fd);
| ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:790:1: note: declared here
790 | glfs_fsync(glfs_fd_t *fd, struct glfs_stat *prestat,
| ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_ftruncate’:
../../source3/modules/vfs_glusterfs.c:1621:8: error: too few arguments to function ‘glfs_ftruncate’
1621 | ret = glfs_ftruncate(glfd, offset);
| ^~~~~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:768:1: note: declared here
768 | glfs_ftruncate(glfs_fd_t *fd, off_t length, struct glfs_stat *prestat,
| ^~~~~~~~~~~~~~
../../source3/modules/vfs_virusfilter.c: In function ‘quarantine_create_dir’:
../../source3/modules/vfs_virusfilter.c:132:13: warning: implicit declaration of function ‘strlcat’; did you mean ‘strncat’? [-Wimplicit-function-declaration]
132 | cat_len = strlcat(new_dir, "/", len + 1);
| ^~~~~~~
| strncat
Waf: Leaving directory `/build/samba-4.14.4/bin/default'
Build failed
-> task in 'vfs_glusterfs.objlist' failed with exit status 1 (run with -v to display more information)
2021-06-03 14:12:05 +02:00
markuskowa
3791538f1d
Merge pull request #125238 from sheepforce/i-pi
...
i-pi: init at 2.4.0
2021-06-03 13:40:12 +02:00
Weihua Lu
8636b19ce6
logseq: 0.0.16 -> 0.1.3
2021-06-03 19:38:24 +08:00
Fabian Affolter
cf9ba37d43
Merge pull request #125210 from 0xbe7a/master
...
pferd: init at 3.0.1
2021-06-03 12:50:46 +02:00
Potato Hatsue
6c9f648f75
haskellPackages.uusi: add to top-level
2021-06-03 11:45:42 +02:00
Domen Kožar
aeb44a891a
Merge pull request #125184 from domenkozar/aarch64-darwin-eval
...
Aarch64 darwin eval
2021-06-03 11:21:20 +02:00
Domen Kožar
9e6417f2a4
fix tarball job evaluation for aarch64-darwin
2021-06-03 10:52:46 +02:00
github-actions[bot]
84029d49ce
Merge master into staging-next
2021-06-03 07:26:15 +00:00
Gabor Greif
c7b3272ca9
all-packages.nix: typo in comment ( #125464 )
2021-06-03 01:56:32 -04:00
github-actions[bot]
825cffa5ae
Merge master into staging-next
2021-06-02 20:25:05 +00:00
Michael Weiss
ed8115ef5b
Merge pull request #124992 from primeos/android-tools
...
android-tools: init at 31.0.0p1
2021-06-02 21:06:00 +02:00
Niko Pavlinek
42aa986406
natural-docs: init at 2.1.1
2021-06-02 21:06:00 +02:00
sternenseemann
e308370fc8
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-06-02 17:07:43 +02:00
github-actions[bot]
9e56e764cd
Merge master into staging-next
2021-06-02 13:08:13 +00:00
Ben Gamari
dcfaa98677
graphia: init at 2.2
...
Graphia is a relatively new tool for graph visualisation and analysis,
in the same vain as gephi.
2021-06-02 09:07:32 -04:00
SCOTT-HAMILTON
2e4df1d5c4
mutt-wizard: init at 3.2.1
2021-06-02 14:42:42 +02:00
Martin Milata
43031a05d2
charge-lnd: init at 0.1.2
2021-06-02 13:09:19 +02:00
Mustafa Çalışkan
3e7a90626e
qdl: init at unstable-2021-05-06
2021-06-02 13:43:52 +03:00
be7a
793616b5e6
pferd: init at 3.0.1
2021-06-02 12:38:47 +02:00
Maximilian Bosch
b06ea1146c
plausible: init at 1.3.0
2021-06-02 19:21:31 +09:00
Michael Weiss
c57b309d32
android-tools: init at 31.0.0p1
...
lowPrio is used to avoid collisions with the simg2img package.
Licensing information is in share/licenses/android-tools/AOSP_LICENSE.
2021-06-02 12:08:01 +02:00
Fabian Affolter
8abe0fbcde
Merge pull request #124521 from fabaff/mubeng
...
mubeng: init at 0.4.5
2021-06-02 11:15:27 +02:00
Mario Rodas
285fa468b1
postgresql_14: init at beta1
...
https://www.postgresql.org/docs/14/release-14.html
2021-06-02 04:20:00 +00:00
github-actions[bot]
c8ea5daaaf
Merge master into staging-next
2021-06-02 02:32:51 +00:00
Fabian Affolter
27ecd47c5b
sqlfluff: init at 0.6.0a2
2021-06-02 00:01:59 +02:00
Luke Granger-Brown
93e08b2e47
Merge pull request #124210 from liclac/bozohttpd
...
bozohttpd: init
2021-06-01 22:23:38 +01:00
Phillip Seeber
c48f92cb14
i-pi: init at 2.4.0
...
i-pi: better meta description, fixing license
i-pi: pname lowercase
2021-06-01 22:38:04 +02:00
github-actions[bot]
42b70ad7f1
Merge master into staging-next
2021-06-01 20:30:45 +00:00
Markus Kowalewski
3ecfccd223
mvapich: init at 2.3.6
2021-06-01 21:41:52 +02:00
Bernardo Meurer
e7af271587
Merge pull request #125145 from lovesegfault/kalk-init
2021-06-01 11:34:57 -07:00
Graham Christensen
e6d63982d9
pgbadger: init at 11.5
2021-06-01 12:23:51 -04:00
Bernardo Meurer
9d753df87b
kalk: init at 0.5.4
2021-06-01 09:19:45 -07:00
Sandro
49d452d0c5
Merge pull request #124878 from devins2518/bsp-layout
...
bsp-layout: init at unstable-2021-05-10
2021-06-01 15:23:58 +02:00
Sandro
a4d3c33fe3
Merge pull request #124977 from xfix/skytemple
2021-06-01 15:21:59 +02:00
Sandro
bec25aa852
Merge pull request #124955 from tfc/ustreamer
2021-06-01 15:16:50 +02:00
Sandro
cbc12cc502
Merge pull request #124600 from tomberek/itpsd_init
...
iptsd: init at 0.4
2021-06-01 15:10:33 +02:00
Sandro
e22a34d5e9
Merge pull request #124983 from legendofmiracles/xcp
...
xcp: init at 0.9.0
2021-06-01 15:09:22 +02:00
github-actions[bot]
202c3c8f1f
Merge master into staging-next
2021-06-01 13:04:42 +00:00
Nikolay Korotkiy
0ac0332ce8
sfm: init at 0.1
2021-06-01 15:26:42 +03:00
Phillip Cloud
4758d11b5c
xtl: init at 0.7.2
2021-06-01 07:40:08 -04:00
Robert Schütz
a0eacd4547
deltachat-cursed: init at 0.2.0
2021-06-01 11:49:19 +02:00
Jacek Galowicz
acf2a84d49
ustreamer: init 3.27
2021-06-01 11:29:56 +02:00
Maximilian Bosch
ad0879920c
Merge pull request #125130 from dotlambda/gpg-tui-init
...
gpg-tui: init at 0.1.5
2021-06-01 11:14:41 +02:00
Sandro
0b814fec72
Merge pull request #124523 from ronthecookie/init-zthrottle
...
zthrottle: init
2021-06-01 09:55:59 +02:00
github-actions[bot]
65e3e9dc51
Merge master into staging-next
2021-06-01 07:50:21 +00:00
Vincent Bernat
7ee8945a12
nginx: fix link to discussion explaining why "with" is not used
...
This is because we are in a huge "rec" that takes precedence for
symbols in its scope, despite the more nested "with".
2021-06-01 09:20:16 +02:00
Jörg Thalheim
97098e5beb
Merge pull request #125132 from zhaofengli/rust-riscv
...
rust: Bootstrap riscv64
2021-06-01 06:46:18 +02:00
Rafael Kitover
ba6c23dcba
avell-unofficial-control-center: init at 1.0.4
...
Software for controlling RGB keyboard lights on some gaming laptops that
use ITE Device(8291) Rev 0.03.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2021-06-01 02:52:52 +00:00
Robert Schütz
ffb2c737e2
gpg-tui: init at 0.1.5
2021-06-01 00:41:00 +02:00
Zhaofeng Li
55aaec15f3
llvmPackages: Use at least LLVM 9 for RISC-V
2021-05-31 14:55:19 -07:00
github-actions[bot]
7f14676873
Merge master into staging-next
2021-05-31 19:44:13 +00:00
Hyzual
5f991f366f
dgoss: init at 0.3.16
2021-05-31 20:26:10 +02:00
Maciej Krüger
ef555f6a0b
Merge pull request #123426 from mattchrist/brscan5
2021-05-31 17:52:16 +02:00
github-actions[bot]
5bf27cf89e
Merge master into staging-next
2021-05-31 12:54:42 +00:00
Dominic Shelton
fa97977180
quintom-cursor-theme: init at 2019-10-24
2021-05-31 21:43:52 +10:00
Sandro
58240d3c21
Merge pull request #124405 from fabaff/corsair
...
python3Packages.corsair-scan: init at 0.2.0
2021-05-31 12:46:24 +02:00
Sandro
522a2a222f
Merge pull request #122566 from hoppla20/add-yaru-remix-theme
2021-05-31 12:36:14 +02:00
Sandro
f59e8fec7d
Merge pull request #124128 from fabaff/gosh
2021-05-31 11:38:08 +02:00
Vincent Cui
37c63402f2
yaru-remix-theme: init at 40
2021-05-31 10:54:35 +02:00
github-actions[bot]
be7141706d
Merge master into staging-next
2021-05-31 02:05:27 +00:00
happysalada
2402d70ef3
relxExe: remove
...
relxExe is not intended to be used as a single standalone executable, but as a library by rebar3
2021-05-31 08:55:21 +09:00
happysalada
8aee68a9f7
rabbitmq-server: set erlang version
2021-05-31 08:55:21 +09:00
happysalada
f5e242b7b6
cl: set erlang to R23
2021-05-31 08:55:21 +09:00
Konrad Borowski
34d772c868
skytemple: init at 1.2.3
2021-05-30 22:09:08 +02:00
github-actions[bot]
2867d5301f
Merge master into staging-next
2021-05-30 19:15:10 +00:00
Luke Granger-Brown
1e10a150da
Merge pull request #124872 from devins2518/bunnyfetch
...
bunnyfetch: init at unstable-2021-05-24
2021-05-30 20:05:14 +01:00
Devin Singh
0885a2d40f
bunnyfetch: init at unstable-2021-05-24
2021-05-30 13:47:55 -05:00
legendofmiracles
170e2e4976
xcp: init at 0.9.0
2021-05-30 11:36:16 -06:00
github-actions[bot]
59de269a92
Merge master into staging-next
2021-05-30 12:49:08 +00:00
github-actions[bot]
c33da551bf
Merge master into staging-next
2021-05-30 07:13:26 +00:00
fortuneteller2k
fe9b5b6b4a
vieb: use electron_13
2021-05-30 14:38:31 +08:00
Sandro
b3498236fd
Merge pull request #124884 from yanganto/s3rs
...
s3rs: init at 0.4.8
2021-05-30 05:17:49 +02:00
Sandro
dc932e9b32
Merge pull request #121999 from siriobalmelli-foss/add/xjobs
...
xjobs: init at 20200726
2021-05-30 05:11:54 +02:00
Antonio Yang
df0f92daee
s3rs: init at 0.4.8
2021-05-30 10:42:20 +08:00
Devin Singh
c844ab7eff
bsp-layout: init at unstable-2021-05-10
2021-05-29 21:22:43 -05:00
Sandro
9640232d7c
Merge pull request #124920 from SuperSandro2000/twine
2021-05-30 04:16:25 +02:00
Sandro
6eba26dcb5
Merge pull request #124781 from rvarago/master
2021-05-30 04:01:28 +02:00
Sandro
0e361e5008
Merge pull request #124883 from fortuneteller2k/stevenblack-blocklist
...
stevenblack-blocklist: init at 3.7.6
2021-05-30 03:59:40 +02:00
github-actions[bot]
4fd76aacd3
Merge master into staging-next
2021-05-30 01:54:11 +00:00
Sandro Jäckel
166e67b4de
twine: add top-level entry
2021-05-30 03:27:29 +02:00
markuskowa
f188138af3
Merge pull request #124181 from pmenke-de/sdrplay
...
sdrplay: init at 3.07.1
2021-05-29 22:21:10 +02:00
Rafael Varago
60f59884e9
cargo-bitbake: init at 0.3.15
...
This extensions generates BitBake recipes to build Cargo
based project for Yocto.
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 19:42:39 +02:00
fortuneteller2k
a8fb730e04
stevenblack-blocklist: init at 3.7.6
2021-05-30 01:00:14 +08:00
github-actions[bot]
f57b038275
Merge master into staging-next
2021-05-29 12:49:29 +00:00
Ben Siraphob
766e933d9c
passerine: init at 0.9.2
2021-05-29 18:42:30 +07:00
Jonas Chevalier
5f62445e1e
Merge pull request #123751 from yurrriq/kops_1_20
...
kops: 1.19.2 -> 1.20.1
2021-05-29 11:30:38 +02:00
Vladimír Čunát
d9a35ea925
Merge #123298 : webkitgtk: fix on darwin
2021-05-29 09:39:03 +02:00
github-actions[bot]
be573bb2d0
Merge master into staging-next
2021-05-29 07:30:05 +00:00
Sage Raflik
fe8fe5edaa
dwm: restored config patch interface
2021-05-28 22:27:49 -07:00
Fabian Affolter
25bca77c48
chaos: init at 0.1.9 ( #124306 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 03:50:36 +02:00
astsmtl
e8c8b3a760
rymcast: init at 1.0.6 ( #123830 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-29 03:50:19 +02:00
github-actions[bot]
4cfefea5b2
Merge master into staging-next
2021-05-29 01:43:58 +00:00
Sandro
247b5f49fc
Merge pull request #74046 from magnetophon/quadrafuzz
...
quadrafuzz: init at 0.1.1
2021-05-29 03:29:36 +02:00
Sandro
aeb4b895b4
Merge pull request #122315 from alex-eyre/add-scli
...
scli: init at 0.6.1
2021-05-29 03:17:01 +02:00
Dominik Xaver Hörl
4d3b47a614
linuxPackages_latest: update to 5.12
2021-05-28 18:10:43 -07:00
Dmitry Kalinkin
d26d1125cb
Merge pull request #124335 from zhaofengli/xpra-nvenc
...
xpra: Add NVENC support
2021-05-28 21:02:22 -04:00
Sandro
d3bc4f9f9a
Merge pull request #124584 from romildo/upd.nordic-polar
2021-05-29 03:00:19 +02:00
Mario Rodas
cca0e586a3
Merge pull request #124573 from rgrinberg/ocamlformat-18
...
Add ocamlformat_18_0 as a toplevel alias
2021-05-28 19:58:03 -05:00
Zhaofeng Li
80e86f8871
xpra: Add NVENC support
2021-05-28 17:43:20 -07:00
Sandro
8283538f0f
Merge pull request #124426 from nichtsfrei/master
2021-05-29 02:31:33 +02:00
Sandro
3e69f71e77
Merge pull request #124539 from legendofmiracles/rpg
...
rpg-cli: init at 0.2.0
2021-05-29 02:29:27 +02:00
Sandro
3b87c94c61
Merge pull request #122958 from olebedev/add-bkyml-python-package
2021-05-29 02:23:53 +02:00
Kira Bruneau
1c7d2e04e6
gamemode: init at 1.6.1
2021-05-28 20:08:52 -04:00
TredwellGit
d6cbf3a701
electron_13: init at 13.0.1
...
https://github.com/electron/electron/releases/tag/v13.0.0
https://github.com/electron/electron/releases/tag/v13.0.1
2021-05-28 19:19:57 +00:00
github-actions[bot]
796b7fd644
Merge master into staging-next
2021-05-28 19:09:12 +00:00
Eric Bailey
07de30ff81
kops: keep only three latest versions
2021-05-28 14:05:04 -05:00
Eric Bailey
534558827a
kops: 1.19.2 -> 1.20.1
2021-05-28 14:05:04 -05:00
Domen Kožar
4758dd4814
patray: Yet another tray pulseaudio frontend
2021-05-28 20:41:22 +02:00
Mark Vainomaa
5826e90206
dnsname-cni: init at 1.1.1
2021-05-28 11:27:06 -07:00
Mark Vainomaa
2980b1c4f4
imgcrypt: init at 1.1.1
2021-05-28 11:22:14 -07:00
Ethan Edwards
d1fe6418cc
piston-cli: 1.3.0 -> 1.4.1
2021-05-28 10:58:15 -07:00
Ron B
4fc765ed03
zthrottle: init at unstable-2017-7-24
2021-05-28 20:56:13 +03:00
pmenke
9e0ed182aa
sdrplay: init at 3.07.1
...
this adds support for software defined radio (SDR) devices by SDRplay.
SDRplay provides an unfree binary library and api-service as well
as a MIT licensed adapter library for SoapySDR for integration
with many popular SDR applications.
2021-05-28 15:40:04 +02:00
github-actions[bot]
f2a2e8f5e9
Merge master into staging-next
2021-05-28 12:48:40 +00:00
lsix
7731f618b7
Merge pull request #124299 from dotlambda/qmapshack-1.16.0
...
GIS: random bumps
2021-05-28 13:46:44 +01:00
DavHau
6c0b85cf3a
buildPythonPackage: add support for conda
2021-05-28 14:31:40 +02:00
markuskowa
61c9aac675
Merge pull request #124519 from sheepforce/pcmsolver
...
pcmsolver: init at 1.3.0
2021-05-28 11:27:47 +02:00
Potato Hatsue
b29dc5253d
haskellPackages.nvfetcher: add to top-level
2021-05-28 10:56:52 +08:00
github-actions[bot]
cf0293bbbb
Merge master into staging-next
2021-05-28 01:27:34 +00:00
zowoq
7233acd515
docker: add clientOnly / docker-client
...
Currently the docker client is only available on non-linux platforms as `docker`,
this makes the client available on linux and other platforms as `docker-client`.
2021-05-28 08:08:56 +10:00
github-actions[bot]
a743ebe846
Merge master into staging-next
2021-05-27 18:58:59 +00:00
Tom Bereknyei
e3f67ccdc0
iptsd: init at 0.4
2021-05-27 18:33:17 +00:00
Sandro
f9b26b91a4
Merge pull request #107599 from numinit/ovftool
...
ovftool: init at 4.4.1
2021-05-27 19:41:13 +02:00
remedialchaos
d8638f1c7f
pmbootstrap: init at 1.30.0 ( #118444 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-27 17:04:02 +02:00
github-actions[bot]
15e595f77d
Merge master into staging-next
2021-05-27 12:40:14 +00:00
José Romildo
cd4de6f15f
nordic-polar: remove
...
The Nordic-Polar themes are now part of the nordic package.
2021-05-27 09:20:48 -03:00
Phillip Seeber
3f1fc1731e
pcmsolver: init at 1.3.0
...
formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-27 11:14:37 +02:00
Joakim Holm
dab5fdee81
base16-universal-manager: init at 1.0
2021-05-27 09:50:52 +02:00
regnat
d7d4b0dc3a
zeal: Use the main qt5 libraries set
...
Builds fine with it, so no need to pin an older version.
(This originally was triggered by qtwebengine failing for Qt514.
The build has been fixed on master in the meantime, but I guess it still
makes sense)
2021-05-27 15:50:37 +08:00
Robert Schütz
0492987aea
librttopo: init at 1.1.0
2021-05-27 09:35:56 +02:00
Robert Schütz
f96cff58df
fetchFromGitea: init
2021-05-27 09:35:56 +02:00
Rudi Grinberg
db9740579e
Add ocamlformat_18_0 as a toplevel alias
...
Consistent with all other ocamlformat versions
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-05-26 23:53:49 -07:00
github-actions[bot]
f385b431a7
Merge master into staging-next
2021-05-27 06:45:59 +00:00
legendofmiracles
bfcd6bd009
rpg-cli: init at 0.2.0
2021-05-27 00:40:07 -06:00
Sandro
46fab2bfee
Merge pull request #123411 from mweinelt/ansible-2.11
2021-05-27 05:39:40 +02:00
Sandro
43f633241a
Merge pull request #124447 from bolasblack/feat/fn-cli
2021-05-27 05:32:42 +02:00
Luka Blašković
5d3f6739e5
kubeone: init at 1.2.1 ( #124238 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-27 05:28:31 +02:00
Philipp Eder
669ee721ee
cgreen: init at 1.4.0
...
Cgreen is a modern unit test and mocking framework for C and C++
2021-05-27 05:26:41 +02:00
Sandro
590d8a1581
Merge pull request #124171 from fabaff/sammler
...
sammler: init at 20210523-259b9fc
2021-05-27 05:17:44 +02:00
Sandro
5619e3eb35
Merge pull request #124147 from superherointj/package-firebird-v4.0.0
2021-05-27 05:13:50 +02:00
Sandro
250316dc72
Merge pull request #124347 from dguibert/dg/step-ca
2021-05-27 04:42:32 +02:00
github-actions[bot]
ffa8e995ba
Merge master into staging-next
2021-05-27 01:17:56 +00:00
Sandro
afb2d5999c
Merge pull request #122599 from jtojnar/spot
...
spot: init at 0.1.14
2021-05-27 03:12:32 +02:00
Ronuk Raval
bf0a5ffbf4
gfshare: init at 2.0.0
2021-05-26 17:56:36 -04:00
github-actions[bot]
0e7ab2d48d
Merge master into staging-next
2021-05-26 18:54:42 +00:00
Fabian Affolter
45f20b8567
mubeng: init at 0.4.5
2021-05-26 19:30:26 +02:00
Luflosi
83b63c93de
include-what-you-use: 0.14 -> 0.16
...
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.16
2021-05-26 08:36:06 -07:00
Ivar
3847a2a859
amidst: init at 4.6 ( #124213 )
2021-05-26 09:44:44 -04:00
David Guibert
acf134771c
step-ca: use latest buildGoModule
2021-05-26 15:00:44 +02:00
c4605
53548f6755
fn-cli: init at 0.6.6
2021-05-26 20:45:30 +08:00
github-actions[bot]
df4ebfc46c
Merge master into staging-next
2021-05-26 12:31:55 +00:00
Jan Tojnar
f3d551c62f
Merge pull request #124333 from jljusten/inkscape-1.1
...
inkscape: 1.0.2 -> 1.1
2021-05-26 13:21:51 +02:00
embr
f4f05481e3
bozohttpd: add bozohttpd-minimal target
2021-05-26 11:38:57 +02:00
Profpatsch
005702524a
git-vendor: init at 1.2.0
2021-05-26 11:36:30 +02:00
Jan Tojnar
9baeb63482
lib2geom: init at 1.0.0
2021-05-26 00:20:44 -07:00
Fabian Affolter
dcc98455bb
Merge pull request #124172 from fortuneteller2k/crackle
...
crackle: init at unstable-2020-12-13
2021-05-26 09:20:06 +02:00
Fabian Affolter
533cee92cc
Merge pull request #124354 from fortuneteller2k/mdk3
...
mdk4: init at unstable-2021-04-27
2021-05-26 09:10:29 +02:00
github-actions[bot]
7c26586a31
Merge master into staging-next
2021-05-26 06:40:27 +00:00
fortuneteller2k
3325e2dfc6
mdk4: init at unstable-2021-04-27
2021-05-26 10:54:27 +08:00
applePrincess
69f5a9460c
exploitdb: init at 2021-05-22 ( #124209 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-26 04:02:01 +02:00
Nicolas Dudebout
60753cefb7
stlink: add withGUI option ( #124017 )
2021-05-26 04:01:37 +02:00
Sandro
d8ac55716b
Merge pull request #124430 from fabaff/snowcrash
2021-05-26 03:15:28 +02:00
github-actions[bot]
6d73490cb4
Merge master into staging-next
2021-05-26 01:11:31 +00:00
Harrison Houghton
3e4aeea693
pinball: fix
...
There was an override of autoconfHook to use automake 1.15.x; I'm not
sure what changed since this package was added but it explicitly needs
1.16.1 or greater for the submodule libltdl.
Anyhow, just remove the override.
2021-05-25 20:03:42 -04:00
Fabian Affolter
7f7262ce0f
snowcrash: init at unstable-2021-04-29
2021-05-25 23:55:34 +02:00
github-actions[bot]
a673990e6c
Merge master into staging-next
2021-05-25 18:43:22 +00:00
Fabian Affolter
4b08e67c3e
python3Packages.corsair-scan: init at 0.2.0
2021-05-25 19:58:21 +02:00
Gabriel Ebner
3e2107926d
Merge pull request #124274 from fufexan/helvum
...
helvum: init at 0.2.0
2021-05-25 18:21:46 +02:00
Mihai Fufezan
61210e673e
helvum: init at 0.2.0
2021-05-25 15:48:28 +03:00
github-actions[bot]
73d840c309
Merge master into staging-next
2021-05-25 12:29:42 +00:00
Gabriel Ebner
ed9cff9073
Merge pull request #124270 from gebner/uivonim20210524
...
uivonim: init at 20210524
2021-05-25 11:47:06 +02:00
Michele Guerini Rocco
1ab8b02359
Merge pull request #122617 from rnhmjoj/openconnect
...
openconnect-head: init at 2021-05-05
2021-05-25 11:23:02 +02:00
Gabriel Ebner
c2fbb335d5
uivonim: init at unstable-2021-05-24
2021-05-25 10:06:53 +02:00
github-actions[bot]
bfeeadce92
Merge master into staging-next
2021-05-25 06:32:13 +00:00
David Guibert
2ff04470d1
csvtool: init at 2.4 ( #122855 )
2021-05-25 08:29:50 +02:00
Zhaofeng Li
13f114593b
nv-codec-headers-10: init at 10.0.26.2
2021-05-24 22:07:52 -07:00
github-actions[bot]
0615bb674f
Merge master into staging-next
2021-05-25 00:59:01 +00:00
Sandro
f2f00af5b8
Merge pull request #122020 from L3afMe/master
2021-05-25 02:29:17 +02:00
Thomas Depierre
f55c3e2f21
beam-packages: drop erlang R18 R19 R20 and cuter
2021-05-25 07:38:41 +09:00
github-actions[bot]
141439f6f1
Merge master into staging-next
2021-05-24 18:41:50 +00:00
Sandro
8ab3f6e967
Merge pull request #122477 from ProofOfKeags/pkg/faraday
2021-05-24 19:38:03 +02:00
Alex Eyre
20bb6ae506
scli: init at 0.6.1
...
scli: add license
scli: add basic checkPhase
scli: apply formatting changes from @SuperSandro2000
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
scli: update src sha256
scli: remove chmod from checkPhase
scli: add pathShebangs
2021-05-24 17:42:17 +01:00
Keagan McClelland
cbd71e1cd4
faraday: init at version 0.2.3
2021-05-24 10:11:40 -06:00
Sirio Balmelli
f088ce558f
xjobs: init at 20200726
...
xjobs reads job descriptions line by line and executes them in parallel.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-24 14:44:49 +02:00
github-actions[bot]
e061b757fe
Merge master into staging-next
2021-05-24 06:24:12 +00:00
Sandro
fd26001ead
Merge pull request #123304 from SuperSandro2000/pihole-exporter
2021-05-24 04:27:16 +02:00
Sandro Jäckel
541ff510da
top-level: sort prometheus exporter
2021-05-24 04:05:59 +02:00
Sandro Jäckel
131700c100
prometheus-pihole-exporter: init at 0.0.11
2021-05-24 04:04:06 +02:00
happysalada
aa86fdcf85
elixir: default to 1.12; init 1.12
2021-05-24 10:14:17 +09:00
github-actions[bot]
a8835232ec
Merge master into staging-next
2021-05-24 01:00:29 +00:00
Luke Granger-Brown
9deeafd24d
Merge pull request #123150 from stelcodes/master
...
zprint: init at 1.1.2
2021-05-24 01:44:10 +01:00
Stel Abrego
eacbb570cd
init zprint at 1.1.2
2021-05-23 20:19:29 -04:00
embr
caaee8a55e
bozohttpd: init
2021-05-24 00:41:45 +02:00
Bart Brouns
7547550525
quadrafuzz: init at 0.1.1
2021-05-23 21:43:09 +02:00
github-actions[bot]
2aa5735c09
Merge master into staging-next
2021-05-23 18:33:25 +00:00
Emery Hemingway
0e1ad6217a
taler-exchange, taler-merchant: init at 0.8.1, 0.8.0
2021-05-23 19:50:32 +02:00
Sandro
77efb5b850
Merge pull request #121471 from Kho-Dialga/master
2021-05-23 18:51:13 +02:00
Martin Weinelt
400d5d938c
ansible: 2.10.9 -> 2.11.0
2021-05-23 18:37:52 +02:00
Fabian Affolter
d37134ba05
sammler: init at -20210523-259b9fc
2021-05-23 18:31:16 +02:00
fortuneteller2k
e71468a317
crackle: init at unstable-2020-12-13
2021-05-24 00:30:49 +08:00
Sumner Evans
9fad0cbd5b
heisenbridge: init at unstable-2021-05-23 ( #123846 )
2021-05-23 17:35:44 +02:00
Sandro
70c5544861
Merge pull request #122157 from onixie/master
2021-05-23 17:10:28 +02:00
Luke Granger-Brown
b8ad209b39
Merge pull request #122561 from davidtwco/cargo-bisect-rustc-init
...
cargo-bisect-rustc: init at 0.6.0
2021-05-23 16:08:17 +01:00
Luke Granger-Brown
8b73af8888
Merge pull request #123232 from uri-canva/opentelemetry-collector
...
opentelemetry-collector: init at 0.26.0
2021-05-23 16:00:55 +01:00
Luke Granger-Brown
914bb96473
Merge pull request #123139 from wucke13/lxd-libco
...
remove libco-canonical
2021-05-23 15:33:54 +01:00
Luke Granger-Brown
f020253837
Merge pull request #123413 from gfrascadorio/master
...
retry: init at v1.04
2021-05-23 14:59:33 +01:00
superherointj
69ccec4c72
firebird: 4.0.0rc1 -> 4.0.0
2021-05-23 10:27:54 -03:00
github-actions[bot]
e9fa1eeaf7
Merge master into staging-next
2021-05-23 12:26:48 +00:00
Fabian Affolter
4dbad1fad8
gosh: init at 2020523-7ccb068
2021-05-23 12:38:49 +02:00
Emery Hemingway
bf2d30dced
hottext: init at 1.3
2021-05-23 10:49:18 +02:00
github-actions[bot]
4b60db038d
Merge master into staging-next
2021-05-23 06:23:00 +00:00
Dmitry Kalinkin
61e49ba58b
webkitgtk: fix on darwin
2021-05-23 01:26:33 -04:00
Jan Tojnar
7127313c4a
Merge pull request #124057 from jtojnar/sublime4
...
sublime4: init at 4107
2021-05-23 07:10:32 +02:00
Jonathan Ringer
b9b9cdb87c
Merge remote-tracking branch 'origin/staging' into staging-next
2021-05-22 19:23:14 -07:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro
ad4b24a802
Merge pull request #123684 from netcrns/netcrns/bunyan
2021-05-23 02:03:14 +02:00
Jan Tojnar
6a3d82e433
sublime4: init at 4107
...
https://www.sublimetext.com/download
* works with my 7 year old license so far
* i686 is no longer supported
* aarch64 support has been added
* adds harware accelerated (needs libGL.so.1)
* adds python 3.8 plugin host (needs libssl.so and libcrypto.so)
2021-05-22 20:53:21 +02:00
netcrns
119a3e6a35
bunyan-rs: init at 0.1.2
...
Update pkgs/development/tools/bunyan-rs/default.nix
2021-05-22 18:55:33 +02:00
Sandro
832d804bbc
Merge pull request #123710 from JamieMagee/wslu
...
wslu: init at 3.2.3
2021-05-22 17:26:33 +02:00
Sandro
8f0f1926a9
Merge pull request #123123 from trobert/remove-openconnect_pa
...
openconnect_pa: remove, integrated in openconnect upstream
2021-05-22 17:02:53 +02:00
Sandro
62c7925218
Merge pull request #123977 from fortuneteller2k/bfetch
2021-05-22 16:42:52 +02:00
Sandro
34566ec1b9
Merge pull request #124009 from lourkeur/init/git-aggregator
...
git-aggregator: init at 1.8.1
2021-05-22 16:32:57 +02:00
Vladimír Čunát
7f651d15e2
Merge #122696 : cmakeWithQt4Gui: drop
2021-05-22 16:10:27 +02:00
Sandro
573752b6cf
Merge pull request #122754 from zaninime/opentrack
2021-05-22 16:01:05 +02:00
Sandro
55aa5e870c
Merge pull request #123226 from pacien/ldgallery-fix-darwin-build
2021-05-22 15:51:52 +02:00
Gabriel Ebner
ca0f0212c2
Merge pull request #121042 from gebner/diffoscope-bloat
...
diffoscope: enable bloat by default
2021-05-22 15:44:47 +02:00
pacien
eb01e51938
ldgallery: fix darwin build
...
This adds a missing build dependency for building on Darwin.
GitHub: fixes #122681
2021-05-22 15:27:17 +02:00
Sandro
f1452b8978
Merge pull request #123829 from LogicalOverflow/master
2021-05-22 14:36:01 +02:00
github-actions[bot]
d0c1f6a78f
Merge staging-next into staging
2021-05-22 12:27:12 +00:00
github-actions[bot]
563389a7fd
Merge master into staging-next
2021-05-22 12:27:09 +00:00
Louis Bettens
72f225cad4
git-aggregator: init at 1.8.1
2021-05-22 13:40:23 +02:00
Sandro
97388f8683
Merge pull request #123994 from fortuneteller2k/fetchutils
2021-05-22 13:32:24 +02:00
wedens
0de023b4f9
rofimoji: 4.3.0 -> 5.1.0
2021-05-22 12:53:35 +02:00
fortuneteller2k
290fa04d05
fetchutils: init at unstable-2021-03-16
2021-05-22 16:40:31 +08:00
Francesco Zanini
3eb8ad2278
opentrack: init at 2.3.13
2021-05-22 09:09:56 +02:00
fortuneteller2k
76c2b90825
bfetch: init at unstable-2021-05-21
2021-05-22 13:59:44 +08:00
Andrew Brooks
4634f31bb1
tcltls: 1.6.7 -> 1.7.21
...
Upgrade tcltls and use new tcl-lang.org homepage.
This version no longer needs to be built against openssl_1_0_2.
2021-05-21 21:15:55 -07:00
timput
d0755bdb5f
freecad: add openscad file support
2021-05-21 21:07:55 -06:00
github-actions[bot]
9fb5041877
Merge staging-next into staging
2021-05-22 00:56:06 +00:00
github-actions[bot]
901fb5e64e
Merge master into staging-next
2021-05-22 00:56:03 +00:00
Sumner Evans
15edb65bae
pr-tracker: init at 1.0.0
2021-05-21 16:45:35 -07:00
davidak
3ff0ef5666
Merge pull request #121809 from rvolosatovs/init/stt
...
Deprecate deepspeech in favor of stt
2021-05-21 23:19:29 +02:00
piegames
b642ac7b70
gnome: Package all the GNOME extensions
...
An automatic way to do this that scales up and requires little manual intervention is really needed. It works by scraping extensions.gnome.org with a python script, that writes all relevant information into the `extensions.json`. Every attribute of besaid file can be built into a package using `buildShellExtension`.
Extensions are grouped by GNOME Shell version for practical reasons. Only extensions for GNOME 40 and 3.38 were added, as we don't support legacy GNOME versions.
The extensions are exposed as an attrset, `pkgs.gnome40Extensions` and `pkgs.gnome38Extensions` respectively. The package name of each extensions is generated automatically from its UUID.
The attribute `pkgs.gnomeExtensions` contains the officially packaged and supported extensions set. It contains all the automatically packaged extensions for the current GNOME Shell version, which are overwritten by manually packaged ones where needed. Unlike gnomeXYExtensions, the names are not UUIDs, but automatically generated human-friendly names. Naming collisions – which are tracked in collisions.json – need to be manually resolved in the `extensionRenames` attrset.
2021-05-21 23:10:12 +02:00
piegames
1085727d81
gnomeExtensions: move dropped extensions next to aliases
2021-05-21 23:06:39 +02:00
Thibaut Robert
908017d33b
openconnect_pa: remove, integrated in openconnect upstream
...
Support for GlobalProtect VPN is now available in the official OpenConnect since v8.00, making this package unnecessary
2021-05-21 21:00:16 +02:00
github-actions[bot]
69a17a4dac
Merge staging-next into staging
2021-05-21 18:39:32 +00:00
Matt Christ
a9b7300f6f
brscan5: init at 1.2.6-0
2021-05-21 12:59:30 -05:00
Jonathan Ringer
5cd5b9b97f
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/kubie/default.nix
2021-05-21 10:39:34 -07:00
Sandro
289f685fda
Merge pull request #123695 from maxeaubrey/nomad_1.0.6_1.1.0
2021-05-21 17:50:37 +02:00
Eelco Dolstra
49c22083b9
nixFlakes: Turn into an alias
2021-05-21 15:21:31 +02:00
Eelco Dolstra
21bfd3bbce
Revert nixFlake / nixExperimental ( #120141 )
...
Usage of the nixFlakes attribute obscures the fact that it's an
experimental feature. Providing a nixExperimental attribute (which
people will inevitably start using on their production machines) makes
it too easy to enable all experimental features, when you should
explicitly opt in to the features that you want to try out.
Also, upstream Nix doesn't provide an "enable all experimental
features" patch so neither should Nixpkgs.
2021-05-21 15:16:35 +02:00
Kerstin Humm
878f011d8d
mastodon: migrate from NodeJS 12 to 14
...
https://github.com/tootsuite/mastodon/pull/15932 got closed in Mastodon
3.4.0.
2021-05-21 15:04:12 +02:00
github-actions[bot]
86551647b9
Merge staging-next into staging
2021-05-21 12:28:47 +00:00
github-actions[bot]
929b12e7b5
Merge master into staging-next
2021-05-21 12:28:43 +00:00
github-actions[bot]
76337e9ea4
Merge staging-next into staging
2021-05-21 06:22:12 +00:00
Leon Vack
7a405ec11f
ytmdesktop: init at 1.13.0
2021-05-21 07:42:53 +02:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/shells/ion/default.nix
pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Mario Rodas
ab1302a32a
rubocop: alias to rubyPackages.rubocop
2021-05-21 04:20:00 +00:00
Pascal Bach
15fe3cb449
openethereum: 3.2.5 -> 3.2.6
...
Override of LLVM is no longer requires as of rust 1.52
2021-05-20 18:19:08 -07:00
Malte Voos
cf5e5fe76d
soju: init at 0.1.2
2021-05-20 14:18:03 -07:00
fortuneteller2k
dcfb6aeb9f
ats-acc: init at 2018-10-21
2021-05-20 12:09:06 -07:00
Johannes Schleifenbaum
7ab48fedf6
jellyfin-web: init at 10.7.2
2021-05-20 11:59:31 -07:00
Jonas Chevalier
30c021fa15
Merge pull request #123744 from hercules-ci/init-ghostunnel
...
ghostunnel: init
2021-05-20 20:58:41 +02:00
github-actions[bot]
0a0c0a9fb9
Merge staging-next into staging
2021-05-20 18:36:04 +00:00
github-actions[bot]
34a05e29f1
Merge master into staging-next
2021-05-20 18:36:00 +00:00
Jamie Magee
5017db6db0
wslu: init at 3.2.3
2021-05-20 09:40:04 -07:00
Jan Tojnar
3b0cf29640
Merge pull request #122642 from fitzgibbon/dev/init-gnome-inform7
...
gnome-inform7: init at unstable-2021-04-06
2021-05-20 18:33:04 +02:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/terminal-emulators/alacritty/default.nix
pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Roman Volosatovs
2abcc9b3f9
deepspeech,stt: deprecate deepspeech in favor of stt
...
Mozilla fired the team and they founded a new company to continue their work
https://github.com/NixOS/nixpkgs/issues/119496
2021-05-20 17:55:06 +02:00