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
Sandro
e6e137c197
Merge pull request #125477 from SuperSandro2000/setuptools_scm
2021-06-03 16:21:25 +02: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
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm
2021-06-03 12:44:33 +02:00
sternenseemann
da993f42ee
top-level/release-haskell.nix: add missing top-level packages
...
Inherit nvfetcher and uusi jobs from top-level for extra visibility.
2021-06-03 11:51:34 +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
Fabian Affolter
790581291c
Merge pull request #125426 from arcnmx/mechanical-soup-alias
...
python3Packages.MechanicalSoup: fix alias
2021-06-03 09:18:15 +02:00
Gabor Greif
c7b3272ca9
all-packages.nix: typo in comment ( #125464 )
2021-06-03 01:56:32 -04:00
arcnmx
ca97ae96f4
python3Packages.MechanicalSoup: fix alias
2021-06-02 14:55:29 -07: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
sterni
7db379d016
Merge pull request #123682 from NixOS/haskell-updates
...
Haskell updates
2021-06-02 19:05:02 +02:00
superherointj
60f5a3c18d
ocamlPackages.junit: init 2.0.2
...
ocamlPackages.junit_ounit: init 2.0.2
ocamlPackages.junit_alcotest: init 2.0.2
2021-06-02 18:13:07 +02:00
sternenseemann
e308370fc8
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-06-02 17:07:43 +02: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
Eelco Dolstra
11d5aa6c0d
Merge pull request #125092 from domenkozar/tarball-check-supported-platforms
...
tarball: check systems based on the list of supported systems
2021-06-02 14:31:55 +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
Fabian Affolter
0f3e68c164
Merge pull request #124978 from fabaff/bump-mech-soup
...
python3Packages.mechanicalsoup: 1.0.0 -> 1.1.0
2021-06-02 11:07:03 +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
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
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
Sandro
38e88107f6
Merge pull request #123177 from fabaff/garages-amsterdam
2021-06-01 18:27:44 +02: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
d898fb2827
Merge pull request #124079 from fabaff/bump-pyroute2
2021-06-01 16:36:25 +02:00
Sandro
bc64755cfa
Merge pull request #124603 from mjsir911/msirabella/peclCheck
...
php.buildPecl: Add checkPhase
2021-06-01 16:34:42 +02:00
Fabian Affolter
794d931156
python3Packages.mechanicalsoup: 1.0.0 -> 1.1.0
2021-06-01 16:30:48 +02:00
Sandro
3850fdb330
Merge pull request #120699 from NorfairKing/package-php-snuffleupagus
...
php.extensions.snuffleupagus: init at 0.7.0
2021-06-01 15:47:53 +02:00
Sandro
5224314a6c
Merge pull request #124557 from veprbl/pr/uproot_4_0_8
2021-06-01 15:38:13 +02: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
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
Ben Siraphob
fb4061c6f1
coqPackages.topology: init
2021-06-01 12:38:18 +02:00
Ben Siraphob
25edb8c2ca
coqPackages.zorns-lemma: init
2021-06-01 12:38:18 +02: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
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
Rafael Kitover
d5d6799485
python3Packages.elevate: init at 0.1.3
...
Needed by some Python software to re-exec with super-user privileges.
Add a patch to work correctly with NixOS shell script wrappers for
python executables.
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
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
Frederik Rietdijk
2e29e12438
python3Packages.typed-settings: init at 0.9.2
2021-05-31 16:19:37 +02:00
Tom Sydney Kerckhove
52248df095
php.extensions.snuffleupagus: init at 0.7.0
2021-05-31 16:15:02 +02:00
Domen Kožar
d93e538b5c
tarball: check systems based on the list of supported systems
2021-05-31 16:12:17 +02:00
Graham Christensen
223a1e1bb4
Revert "release.nix: add aarch64-darwin as a supportedSystem"
2021-05-31 08:14:59 -04: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
Tom McLaughlin
b4d29b878b
powerline-mem-segment: init at 2.4.1 ( #123978 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-31 09:47:47 +02: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
happysalada
c383345cc8
erlang: main R23 -> R24
2021-05-31 08:55:21 +09:00
Domen Kožar
890a3e8558
Merge pull request #124887 from domenkozar/aarch64-darwin
...
release.nix: add aarch64-darwin as a supportedSystem
2021-05-30 23:41:32 +02:00
Konrad Borowski
34d772c868
skytemple: init at 1.2.3
2021-05-30 22:09:08 +02:00
Konrad Borowski
b8ba235a52
python3Packages.skytemple-eventserver: init at 1.0.0
2021-05-30 22:09:08 +02:00
Konrad Borowski
b3d72fde9f
python3Packages.skytemple-ssb-debugger: init at 1.2.4
2021-05-30 22:09:08 +02:00
Konrad Borowski
c878cb5dbf
python3Packages.skytemple-dtef: init at 1.1.2
2021-05-30 22:09:08 +02:00
Konrad Borowski
28ba38555f
python3Packages.skytemple-files: init at 1.2.3
2021-05-30 22:09:07 +02:00
Konrad Borowski
d4cb1ca985
python3Packages.skytemple-rust: init at unstable-2021-05-30
2021-05-30 22:09:07 +02:00
Konrad Borowski
845ba2eeef
python3Packages.skytemple-icons: init at 1.2.0
2021-05-30 22:09:07 +02:00
Konrad Borowski
8a395dec82
python3Packages.tilequant: init at 0.4.0.post0
2021-05-30 22:09:07 +02:00
Konrad Borowski
f6122ba3dd
python3Packages.pypresence: init at 4.2.0
2021-05-30 22:08:57 +02:00
Konrad Borowski
7747a60811
python3Packages.pygtkspellcheck: init at 4.0.6
2021-05-30 21:58:55 +02:00
Konrad Borowski
fb651e653b
python3Packages.py-desmume: init at 0.0.3.post2
2021-05-30 21:58:14 +02:00
Konrad Borowski
4d1125e8a8
python3Packages.ndspy: init at 3.0.0
2021-05-30 21:57:12 +02:00
Konrad Borowski
c71b9d7e0a
python3Packages.explorerscript: init at 1.2.3
2021-05-30 21:56:07 +02: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
Dmitry Kalinkin
fa0e4b7c41
python3Packages.uproot: init at 4.0.8
2021-05-30 14:11:20 -04:00
Dmitry Kalinkin
9d84a84639
pythonPackages.scikit-hep-testdata: init at 0.4.3
2021-05-30 14:11:19 -04:00
legendofmiracles
170e2e4976
xcp: init at 0.9.0
2021-05-30 11:36:16 -06:00
Fabian Affolter
416340800d
python3Packages.pygtfs: init at 0.1.6
2021-05-30 16:16:55 +02: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
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
Andrew Childs
678920b13b
release.nix: add aarch64-darwin as a supportedSystem
...
(cherry picked from commit cbaf2ee7a0420727ab79ce1adfcccab35e87b479)
Signed-off-by: Domen Kožar <domen@dev.si>
2021-05-29 20:31:50 +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
Fabian Affolter
626280bf74
python3Packages.garages-amsterdam: init at 2.1.0
2021-05-29 14:31:35 +02: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
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
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
Pavol Rusnak
4141877804
Merge pull request #124795 from TredwellGit/electron
...
Update Electron
2021-05-28 22:54:02 +02:00
Fabian Affolter
16fc720da3
python3Packages.pyroon: init at 0.0.37
2021-05-28 13:38:20 -07: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
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
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
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
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
Marco Sirabella
3a66432f26
php.buildPecl: Add checkPhase
...
Also update phpPackages' to use NO_INTERACTION
2021-05-27 12:19:14 -04: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
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
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
10cb8e3f48
Merge pull request #124152 from dotlambda/pytest-sanic-1.7.1
...
python3Packages.pytest-sanic: 1.7.0 -> 1.7.1
2021-05-27 04:52:08 +02:00
Sandro
250316dc72
Merge pull request #124347 from dguibert/dg/step-ca
2021-05-27 04:42:32 +02:00
Sandro
afb2d5999c
Merge pull request #122599 from jtojnar/spot
...
spot: init at 0.1.14
2021-05-27 03:12:32 +02:00
(cdep)illabout
faf5bbb6bf
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-05-27 10:08:11 +09:00
Ronuk Raval
bf0a5ffbf4
gfshare: init at 2.0.0
2021-05-26 17:56:36 -04:00
Fabian Affolter
40ab718862
Merge pull request #124201 from fabaff/tests-pyppeteer
...
python3Packages.pyppeteer: enable tests
2021-05-26 22:24:44 +02: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
Phillip
36e7b8509a
qcengine: init at 0.19.0 ( #124501 )
2021-05-26 17:07:40 +02: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
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
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
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
Fabian Affolter
4b08e67c3e
python3Packages.corsair-scan: init at 0.2.0
2021-05-25 19:58:21 +02:00
Robert Schütz
ffd68b1033
Merge pull request #124397 from fabaff/frozenlist
...
python3Packages.frozenlist: init at 1.1.1, python3Packages.aiosignal: init at 1.1.1
2021-05-25 19:06:15 +02:00
Fabian Affolter
0ddb62fda6
python3Packages.aiosignal: init at 1.1.1
2021-05-25 18:40:16 +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
Fabian Affolter
4a1c0cdba8
python3Packages.frozenlist: init at 1.1.1
2021-05-25 17:38:18 +02:00
markuskowa
a143b7f3ce
Merge pull request #124375 from sheepforce/qcelemental
...
QCElemental: init at 0.20.0
2021-05-25 16:27:16 +02:00
Phillip Seeber
ab484473ae
qcelemental: init at 0.20.0
...
qcelemental: directory name
qcelemental: remove cacert, 0.19.0 -> 0.20.0
2021-05-25 15:09:50 +02:00
Robert Schütz
563c5037c9
Merge pull request #121934 from dotlambda/qtfeedback-init
...
libsForQt5.qtfeedback: init at unstable-2018-09-03
2021-05-25 14:52:20 +02:00