Pavol Rusnak
b8baadcf4b
Merge pull request #107952 from fabaff/bump-adb-shell
...
python3Packages.adb-shell: 0.2.3 -> 0.3.0
2020-12-30 12:58:09 +01:00
Profpatsch
d5deb8c9a9
Merge pull request #107514 from Profpatsch/tree-sitter-fetch-all-grammars
...
Tree sitter fetch all grammars
2020-12-30 12:00:39 +01:00
Vladimír Čunát
95f685da60
python3Packages.mypy: don't use mypyc on 32-bit platforms
...
Almost all i686-linux tests got blocked because of this problem:
https://hydra.nixos.org/eval/1638038#tabs-now-fail
It regressed in PR #105462 (commit ad26cb9ee8
).
Now I tested that at least some test got fixed:
nix build -f nixos/release-combined.nix nixos.tests.knot.i686-linux
This change won't even cause any rebuild on 64-bit platforms,
and using nix booleans seems nicer anyway.
2020-12-30 11:29:09 +01:00
Fabian Affolter
1dc2b42dfe
python3Packages.adb-shell: 0.2.3 -> 0.3.0
2020-12-30 10:32:41 +01:00
Doron Behar
f6188ca545
Merge pull request #84939 from doronbehar/package-ocrfeeder
2020-12-30 08:49:15 +02:00
Jörg Thalheim
1e7ffa2741
Merge pull request #107925 from SuperSandro2000/pytorch
2020-12-30 06:43:45 +00:00
Jörg Thalheim
d198cbabe7
torchvision: update reason why tests fails
2020-12-30 07:42:16 +01:00
Matthew Bauer
9656774860
Merge pull request #107744 from mroi/patch-glibc
...
glibc: fix Darwin cross compilation for 2.32
2020-12-30 00:36:57 -06:00
John Ericson
ad62a26d91
Merge pull request #107928 from sternenseemann/ocaml-mirage-console-4.0.0
...
ocamlPackages.mirage-console: 3.0.2 -> 4.0.0 and add -unix package
2020-12-29 23:15:56 -05:00
Anderson Torres
2518b486ef
Merge pull request #107809 from thiagokokada/bump-clojure-lsp
...
clojure-lsp: 20201207T142850 -> 20201228T020543
2020-12-30 01:15:30 -03:00
John Ericson
cc523b938f
Merge pull request #107914 from sternenseemann/ocaml-mirage-fix
...
ocamlPackages.mirage: fix build by adding missing deps
2020-12-29 23:14:38 -05:00
John Ericson
78c4e34f69
Merge pull request #107922 from sternenseemann/tcpip-6.0.0
...
ocamlPackages.tcpip: init at 6.0.0 (plus init required dependencies)
2020-12-29 23:13:58 -05:00
John Ericson
7ffce391ff
Merge pull request #107907 from sternenseemann/ocaml-dns-other-pkgs
...
ocamlPackages.dns*: add missing related packages
2020-12-29 23:10:34 -05:00
Sandro Jäckel
0faf465099
pythonPackages.spyder-kernels: Convert to pytestCheckHook
2020-12-29 19:14:22 -08:00
Sandro Jäckel
2dbe0c21c4
pythonPackages.cadquery: Fix build on darwin
2020-12-29 19:14:22 -08:00
Sandro Jäckel
cce62f7b21
pythonPackages.pythonocc-core: Fix building on darwin
2020-12-29 19:14:22 -08:00
Sandro Jäckel
256ae8cfe0
smesh: Fix building on darwin
2020-12-29 19:14:22 -08:00
sternenseemann
eac6fcc16c
ocamlPackages.mirage-console-unix: init at 4.0.0
2020-12-30 01:12:38 +01:00
sternenseemann
b15ba2369f
ocamlPackages.mirage-console: 3.0.2 -> 4.0.0
2020-12-30 01:12:37 +01:00
sternenseemann
459da0525a
ocamlPackages.mirage-nat: init at 2.2.3
2020-12-30 00:20:28 +01:00
Sandro Jäckel
77c70abb81
torchvision: 0.2.1 -> 0.8.2
2020-12-30 00:07:24 +01:00
sternenseemann
33b6e32d77
ocamlPackages.tcpip: init at 6.0.0
2020-12-29 23:50:38 +01:00
sternenseemann
fa3da94dd5
ocamlPackages.arp: init at 2.3.1
2020-12-29 23:50:38 +01:00
sternenseemann
9e3040ef41
ocamlPackages.pcap-format: init at 0.5.2
2020-12-29 23:50:37 +01:00
sternenseemann
ba66c5b87d
ocamlPackages.mirage-vnetif: init at 0.5.0
2020-12-29 23:50:37 +01:00
sternenseemann
2446dfa5fc
ocamlPackages.mirage-random-test: init at 0.1.0
2020-12-29 23:50:37 +01:00
sternenseemann
9a56ba8781
ocamlPackages.ethernet: init at 2.2.0
2020-12-29 23:50:37 +01:00
sternenseemann
697e5e8346
ocamlPackages.lwt-dllist: init at 1.0.0
2020-12-29 23:50:37 +01:00
sternenseemann
bca81534f0
ocamlPackages.mirage: fix build by adding missing deps
...
Previously the mirage library/package wouldn't be built/installed
correctly due to missing deps which I now added as specified in the opam
file. While I was at it, I also enabled tests.
2020-12-29 22:47:41 +01:00
sternenseemann
b1c18d0fc6
ocamlPackages.dns*: add missing related packages
...
* dns-certify
* dns-cli
* dns-mirage
* dns-resolver
* dns-server
* dns-stub
* dns-tsig
2020-12-29 22:22:38 +01:00
Graham Christensen
09b571cfe7
Merge pull request #107443 from nima2007/zchunk_work
...
zchunk: 1.1.6-> 1.1.8 & Add darwin support
2020-12-29 14:31:39 -05:00
Pavol Rusnak
15614fbe39
Merge pull request #107873 from siraben/impl-update
...
impl: unstable-2020-11-19 -> 1.0.0
2020-12-29 19:51:48 +01:00
Sandro
339fccbe0c
Merge pull request #107859 from marsam/fix-shapely-darwin
...
python3Packages.shapely: fix build on darwin
2020-12-29 18:16:30 +01:00
sternenseemann
75513fb361
pythonPackages.ufonormalizer: 0.5.2 -> 0.5.3
2020-12-29 07:32:32 -08:00
Tim Steinbach
3a62e05027
python3Packages.boto3: 1.16.43 -> 1.16.44
2020-12-29 10:11:55 -05:00
Tim Steinbach
3adb004c1e
python3Packages.botocore: 1.19.43 -> 1.19.44
2020-12-29 10:11:54 -05:00
Sandro
27f87c4fb4
Merge pull request #107862 from r-ryantm/auto-update/python3.7-pyscreenshot
...
python37Packages.pyscreenshot: 2.2 -> 2.3
2020-12-29 15:03:20 +01:00
Pavol Rusnak
6a42898550
Merge pull request #107877 from jobojeha/update-utf8cpp
...
utf8cpp: 3.1.1 -> 3.1.2
2020-12-29 14:52:51 +01:00
Michael Weiss
317215b886
intel-media-driver: 20.4.3 -> 20.4.5
2020-12-29 14:16:54 +01:00
Profpatsch
00359f25e2
tree-sitter: test building of grammars
2020-12-29 13:54:29 +01:00
Profpatsch
0181e103b3
tree-sitter: update grammars again with new update script
2020-12-29 13:06:41 +01:00
Profpatsch
5f0ace20af
tree-sitter/update: allow grammars to be fetched from other orgas
...
Some of the grammars are not in the official orga, like
tree-sitter-lua, so we make sure the updater knows how to fetch them.
2020-12-29 13:02:39 +01:00
Profpatsch
b4ff78a45b
tree-sitter/update: pull repo argument into the nix code
2020-12-29 13:02:39 +01:00
Profpatsch
0b1bfd7d14
tree-sitter/update: make the repo check into a boolean test
2020-12-29 13:02:38 +01:00
Profpatsch
d2988dac8e
tree-sitter/update: factor repo list into nix
...
We want the ability to add different orga repos as well, and that is a
lot easier on the nix level.
2020-12-29 13:02:38 +01:00
Profpatsch
a32c5d90e7
tree-sitter: update grammars
...
The new update scripts gives us a bunch of new grammars!
2020-12-29 12:46:30 +01:00
Profpatsch
c0a4b41afe
tree-sitter: improve update script to fetch all available grammars
...
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.
Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).
Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
Profpatsch
a629257ec5
tree-sitter: rename library.nix to grammar.nix
2020-12-29 12:46:30 +01:00
Ben Siraphob
8b4c20215a
impl: unstable-2019-11-19 -> 1.0.0
2020-12-29 18:31:14 +07:00
Jonathan Jeppener-Haltenhoff
215378b627
utf8cpp: 3.1.1 -> 3.1.2
2020-12-29 12:02:34 +01:00