Commit graph

59990 commits

Author SHA1 Message Date
Martin Weinelt bf18034b98
Merge pull request #120248 from fabaff/pydroid-ipcam 2021-04-24 02:25:51 +02:00
github-actions[bot] 6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro 02f2328b67
Merge pull request #120284 from mweinelt/python/rokuecp 2021-04-24 01:30:57 +02:00
Sandro fe265ec497
Merge pull request #119285 from expipiplus1/joe-mautrix-signal 2021-04-24 01:22:02 +02:00
Martin Weinelt 198783352c
Merge pull request #120469 from fabaff/python-picnic-api
python3Packages.python-picnic-api: init at 1.1.0
2021-04-24 01:01:22 +02:00
Fabian Affolter 9aac17868f python3Packages.python-picnic-api: init at 1.1.0 2021-04-23 23:49:58 +02:00
Alyssa Ross 0d0e7ca769
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/top-level/python-packages.nix
2021-04-23 21:18:11 +00:00
fortuneteller2k c0cca46ef0 zls: init at 0.1.0 2021-04-24 03:42:41 +08:00
Peter Simons cbc9a5a0de
Merge pull request #119652 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-04-15 (plus other fixes)
2021-04-23 21:15:22 +02:00
Graham Christensen 8d0340aee5
Merge pull request #120009 from DeterminateSystems/scancode
python3.pkgs.scancode-toolkit: init at 21.3.31
2021-04-23 12:41:48 -04:00
Cole Helbling cdc750d797
python3.pkgs.scancode-toolkit: init at 21.3.31 2021-04-23 09:11:00 -07:00
Cole Helbling 8c53f702cc
python3.pkgs.typecode-libmagic: init at 21.4.4 2021-04-23 09:11:00 -07:00
Cole Helbling c27b9e0a68
python3.pkgs.extractcode-libarchive: init at 21.4.4 2021-04-23 09:11:00 -07:00
Cole Helbling edfa120360
python3.pkgs.extractcode-7z: init at 21.4.4 2021-04-23 09:10:59 -07:00
Cole Helbling 157f3eae60
python3.pkgs.pymaven-patch: init at 0.3.0 2021-04-23 09:10:59 -07:00
Cole Helbling 4c77db5984
python3.pkgs.extractcode: init at 21.2.24 2021-04-23 09:10:59 -07:00
Cole Helbling c1a7235f73
python3.pkgs.debian-inspector: init at 0.9.10 2021-04-23 09:10:59 -07:00
Cole Helbling 5b7ba25dc9
python3.pkgs.urlpy: init at 0.5 2021-04-23 09:10:59 -07:00
Cole Helbling 3eda68a476
python3.pkgs.spdx-tools: init at 0.6.1 2021-04-23 09:10:59 -07:00
Cole Helbling fceea030c9
python3.pkgs.fingerprints: init at 1.0.3 2021-04-23 09:10:58 -07:00
Cole Helbling 3eb8428c86
python3.pkgs.normality: init at 2.1.3 2021-04-23 09:10:58 -07:00
Cole Helbling 2456c3524b
python3.pkgs.banal: init at 1.0.6 2021-04-23 09:10:58 -07:00
Cole Helbling 6079757a7a
python3.pkgs.gemfileparser: init at 0.8.0 2021-04-23 09:10:58 -07:00
Cole Helbling 4455989424
python3.pkgs.typecode: init at 21.2.24 2021-04-23 09:10:58 -07:00
Cole Helbling f72f9ff624
python3.pkgs.plugincode: init at 21.1.21 2021-04-23 09:10:58 -07:00
Cole Helbling 68f660dc19
python3.pkgs.commoncode: init at 21.1.21 2021-04-23 09:10:58 -07:00
Cole Helbling 1afb06b2da
python3.pkgs.saneyaml: init at 0.5.2 2021-04-23 09:10:57 -07:00
Cole Helbling 20d7a471d1
python3.pkgs.intbitset: init at 2.4.1 2021-04-23 09:10:57 -07:00
Peter Simons a8ade4385f Merge origin/master into haskell-updates. 2021-04-23 17:15:13 +02:00
Alyssa Ross 4f4d95bbc2
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyvex/default.nix
	pkgs/top-level/python-packages.nix
2021-04-23 13:49:12 +00:00
Fabian Affolter e861822d4f python3Packages.nclib: init at 1.0.0 2021-04-23 13:58:18 +02:00
Fabian Affolter fe3c957f37 angrop: init at 9.0.6790 2021-04-23 13:28:44 +02:00
Valentin Lorentz 92c77733ac mrustc: init at 0.9
mrustc is mostly patched to use shared LLVM sources but still uses
in-tree source for compiler-rt from LLVM 7. This needs to be patched to
compile under glibc 2.31 or later. It's easy enough to reapply all our
compiler-rt patches here.
2021-04-23 10:19:37 +00:00
Florian Franzen f192430e47 sphinx: init from python3Packages.sphinx 2021-04-23 11:59:26 +02:00
Florian Franzen 063e5abdd2 sphinx-serve: init from python3Packages.sphinx-serve 2021-04-23 11:58:54 +02:00
Jakub Sokołowski dd2a8245a1
gomobile: init at 2020-06-22
The Android SDK is provided by `nixpkgs`, and in case of the Status Project
we build our app using that SDK in combination with gomobile since our
protocol library is written in Go:
https://github.com/golang/mobile

This tool is quite powerful and allows you even to build entire applications in Go:
https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile#hdr-Compile_android_APK_and_iOS_app

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-04-23 11:17:17 +02:00
Fabian Affolter 89168356c2 python3Packages.openerz-api: init at 0.1.0 2021-04-23 09:12:57 +02:00
Vladimír Čunát ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Fabian Affolter f4d48fc720 python3Packages.pydroid-ipcam: init at unstable-2021-04-16 2021-04-23 09:08:54 +02:00
Noah D. Brenowitz e195c22779 python3Packages.gcsfs: init at 2021.04.0 2021-04-22 23:49:04 -07:00
Cole Helbling e18a2ee062 dcs: init at unstable-2021-04-07 2021-04-22 23:07:38 -07:00
Cole Helbling 7639d0f7f5 perlPackages.CSSMinifier: init at 0.01 2021-04-22 23:07:38 -07:00
Sandro 2ce1d7a408
Merge pull request #119997 from DeterminateSystems/lief
lief: build from source and enable python bindings
2021-04-23 06:36:09 +02:00
Sandro 1b1cd0098c
Merge pull request #120253 from vbgl/beluga-default-ocaml
beluga: build with default version of OCaml
2021-04-23 06:21:49 +02:00
Sandro 1307cbca11
Merge pull request #120057 from FlorianFranzen/sphinx-material 2021-04-23 05:23:20 +02:00
Sandro 974b5f18fd
Merge pull request #120001 from DeterminateSystems/flare-floss 2021-04-23 05:21:59 +02:00
Patrick Hilhorst 179c735631
python3Packages.deezer-python: init at 2.2.2 (#119892)
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-23 04:20:22 +02:00
Martin Weinelt d126b8020d
python3Packages.rokuecp: init at 0.8.1 2021-04-23 02:40:52 +02:00
Cole Helbling 96f048e3d0 python3.pkgs.woodblock: init at 0.1.7 2021-04-22 17:28:00 -07:00
Cole Helbling 6d897c9ef7 python3.pkgs.multimethod: init at 1.5 2021-04-22 17:28:00 -07:00
github-actions[bot] 481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
Cole Helbling 313681c8fc python3.pkgs.pyimpfuzzy: init at 0.5 2021-04-22 16:36:54 -07:00
Martin Weinelt 2cbebb3742
python3Packages.seqeval: init at 1.2.2 2021-04-23 01:10:18 +02:00
Sandro 603620a630
Merge pull request #120214 from dotlambda/sc-im-xlsx 2021-04-23 01:01:52 +02:00
Martin Weinelt c4727f753f
python3Packages.pycocotools: init at 2.0.2 2021-04-23 01:00:14 +02:00
Cole Helbling abb55ca131 python3.pkgs.tern: init at 2.5.0 2021-04-22 15:32:26 -07:00
Cole Helbling d0e3e06c31 python3.pkgs.debut: init at 0.9.9 2021-04-22 15:32:26 -07:00
Henri Menke ff856b1342 wstunnel: deduplicate by using haskellPackages
wstunnel is packaged twice in nixpkgs, once standalone and once in
haskellPackages. The standalone version is outdated while the version in
haskellPackages is updated automatically from Hackage, so we are
removing the standalone Nix expression but still keep the static
executable.
2021-04-22 23:57:02 +02:00
Martin Weinelt 8ae267b431
Merge pull request #120258 from fabaff/ondilo 2021-04-22 23:52:12 +02:00
Sandro 8b4f14d3ae
Merge pull request #114436 from gvolpe/icon-theme/beauty-line 2021-04-22 23:44:19 +02:00
Cole Helbling 722ecd9e93 cyclonedx-python: init at 0.4.3 2021-04-22 14:32:16 -07:00
Cole Helbling ad3c61a4f1 python3.pkgs.requirements-parser: init at 0.2.0 2021-04-22 14:32:16 -07:00
Cole Helbling fd21963e8b
lief: build from source and enable python bindings 2021-04-22 14:02:13 -07:00
Sandro 68aecedb41
Merge pull request #120221 from fabaff/ntlmrecon
ntlmrecon: init at 0.4
2021-04-22 23:00:54 +02:00
Cole Helbling c253419a55 xorex: init at 0.3.0 2021-04-22 13:53:19 -07:00
Cole Helbling dbfbfa380e yarGen: init at 0.23.4 2021-04-22 13:52:42 -07:00
Fabian Affolter f081c10fe8 python3Packages.ondilo: init at 0.2.0 2021-04-22 22:49:43 +02:00
Sandro 50c970fe76
Merge pull request #119573 from rhoriguchi/pythonPackages
Add couple python dependencies
2021-04-22 22:03:47 +02:00
Sandro e110be3d91
Merge pull request #120006 from DeterminateSystems/qiling 2021-04-22 22:02:56 +02:00
Florian Franzen d6eefb728e workstyle: 0.2.1 2021-04-22 21:41:52 +02:00
Florian Franzen 97f82eac3c python3Packages.sphinx-material: init at 0.0.32 2021-04-22 21:25:00 +02:00
Florian Franzen a598006fd1 css-html-js-minify: init from python3Packages.css-html-js-minify 2021-04-22 21:25:00 +02:00
Florian Franzen 0ea4a311f2 python3Packages.css-html-js-minify: init at 2.5.5 2021-04-22 21:25:00 +02:00
Vincent Laporte 1ae99e891e
beluga: build with default version of OCaml 2021-04-22 21:07:45 +02:00
Cole Helbling f8e3ad15af earlybird: init at 1.25.0 2021-04-22 11:34:03 -07:00
github-actions[bot] b95da5efb6
Merge master into staging-next 2021-04-22 18:14:27 +00:00
Lassulus bdf8e0fc31
Merge pull request #120195 from Mic92/quagga
quagga: remove
2021-04-22 20:10:08 +02:00
Martin Weinelt f3f3822dca
Merge pull request #120238 from fabaff/zwave-js-server-python 2021-04-22 19:25:53 +02:00
Cole Helbling c27cf06128 python3.pkgs.telfhash: init at unstable-2021-01-29 2021-04-22 10:24:42 -07:00
Fabian Affolter 90102455fc python3Packages.zwave-js-server-python: init at 0.23.1 2021-04-22 18:11:39 +02:00
Cole Helbling e2065958f9
python3.pkgs.qiling: init at 1.2.3 2021-04-22 08:35:58 -07:00
Cole Helbling 19fe713b73
python3.pkgs.python-registry: init at 1.3.1 2021-04-22 08:35:58 -07:00
Fabian Affolter 279b943182 ntlmrecon: init at 0.4 2021-04-22 17:14:46 +02:00
Robert Schütz c2bd8ce862 libxlsxwriter: init at 1.0.3 2021-04-22 15:51:46 +02:00
github-actions[bot] 120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Johan Thomsen c3bd75c752 ceph: 15.2.10 -> 16.2.1 2021-04-22 13:17:57 +02:00
Joe Hermaszewski 78bdfddde1 signald: init at 0.13.1 2021-04-22 19:07:19 +08:00
Jörg Thalheim 40945d399d
quagga: remove
Upstream repositories do no longer exists. There has been no release in
a while. - Not a good combination for a network daemon running as root
in C that parses network packets...
2021-04-22 12:48:48 +02:00
Ryan Horiguchi fb46c46761
python3Packages.pymdstat: init at 0.4.2 2021-04-22 12:41:52 +02:00
Ryan Horiguchi ff795a714b
python3Packages.pysmart-smartx: init at 0.3.10 2021-04-22 12:41:35 +02:00
Sandro 665a613811
Merge pull request #119990 from DeterminateSystems/lzfse
python3.pkgs.liblzfse: init at 0.4.1
2021-04-22 12:28:37 +02:00
Sandro d4828dbb4c
Merge pull request #120005 from DeterminateSystems/zoekt
zoekt: init at unstable-2021-03-17
2021-04-22 12:03:13 +02:00
Sandro 0393164e44
Merge pull request #119214 from fabaff/karton-dashboard
python3Packages.karton-dashboard: init at 1.1.0
2021-04-22 11:47:47 +02:00
github-actions[bot] 8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Doron Behar 5bad49242c
Merge pull request #99063 from jbedo/genomicsqlite 2021-04-22 05:45:15 +00:00
Fabian Affolter 391c5fcb5a
anevicon: init at 0.1.0 (#120043)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22 05:39:12 +02:00
Lars Jellema 54d8941a0d
esbuild: init at 0.11.12 (#120089)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22 05:38:16 +02:00
Sandro d235056d6d
Merge pull request #119976 from sayanarijit/add/xplr 2021-04-22 04:08:21 +02:00
Sandro a738f23b20
Merge pull request #120037 from fabaff/dnstwist 2021-04-22 03:55:14 +02:00
Sandro 7f9965695f
Merge pull request #119247 from jonringer/bump-buck
buck: 2019.10.17.01 -> 2021.01.12.01
2021-04-22 03:36:17 +02:00
Sandro 2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Sandro bee68940e8
Merge pull request #120090 from fabaff/wprecon
wprecon: init at 1.6.3a
2021-04-22 02:34:26 +02:00
Sandro f2dac5593b
Merge pull request #120081 from fabaff/badtouch
badtouch: init at 0.7.3
2021-04-22 02:28:54 +02:00
github-actions[bot] 77694c34c6
Merge master into staging-next 2021-04-22 00:16:15 +00:00
Graham Christensen a59644aeb6
Merge pull request #119999 from DeterminateSystems/honeytrap
honeytrap: init at unstable-2020-12-10
2021-04-22 00:15:07 +00:00
Martin Weinelt 25ef296a8c
python-packages.nix: remove trailing whitespace
satisfies editorconfig action.
2021-04-22 01:07:27 +02:00
Martin Weinelt 6292be499b
Merge branch 'master' into staging-next 2021-04-22 00:54:14 +02:00
Martin Weinelt 61ecd7c2cd
Merge pull request #120118 from fabaff/dsmr-parser 2021-04-22 00:34:04 +02:00
Martin Weinelt 49c56ee39e
Merge pull request #120114 from fabaff/hyperion-py 2021-04-22 00:07:56 +02:00
Fabian Affolter af2ff60af0 python3Packages.dsmr-parser: init at 0.29 2021-04-21 23:52:59 +02:00
Fabian Affolter 5119a3386c python3Packages.tailer: init at 0.4.1 2021-04-21 23:47:30 +02:00
Fabian Affolter 6d44df9860 python3Packages.hyperion-py: init at 0.7.4 2021-04-21 23:17:02 +02:00
Fabian Affolter f37c7c7ba8
Merge pull request #120098 from FlorianFranzen/binwalk
binwalk: init from python3Packages.binwalk
2021-04-21 22:59:38 +02:00
Florian Franzen 97c2e3df39 python3Packages.sphinx-serve: init at 1.0.1 2021-04-21 20:34:47 +02:00
Cole Helbling 5f45085a3f
flare-floss: init at 1.7.0 2021-04-21 11:21:10 -07:00
Cole Helbling ba3ddfb8f7
python2.pkgs.viv-utils: init at 0.3.17 2021-04-21 11:21:10 -07:00
Cole Helbling 088f388bd2
python.pkgs.plugnplay: init at 0.5.4 2021-04-21 11:21:10 -07:00
Cole Helbling 8e013f3fa8
python2.pkgs.vivisect: init at 0.1.0 2021-04-21 11:21:10 -07:00
Cole Helbling 4fe4272847
python2.pkgs.cxxfilt: init at 0.2.2 2021-04-21 11:21:09 -07:00
Florian Franzen 36b6a70302 unify: init from python3Packages.unify 2021-04-21 20:14:11 +02:00
Florian Franzen a24fb17c96 binwalk: init from python3Packages.binwalk 2021-04-21 20:12:38 +02:00
Florian Franzen 3ff8a6406e python3Packages.unify: init at 0.5 2021-04-21 20:06:46 +02:00
Florian Franzen ff06494b48 python3Packages.untokenize: init at 0.1.1 2021-04-21 19:57:21 +02:00
Cole Helbling e2efd87f5e
python3.pkgs.liblzfse: init at 0.4.1 2021-04-21 10:30:25 -07:00
Fabian Affolter 045febc92d wprecon: init at 1.6.3a 2021-04-21 18:46:40 +02:00
Fabian Affolter de048123a1 badtouch: init at 0.7.3 2021-04-21 18:04:01 +02:00
github-actions[bot] 9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Fabian Affolter 3121998f6b dnstwist: init at 20201228 2021-04-21 10:44:06 +02:00
Sandro f7e9cfcc06
Merge pull request #120033 from fabaff/hachoir
python3Packages.hachoir: init at 3.1.2
2021-04-21 10:39:09 +02:00
Fabian Affolter 7e1aee2aa4 python3Packages.ppdeep: init at 20200505 2021-04-21 10:30:39 +02:00
Fabian Affolter 04991f2ec8 python3Packages.hachoir: init at 3.1.2 2021-04-21 10:04:27 +02:00
Fabian Affolter 1070ddbae4 python3Packages.karton-dashboard: init at 1.1.0 2021-04-21 08:45:30 +02:00
Jörg Thalheim b94923b0d9
rubyPackages: update 2021-04-21 07:35:43 +02:00
Jonathan Ringer bdeaccefbf python3Packages.stone: init at 3.2.1 2021-04-20 22:19:08 -07:00
Sandro 494b319e21
Merge pull request #120008 from marsam/init-nodejs-16_x
nodejs-16_x: init at 16.0.0
2021-04-21 06:08:15 +02:00
Sandro 05d326b9eb
Merge pull request #119852 from yanganto/himalaya-0.2.6
himalaya: init at 0.2.6
2021-04-21 06:06:24 +02:00
Sandro 6a2783899a
Merge pull request #120012 from vs49688/orcli 2021-04-21 06:04:33 +02:00
Arijit Basu 314da8ce3d
xplr: init at 0.5.4 2021-04-21 09:20:04 +05:30
Sandro b88948d879
Merge pull request #118364 from jappeace/upgrade-ydotools-2 2021-04-21 05:13:47 +02:00
Sandro 06600d0a7a
Merge pull request #119928 from LeSuisse/cosign-0.3.0
cosign: 0.2.0 -> 0.3.0
2021-04-21 05:13:13 +02:00
Zane van Iperen 21ab9be498
openrussian-cli: init at 1.0.0 2021-04-21 12:46:44 +10:00
Sandro 8cb93e8921
Merge pull request #119970 from akshgpt7/add-jql 2021-04-21 03:17:05 +02:00
mlvzk 3f2b84a754
manix: 0.6.2 -> 0.6.3 (#119912)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-21 03:08:54 +02:00
Sandro 3cf87928e6
Merge pull request #119988 from fabaff/sish
sish: init at 1.1.5
2021-04-21 03:04:23 +02:00
Justin Bedo c1290daeaa
sqlitecpp: init 3.1.1 2021-04-21 10:19:24 +10:00
github-actions[bot] 99c7bab106
Merge master into staging-next 2021-04-21 00:15:20 +00:00
Cole Helbling 72efc3be00
zoekt: init at unstable-2021-03-17 2021-04-20 16:17:13 -07:00
Cole Helbling 444ea090da
honeytrap: init at unstable-2020-12-10 2021-04-20 16:03:02 -07:00
Fabian Affolter da711cec88 sish: init at 1.1.5 2021-04-21 00:06:27 +02:00
OPNA2608 14b5ddf085 haxe_4_1,haxe_4_2: fix build on Darwin 2021-04-20 23:22:20 +02:00
Sandro 41ecbc0132
Merge pull request #119919 from lunik1/libretro-powdertoy
libretro: add thepowdertoy core
2021-04-20 23:20:51 +02:00
Sandro 8c4eadf7b5
Merge pull request #119018 from dasisdormax/add-astc-encoder 2021-04-20 23:18:02 +02:00
Sandro e03850eef2
Merge pull request #119898 from lunik1/mpv-playlistmanager 2021-04-20 23:10:47 +02:00
Izorkin ce8eb071d1
nginx: replace zlib to zlib-ng 2021-04-21 00:10:21 +03:00
Aksh Gupta 2512e59bef jql: init at 2.9.4 2021-04-21 02:04:58 +05:30
Sandro 6a5576e420
Merge pull request #119798 from yorickvP/mv-oauth2_proxy 2021-04-20 21:49:50 +02:00
Sandro 17de5c3985
Merge pull request #119964 from jb55/wemux
wemux: init at 2021-04-16
2021-04-20 21:11:11 +02:00
Ben Sima b4a87f0ef0 wemux: init at 2021-04-16
The usual wemux.conf location is /usr/local/etc, but that directory doesn't
exist, so we patch the script to look in /etc.

Reviewed-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210419002256.30999-1-ben@bsima.me%3E
2021-04-20 11:51:06 -07:00
SCOTT-HAMILTON 6a707e80e6
srt-live-server: init at 1.4.8 (#119606)
* srt-live-server: init at 1.4.8

* Update pkgs/applications/video/srt-live-server/default.nix

* Update pkgs/applications/video/srt-live-server/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-20 20:45:44 +02:00
github-actions[bot] b08c9b444b
Merge master into staging-next 2021-04-20 18:13:16 +00:00
Anderson Torres 30b7492d9b
Merge pull request #118228 from lourkeur/teck-programmer
teck-programmer: init at 1.1.1
2021-04-20 15:08:00 -03:00
lunik1 4954e63a17
libretro: add thepowdertoy core 2021-04-20 18:22:04 +01:00
Thomas Gerbet 647960c60b cosign: 0.2.0 -> 0.3.0
Release notes:
https://github.com/sigstore/cosign/releases/tag/v0.3.0
2021-04-20 19:13:36 +02:00
lunik1 388c01875c
mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021) 2021-04-20 18:11:19 +01:00
Maximilian Wende d94462e97b
astc-encoder: init at 2.5
This builds the astc-encoder with the appropriate SIMD
instructions automatically selected depending on host machine.
2021-04-20 09:17:53 +02:00
Louis Bettens 3c0e1f309f teck-udev-rules: init 2021-04-20 09:10:43 +02:00
Mario Rodas e69cbd222a nodejs-16_x: init at 16.0.0
https://github.com/nodejs/node/releases/tag/v16.0.0
2021-04-20 04:20:00 +00:00
Antonio Yang 41f00c8918 himalaya: init at 0.2.6
- make shell completion optional
- specify security and libiconv for apple
2021-04-20 11:03:13 +08:00
Martin Weinelt 6b34489f81
Merge branch 'master' into staging-next 2021-04-20 02:06:07 +02:00
Vincent Laporte 95341f082c ocamlPackages.path_glob: init at 0.2 2021-04-19 22:12:38 +02:00
Vincent Laporte cdff996ed3 ocamlPackages.dap: init at 1.0.6 2021-04-19 22:12:38 +02:00
Sandro 4216cf5aee
Merge pull request #112434 from fabaff/pyxbe 2021-04-19 21:17:28 +02:00
Sandro 0db38eae52
Merge pull request #118839 from ErinvanderVeen/myxer 2021-04-19 21:15:19 +02:00
Sandro c92ca95afb
Merge pull request #119871 from legendofmiracles/master
giph: init at 1.1.1
2021-04-19 21:13:53 +02:00
Sandro b0899c7d3b
Merge pull request #119058 from Riey/kime 2021-04-19 20:45:19 +02:00
Sandro 1e78caefb8
Merge pull request #119642 from jojosch/oh-my-git-init 2021-04-19 20:44:34 +02:00
Sandro 6734491095
Merge pull request #110900 from obfusk/add-jiten 2021-04-19 20:41:42 +02:00
github-actions[bot] 6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
legendofmiracles 3ee493146d
giph: init at 1.1.1 2021-04-19 19:39:42 +02:00
Sandro 5c69c99434
Merge pull request #119836 from sophrosyne97/master 2021-04-19 19:21:01 +02:00
midchildan 97edf282ea
romdirfs: add darwin build 2021-04-20 00:52:05 +09:00
midchildan c3614f71a2
acd-cli: add darwin build 2021-04-20 00:51:51 +09:00
Sandro 51ea9d0acc
Merge pull request #111930 from 1000101/swagger-codegen 2021-04-19 17:34:46 +02:00
Lorenz Leutgeb 0b0cd3f6aa
mxisd: remove (#119372)
* mxisd: remove

See EOL notice at https://github.com/kamax-matrix/mxisd/blob/master/EOL.md#end-of-life-notice

* mxisd: Add throwing EOL notice
2021-04-19 11:26:08 -04:00
Maciej Krüger 5ce1675efb
Merge pull request #98637 from mkg20001/flat-remix 2021-04-19 17:22:08 +02:00
Louis Bettens 4bd1d7cf09 teck-programmer: init at 1.1.1 2021-04-19 16:12:04 +02:00
sophrosyne97 f48fe5df44 dwmblocks: init at 1.0 2021-04-19 10:10:03 -04:00
Maciej Krüger aff74ae7bb
flat-remix-gtk: init at 20201129 2021-04-19 15:08:08 +02:00
sternenseemann 56ba373d16 haxe_4_0: init at 4.0.5 2021-04-19 14:42:42 +02:00
sternenseemann a77870adf6 haxe_4_1: init at 4.1.5 2021-04-19 14:42:42 +02:00
sternenseemann 5252b4bd1b ocamlPackages.ocaml_extlib-1-7-7: init at 1.7.7
Unfortunately there's no way to get Haxe 4.0 and 4.1 to work with extlib
1.7.8 (not even without the minimal install), so we need to package
1.7.7 again, at least until 1.7.9 (?) brings backwards compatibility
packages, hopefully.
2021-04-19 14:42:42 +02:00
Maciej Krüger 21a0a2de9b
Merge pull request #115459 from mkg20001/cjd-tools
cjdns-tools: init at 21.1
2021-04-19 14:32:27 +02:00
Maciej Krüger 9f566fc6bc
Merge pull request #119813 from mkg20001/http3 2021-04-19 14:31:02 +02:00
github-actions[bot] 965c8e08a5
Merge master into staging-next 2021-04-19 12:06:23 +00:00
Andreas Källberg abf3a8af7c koka: Only build the executable
Just like for most other haskell programs,
we only want the binary, not the haskell libraries and ghc.

This reduces the closure size and avoids "conflicting packages" on macos
2021-04-19 13:06:22 +02:00
Raphael Megzari aa41080e22
beam-packages: init elixir_ls 0.7.0 (#118950) 2021-04-19 19:22:29 +09:00
1000101 d7fda9f65c swagger-codegen3: init at 3.0.25 2021-04-19 10:56:52 +02:00
Daniël de Kok cf00ef6548
Merge pull request #119783 from danieldk/remove-cuda-9
cudatoolkit-{9,9_0,9_1,9_2}: remove
2021-04-19 08:30:10 +02:00
github-actions[bot] 36faabcd7c
Merge master into staging-next 2021-04-19 06:05:48 +00:00
tomberek cd251bfd11
innernet: init at 1.0.0 (#118007)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-19 04:33:03 +02:00