Commit Graph

95651 Commits

Author SHA1 Message Date
Drew Risinger
93fcc6b553 python3Packages.qdldl: init at 0.1.5.post0
Dependency of python3Packages.osqp
2021-01-11 19:39:14 -05:00
Sandro
8c89519c8b
Merge pull request #107796 from kini/cloudscraper/init
python3Packages.cloudscraper: init at 1.2.52
2021-01-12 01:29:30 +01:00
Dmitry Kalinkin
02828f91f1
Merge pull request #105709 from CajuM/symbiflow
Add Symbiflow + prjxray for OSS Xilinx FPGA development
2021-01-11 18:49:31 -05:00
Sandro
f0a7fce6ee
Merge pull request #108522 from 0x4A6F/master-tumpa 2021-01-11 23:46:17 +01:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 (#108849) 2021-01-11 23:08:42 +01:00
Louis Bettens
2679f31ad1 oraclejdk8: 8u261 -> 8u271 2021-01-11 23:00:59 +01:00
zowoq
a5c8741dd9 skopeo: 1.2.0 -> 1.2.1
https://github.com/containers/skopeo/releases/tag/v1.2.1
2021-01-12 05:40:55 +10:00
Sandro
91c82426f0
Merge pull request #108925 from SuperSandro2000/fix-collection2 2021-01-11 19:26:51 +01:00
Sandro
d90f50ed40
Merge pull request #108724 from fabaff/subarulink 2021-01-11 19:02:30 +01:00
Jörg Thalheim
1ac4c06c08
Merge pull request #108923 from ndl/master 2021-01-11 17:47:28 +00:00
Sandro
b70cf9fdbf
Merge pull request #108972 from fabaff/mulpyplexer
python3Packages.mulpyplexer: init at 0.08
2021-01-11 17:34:48 +01:00
Keshav Kini
33ec84a39b python3Packages.cloudscraper: init at 1.2.52 2021-01-11 07:19:13 -08:00
John Ericson
5ac7aa579a
Merge pull request #108450 from Ericson2314/no-static-overlay
haskell: Inline static overlay
2021-01-11 08:47:29 -05:00
Sandro Jäckel
112fa6f5b3
pythonPackages.pytil: Fix tests with darwin sandbox 2021-01-11 12:13:18 +01:00
Sandro Jäckel
fdd065c761
pythonPackages.scrapy: Fix tests on darwin 2021-01-11 12:13:16 +01:00
Sandro Jäckel
cb9b3f1129
pythonPackages.guestfs: Disable tests 2021-01-11 12:12:50 +01:00
Sandro Jäckel
32c1d619ec
pythonPackages.geopandas: Disable tests on darwin 2021-01-11 12:12:31 +01:00
Sandro Jäckel
fd0ac74050
pythonPackages.xdot: Disable test 2021-01-11 12:11:40 +01:00
Sandro Jäckel
0a79e76ab5
pythonPackages.worldengine: Cleanups, fix tests 2021-01-11 12:11:39 +01:00
Sandro Jäckel
7d08eaaad0
pythonPackages.pyhaversion: Mark >= Python 3.8 only, disable tests 2021-01-11 12:11:13 +01:00
Sandro Jäckel
65d9252c34
pythonPackages.notmuch: Disable tests 2021-01-11 12:11:11 +01:00
Sandro Jäckel
eea84e25e6
pythonPackages.notmuch2: Disable tests 2021-01-11 12:10:51 +01:00
Sandro Jäckel
aa3a78911a
pythonPackages.cliff: Fix dependencies 2021-01-11 12:08:21 +01:00
Sandro Jäckel
981ed50fb2
pythonPackages.three-merge: Init at 0.1.1 2021-01-11 12:08:19 +01:00
Sandro Jäckel
d132cb1424
pythonPackages.pyls-spyder: Init at 0.3.0 2021-01-11 12:08:17 +01:00
Sandro Jäckel
3428107fcf
pythonPackage.spyder: Fix dependencies 2021-01-11 12:08:17 +01:00
Sandro Jäckel
63d5e25709
pythonPackages.python-language-server: 0.34.1 -> 0.36.2 2021-01-11 12:08:15 +01:00
Sandro Jäckel
7ed180f626
pythonPackages.python-jsonrpc-server: 0.3.4 -> 0.4.0 2021-01-11 12:07:54 +01:00
Sandro Jäckel
b795b57bce
python3Packages.swspotify: Fix dependencies 2021-01-11 12:07:28 +01:00
Sandro Jäckel
733db11207
python3Packages.keep: Disable check phase 2021-01-11 12:07:10 +01:00
Sandro Jäckel
1d12368d30
pythonPackages.scrapy-splash: Fix dependencies, disable tests 2021-01-11 12:07:07 +01:00
Sandro Jäckel
f8c2f7583a
pythonPackages.scrapy-deltafetch: Disable tests 2021-01-11 12:06:45 +01:00
Daniël de Kok
9a33d28fe2
Merge pull request #108892 from thelegy/botan2
botan2: add aarch64-linux to platforms
2021-01-11 11:40:18 +01:00
Peter Simons
c3c06134e2
Merge pull request #108268 from TikhonJelvis/bump-r-packages
r-modules: Updated definitions of CRAN and Bioc packages.
2021-01-11 10:45:42 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Pamplemousse
9ff73686ed
ocamlPackages.bap: Correct build dependencies
As pointed upstream:
  https://github.com/BinaryAnalysisPlatform/bap/issues/1261#issuecomment-754926500

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-11 09:35:54 +01:00
Fabian Affolter
67dbb62e4a python3Packages.subarulink: init at 0.3.11 2021-01-11 09:17:10 +01:00
Fabian Affolter
194cf24795 python3Packages.lsassy: init at 2.1.3 2021-01-11 09:13:50 +01:00
Fabian Affolter
16b09e898b python3Packages.pypykatz: init at 0.3.15 2021-01-11 09:13:22 +01:00
Fabian Affolter
4a286edf6b python3Packages.msldap: init at 0.3.22 2021-01-11 09:12:56 +01:00
github-actions[bot]
db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Rouven Czerwinski
78dd741ec7 gensio: 2.1.7 -> 2.2.1
Version bump, add passthru.updateScript, pkg-config and an upstream
patch required for the build.
2021-01-11 06:08:34 +01:00
John Ericson
a52f9a18bf haskell: Inline static overlay
We don't force `enableStaticLibraries` for Windows or WASM because it
will just fail an assertion.
2021-01-11 03:17:29 +00:00
Mario Rodas
bd4c31411e
Merge pull request #108971 from marsam/update-tflint
tflint: 0.23.0 -> 0.23.1
2021-01-10 20:35:37 -05:00
Sandro
e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua 2021-01-11 02:19:52 +01:00
github-actions[bot]
36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Ben Siraphob
e9b6e535a6
vyper: init at 0.2.8 (#104758)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11 02:01:47 +01:00
Sandro
e3271a768c
Merge pull request #108071 from astro/json-schema-for-humans
json-schema-for-humans: init at 0.27.0
2021-01-11 02:00:28 +01:00
Sandro
d8165ca0b0
Merge pull request #104401 from fgaz/staticjinja/0.4.0 2021-01-11 01:59:19 +01:00
Sandro
39229a3398
Merge pull request #108572 from fabaff/bump-sortedcollections 2021-01-11 01:36:33 +01:00
Sandro
08943980b6
Merge pull request #108673 from fabaff/aioguardian 2021-01-11 01:36:14 +01:00
Sandro
3e5207becc
Merge pull request #106679 from siraben/gauche-update
gauche: 0.9.9 → 0.9.10
2021-01-11 01:35:04 +01:00
Sandro
ac42d2580b
Merge pull request #108809 from fabaff/aiowinreg
python3Packages.aiowinreg: init at 0.0.3
2021-01-11 01:31:29 +01:00
Alexander Tsvyashchenko
69d1e62b36 python3Packages.tensorflow_2: 2.3.2 -> 2.4.0
Also the following related changes:
* Removed Python 2 support because it's not supported by TF and related packages for a long time.
* Upgraded tensorboard and estimator packages to the required versions.
* Added extra plugins for tensorboard to support profiling.
* In the previous derivation versions, TF_SYSTEM_LIBS didn't have any effect because it was reset at repo fetching stage, so TF always used its own dependencies. Made TF_SYSTEM_LIBS actually work and fixed the errors caused by enabling it.
* Enabled tensorboard by default (but still keeping an option to disable it if needed).
2021-01-11 00:30:43 +01:00
Martin Weinelt
59e7ff0a79
Merge pull request #108985 from fabaff/teslajsonpy
python3Packages.teslajsonpy: init at 0.10.4
2021-01-11 00:04:25 +01:00
Martin Weinelt
719db5fde0
Merge pull request #108680 from fabaff/pyiqvia
python3Packages.pyiqvia: init 0.3.1
2021-01-10 23:47:30 +01:00
Jan Beinke
eb6a446039 botan2: add aarch64-linux to platforms 2021-01-10 23:28:01 +01:00
Fabian Affolter
acdddc982d python3Packages.teslajsonpy: init at 0.10.4 2021-01-10 23:25:37 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Doron Behar
d68b34650f
Merge pull request #108965 from MetaDark/texlab 2021-01-10 23:56:03 +02:00
Sandro
d085417683
Merge pull request #108970 from xaverdh/pkgs-stdenv-lib
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
2021-01-10 22:47:38 +01:00
zowoq
59db4d32df gotools: drop unnecessary optional excludedPackages 2021-01-11 06:00:38 +10:00
zowoq
134b008891 go: remove meta.branch
Only needed for `disabled` in `buildGo{Module,Package}`.
2021-01-11 06:00:38 +10:00
zowoq
26117ed4b7 buildGo{Module,Package}: remove disabled
This doesn't seem to have been used since pkgs/top-level/go-packages.nix was split up.
2021-01-11 06:00:38 +10:00
Anderson Torres
1373f75002
Merge pull request #108801 from AndersonTorres/update-argtable
argtable: 3.0.1 -> 3.1.5 
libmicrohttpd: init at 0.9.72
libjson-rpc-cpp: 0.7.0 -> 1.3.0
2021-01-10 16:59:03 -03:00
Sandro
a657c03fd8
Merge pull request #108120 from fabaff/ldeep 2021-01-10 20:55:14 +01:00
Michael Lingelbach
a57ba9ea13 sumneko-lua-language-server: init at 1.11.2 2021-01-10 11:43:55 -08:00
Fabian Affolter
f69fd68486 python3Packages.mulpyplexer: init at 0.08 2021-01-10 20:20:39 +01:00
Dominik Xaver Hörl
25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Sandro
f41dc35387
Merge pull request #108799 from SuperSandro2000/fix-collection 2021-01-10 20:04:46 +01:00
github-actions[bot]
76394e4624
Merge master into staging-next 2021-01-10 18:41:43 +00:00
Fabian Affolter
2033a38feb python36Packages.aiowinreg: init at 0.0.3 2021-01-10 18:03:58 +01:00
Kira Bruneau
f0e9d7e658 texlab: 2.2.1 -> 2.2.2 2021-01-10 11:55:02 -05:00
Mario Rodas
629b34fe2c tflint: 0.23.0 -> 0.23.1
https://github.com/terraform-linters/tflint/releases/tag/v0.23.1
2021-01-10 11:53:00 -05:00
Profpatsch
2497553b23 toplevel: stdenv.lib -> lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 17:44:59 +01:00
AndersonTorres
12c5cfda1d libjson-rpc-cpp: 0.7.0 -> 1.3.0 2021-01-10 12:55:25 -03:00
AndersonTorres
bc838c8686 libmicrohttpd: init at 0.9.72
Being conservative, I included a new version instead of overwriting.
2021-01-10 12:43:48 -03:00
AndersonTorres
db27acb1c8 argtable: 3.0.1 -> 3.1.5 2021-01-10 12:43:48 -03:00
Jörg Thalheim
51894963cb
Merge pull request #89775 from numinit/update-androidenv 2021-01-10 15:09:36 +00:00
Francesco Gazzetta
47ae218d9e pythonPackages.staticjinja: enable tests
and:
* fetch from github (tests on pypi get somehow disabled)
* formatting
2021-01-10 15:51:05 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Fabian Affolter
25e483b3c3 python3Packages.sortedcollections: update attributes 2021-01-10 15:41:18 +01:00
Fabian Affolter
4a91e76fae python3Packages.sortedcollections: use GitHub as source and enable tests
python3Packages.sortedcollections: enable tests

python3Packages.sortedcollections: add pythonImportsCheck
2021-01-10 15:41:06 +01:00
Fabian Affolter
09010da567 python3Packages.sortedcollections: 1.2.1 -> 1.2.3 2021-01-10 15:37:39 +01:00
Matthieu Coudron
9f8b7cb4a8
Merge pull request #104658 from poscat0x04/add-fcitx5
Add fcitx5
2021-01-10 15:26:27 +01:00
Ben Siraphob
47de48f600 gauche: 0.9.9 -> 0.9.10 2021-01-10 21:23:52 +07:00
Elis Hirwing
58d897e812
Merge pull request #108904 from aanderse/php-oci8
php80.extensions.oci8: 2.2.0 -> 3.0.1
2021-01-10 14:23:09 +01:00
Sandro Jäckel
ad8ec3b48b
pythonPackages.shiboken2: Mark broken on darwin 2021-01-10 13:18:43 +01:00
Sandro Jäckel
96ba5c472c
pythonPackages.asyncio-dgram: Disable tests on darwin 2021-01-10 13:18:42 +01:00
Sandro Jäckel
445d1ee786
libgda: Fix compiling with mysql 2021-01-10 13:18:42 +01:00
Sandro Jäckel
74a1925972
libgda: Remove removed flag 2021-01-10 13:18:41 +01:00
Sandro Jäckel
7923272cd5
pythonPackages.nixpkgs: Disable tests 2021-01-10 13:18:38 +01:00
Sandro Jäckel
075da3928b
pythonPackages.python-engineio: Disable tests on darwin 2021-01-10 13:18:38 +01:00
Sandro Jäckel
19983c6cb5
pythonPackages.clifford: Update patch hash, use disabledTests, disable failing test 2021-01-10 13:17:35 +01:00
Sandro
ad97cdf81d
Merge pull request #108928 from SuperSandro2000/opustags 2021-01-10 13:14:56 +01:00
Pavol Rusnak
0492b62baf
Merge pull request #108894 from prusnak/ds_store
python3Packages.ds_store: init at 1.3.0
2021-01-10 11:11:38 +01:00
Pavol Rusnak
7a3427ddef
python3Packages.ds-store: init at 1.3.0 2021-01-10 11:09:27 +01:00
Sandro Jäckel
37d559a2dc
pythonPackages.uproot3: 3.14.1 -> 3.14.2 2021-01-10 11:04:55 +01:00
Sandro Jäckel
c212d62069
pythonPackages.graphene: 3.0.0b6 -> 3.0.0b7 2021-01-10 11:03:08 +01:00
Sandro Jäckel
9de8c2cdb0
pythonPackages.awkward0: 0.15.1 -> 0.15.2 2021-01-10 11:00:47 +01:00