github-actions[bot]
9f69dadafd
Merge master into staging-next
2021-01-15 01:16:33 +00:00
Hector Escobedo
c6b22ca288
networking-ts-cxx: init at 2019-02-27
2021-01-14 18:30:22 -05:00
Hector Escobedo
78e40c4a06
fast-cpp-csv-parser: init at 2021-01-03
2021-01-14 15:19:00 -08:00
John Ericson
3d9a14f76c
Merge pull request #109326 from HectorAE/hdf5-blosc-init
...
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Michael Weiss
6cdbde2f0d
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
...
Since c378a33705
we have a patch to add svt-av1 support to
ffmpeg-full. The default AV1 encoder is still libaom but svt-av1 has a
higher priority than rav1e (see libavcodec/allcodecs.c). And since
svt-av1 is much faster than rav1e (which in turn should be faster than
libaom) we don't really need rav1e support by default anymore (I guess
it can be useful but overall svt-av1 should currently be the best
option).
And because rav1e's build did break a few times in the past and needs a
lot of Rust dependencies (including cargo-c to make it C-ABI
compatible) it might be best to simply disable it for now.
Benchmarks (though it is difficult to compare them that way):
- https://openbenchmarking.org/test/pts/svt-av1
- https://openbenchmarking.org/test/pts/rav1e
- https://openbenchmarking.org/test/pts/aom-av1
2021-01-14 22:30:57 +01:00
Alyssa Ross
3893d6c6d7
gitAndTools: move everything to the top level
...
The comment at the top of git-and-tools/default.nix said:
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
but unfortunately that hasn't actually held up in practice.
Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing. In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196
).
So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix. This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.
The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before. I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Hector Escobedo
741aab97c4
hdf5-blosc: init at 1.0.0
2021-01-14 12:55:26 -08:00
Sandro
0f0c250967
Merge pull request #109284 from fabaff/gps3
2021-01-14 21:18:55 +01:00
Sandro
22d184ae8d
Merge pull request #108866 from markuskowa/new-targetisns
...
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
...
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Sandro
6e7846bc89
Merge pull request #105843 from HectorAE/quickfix-init
2021-01-14 20:56:02 +01:00
tu-maurice
85ec1ece13
beefi: Init at 0.1.1
2021-01-14 20:35:00 +01:00
Jörg Thalheim
257170ca27
Merge pull request #109387 from fabaff/waterfurnace
...
python3Packages.waterfurnace: init at 1.1.0
2021-01-14 19:15:18 +00:00
github-actions[bot]
183b673b64
Merge master into staging-next
2021-01-14 18:54:05 +00:00
Cyril Cohen
f06be1bcf9
coqPackages.mathcomp-abel: init at 1.0.0
2021-01-14 19:51:30 +01:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674
2021-01-15 03:26:38 +09:00
Fabian Affolter
3a072e45b9
python3Packages.waterfurnace: init at 1.1.0
2021-01-14 19:02:47 +01:00
Artur Cygan
6429b459a1
uthenticode: init at 1.0.4
2021-01-14 18:18:35 +01:00
Ryan Horiguchi
dcfe06f55d
gnomeExtensions.clock-override: init at 12
2021-01-14 16:30:16 +01:00
Stig Palmquist
b3361ebd23
perlPackages.NetHTTPSNB: fix stdenv.lib -> lib
2021-01-14 16:22:41 +01:00
Stig
47639c945e
Merge pull request #109299 from mfrischknecht/slimserver-Net-HTTPS-NB
...
slimserver: add perlPackages.NetHTTPSNB as a dependency
2021-01-14 16:13:38 +01:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
...
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
Sandro
7d9c32f743
Merge pull request #109357 from ehmry/gnuvd
...
gnuvd: remove
2021-01-14 13:54:58 +01:00
Sandro
3ad6cd726f
Merge pull request #109352 from fabaff/tmb
2021-01-14 13:54:30 +01:00
Sandro
551ede0a2c
Merge pull request #109351 from veehaitch/cert-chain-resolver-v1.0.1
...
pythonPackages.cert-chain-resolver: init at 1.0.1
2021-01-14 13:52:32 +01:00
Manuel Frischknecht
b8bd0dbfc3
perlPackages.NetHTTPSNB: init at 0.15
2021-01-14 12:48:37 +00:00
github-actions[bot]
730ff71234
Merge master into staging-next
2021-01-14 12:42:20 +00:00
Emery Hemingway
f385802067
gnuvd: remove
...
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
Sandro
74b0954852
Merge pull request #109327 from fabaff/pyvera
2021-01-14 13:31:41 +01:00
Sandro
5c1662de69
Merge pull request #109320 from fabaff/pymyq
2021-01-14 13:26:28 +01:00
Luke Granger-Brown
6e684ca91e
envoy: init at 1.16.2
2021-01-14 12:26:11 +00:00
Sandro
9bb17e7243
Merge pull request #109316 from fabaff/pykira
2021-01-14 13:23:43 +01:00
Sandro
8a97542e17
Merge pull request #109301 from fabaff/xknx
2021-01-14 13:21:45 +01:00
Sandro
3e956131a5
Merge pull request #109300 from fabaff/pyopnsense
2021-01-14 13:21:13 +01:00
Christoph Neidahl
1ae6b4c2ee
megapixels: init at 0.14.0
2021-01-14 12:38:33 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
...
We were packaging ydiff twice!
In this patch, I've merged the two expressions into one, trying to
take the best of each. ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.
While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.
Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff. gitAndTools.ydiff just did nothing. Both also expected to
find git, hg, and svn in the environment, which was impure. So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Vincent Haupert
1560f964a9
pythonPackages.cert-chain-resolver: init at 1.0.1
2021-01-14 10:57:51 +01:00
Fabian Affolter
7f836a9d5a
python3Packages.tmb: init at 0.1.0
2021-01-14 10:44:39 +01:00
fricklerhandwerk
a0c2948861
python3Packages.wxpython_4_0: fix darwin build
2021-01-14 09:26:12 +01:00
fricklerhandwerk
27830c70b1
wxmac: 3.0.4 -> 3.0.5.1
2021-01-14 09:26:12 +01:00
Jörg Thalheim
124655ed49
unixtools: align attribute name with filename
...
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
github-actions[bot]
d247d74ff9
Merge master into staging-next
2021-01-14 06:44:24 +00:00
Sandro
29d0d2faca
Merge pull request #109294 from fabaff/icmplib
2021-01-14 07:37:05 +01:00
Sandro
942f96ac55
Merge pull request #109298 from fabaff/poolsense
2021-01-14 07:34:58 +01:00
Sandro
d9d3cb64ad
Merge pull request #109291 from fabaff/hydrawiser
2021-01-14 07:34:33 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next
2021-01-14 02:24:17 +01:00
Fabian Affolter
4cfda18756
python3Packages.pyxeoma: init at 1.4.1
2021-01-13 17:12:55 -08:00
Cole Helbling
326fc3736c
Revert "calibre: 4.23.0 -> 5.9.0"
2021-01-13 15:52:36 -08:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2
2021-01-13 15:39:31 -08:00
Fabian Affolter
f215ae9dab
python3Packages.pyvera: init at 0.3.11
2021-01-13 23:40:45 +01:00
Artur Cygan
73db86659f
pe-parse: init at 1.2.0
2021-01-13 14:18:37 -08:00
Nikolay Korotkiy
6e83386e82
lagrange: init at 1.0.3
2021-01-13 23:12:50 +01:00
Hector Escobedo
d9c217495c
quickfix: init at 1.15.1
2021-01-13 13:55:31 -08:00
Fabian Affolter
b49c22a6c2
python3Packages.pymyq: init at 2.0.14
2021-01-13 22:09:39 +01:00
Fabian Affolter
1bc0c5a79f
python3Packages.pykira: init at 0.1.2
2021-01-13 21:48:15 +01:00
adisbladis
b1961de94e
Merge pull request #107152 from adisbladis/emacs-withpackage-refactor
...
emacsPackages*: Move to emacs*.pkgs
2021-01-13 21:03:43 +01:00
Sandro
bed03ad07c
Merge pull request #109285 from fabaff/pyinsteon
2021-01-13 19:04:41 +01:00
Fabian Affolter
715b7c3e81
python3Packages.xknx: init at 0.16.0
2021-01-13 19:04:40 +01:00
Sandro
c99459e02f
Merge pull request #109282 from fabaff/aiokef
2021-01-13 19:04:17 +01:00
Fabian Affolter
8ffd040146
python3Packages.pyopnsense: init at 0.3.0
2021-01-13 18:57:03 +01:00
Fabian Affolter
113848213f
python3Packages.poolsense: init at 0.0.8
2021-01-13 18:08:46 +01:00
Fabian Affolter
e0dd82d309
python3Packages.icmplib: init at 2.0.1
2021-01-13 17:51:42 +01:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
...
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis
6347f78fd9
emacsPackages*: Move to emacs*.pkgs
...
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`
The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +01:00
Fabian Affolter
68026a2219
python3Packages.hydrawiser: init at 0.2
2021-01-13 16:59:53 +01:00
Fabian Affolter
d69a27efbf
python3Packages.pyinsteon: init at 1.0.8
2021-01-13 16:04:26 +01:00
Johan Thomsen
423b9b2a70
ceph: 15.2.7 -> 15.2.8
2021-01-13 15:51:18 +01:00
Fabian Affolter
b343e5375f
python3Packages.gps3: init at 0.33.3
2021-01-13 15:37:32 +01:00
Fabian Affolter
1a0e5c95cc
python3Packages.aiokef: init at 0.2.17
2021-01-13 15:14:30 +01:00
Fabian Affolter
f90920cc2c
python3Packages.pyfnip: init at 0.2
2021-01-13 12:42:47 +01:00
Mark Vainomaa
b451286b1f
docker: 19.03.4 -> 20.10.2 ( #108960 )
...
This commit refactors the build process to handle Docker engine and
CLI split.
2021-01-13 11:33:14 +01:00
Sandro
e6a184aca0
Merge pull request #108777 from fabaff/bump-pyhaversion
2021-01-13 10:15:18 +01:00
Sandro
c36b928f4f
Merge pull request #108993 from flokli/nufraw-gimp
...
remove ufraw and the gimp plugin
2021-01-13 09:19:39 +01:00
Sandro
f73fb5337e
Merge pull request #100447 from uvNikita/ultralist
2021-01-13 08:47:53 +01:00
Sandro
7b596e48b8
Merge pull request #107616 from fabaff/hakrawler
...
hakrawler: init at 20201224-e39a514
2021-01-13 08:45:31 +01:00
Sandro
5173a75d4f
Merge pull request #107752 from fabaff/terrascan
2021-01-13 08:45:02 +01:00
Sandro
c60ed40274
Merge pull request #109232 from fabaff/pylutron
2021-01-13 08:44:39 +01:00
Fabian Affolter
c107bf63a3
python3Packages.pyfido: init at 2.1.1
2021-01-12 22:54:17 -08:00
github-actions[bot]
318e673af0
Merge master into staging-next
2021-01-13 06:40:30 +00:00
Silvan Mosberger
0cd5058afd
Merge pull request #85842 from iblech/patch-whitebophir
...
whitebophir: init at 1.7.0 (package and service)
2021-01-13 03:06:34 +01:00
github-actions[bot]
3edc776d77
Merge master into staging-next
2021-01-13 01:11:17 +00:00
Ingo Blechschmidt
deb9c1d027
whitebophir: init at 1.7.0
2021-01-13 01:22:31 +01:00
Florian Klink
038de4c5b1
ufraw: remove
...
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146 ).
Using Darktable seems to be the reasonable choice for now.
Closes https://github.com/NixOS/nixpkgs/issues/97946 .
2021-01-13 00:30:46 +01:00
Sandro
e354a9b386
Merge pull request #108943 from fabaff/bump-dnachisel
2021-01-12 23:41:10 +01:00
Pavol Rusnak
e6229b82f0
Merge pull request #108945 from prusnak/electrs
...
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
Sandro
90b1dbeb09
Merge pull request #109012 from fabaff/pypck
2021-01-12 23:32:58 +01:00
Fabian Affolter
feda71706b
python3Packages.pylutron: init at 0.2.6
2021-01-12 23:23:29 +01:00
Fabian Affolter
717020f3f6
python3Packages.awesomeversion: init at 20.12.5
2021-01-12 22:29:21 +01:00
Fabian Affolter
af94d8ca0c
terrascan: init at 1.2.0
2021-01-12 22:09:15 +01:00
Fabian Affolter
93b5742b15
hakrawler: init at 20201224-e39a514
2021-01-12 21:43:05 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next
2021-01-12 18:47:24 +00:00
Alyssa Ross
a8d2393df4
firefox: remove unused override
...
This isn't used:
$ git grep -w python pkgs/applications/networking/browsers/firefox
$
2021-01-12 17:44:53 +00:00
Aaron Andersen
1cf298791b
Merge pull request #91944 from Izorkin/mariadb-update
...
mariadb: 10.4.15 -> 10.5.8
2021-01-12 12:13:30 -05:00
Sandro
769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
...
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
Sandro
6071c0b71d
Merge pull request #108908 from moaxcp/jbang
...
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Sandro
8bf14d4a8a
Merge pull request #108977 from lukegb/mark-as-broken
2021-01-12 16:16:58 +01:00
Sandro
88e9af25b8
Merge pull request #108907 from terinjokes/patches/pcem
2021-01-12 16:16:26 +01:00
Sandro
9d275b749e
Merge pull request #85810 from arcz/init-manticore
2021-01-12 16:02:30 +01:00
Sandro
65a4ef7cb8
Merge pull request #108221 from eduardosm/masterpdfeditor4
...
masterpdfeditor4: init at 4.3.89
2021-01-12 16:00:58 +01:00
Sandro
2c9d68e6e9
Merge pull request #109061 from drewrisinger/dr-pr-osqp-update
2021-01-12 15:55:57 +01:00
Nikita Uvarov
5b82aad3f9
ultralist: rename from todolist
...
Announcement: https://github.com/ultralist/ultralist/issues/136 .
2021-01-12 15:48:45 +01:00
Izorkin
d688f790dd
mariadb: drop build server with tokudb storage
2021-01-12 17:22:47 +03:00
Maximilian Bosch
70bff07817
Merge pull request #109108 from Mic92/static-strace
...
pkgsStatic.strace: fix build
2021-01-12 15:04:11 +01:00
Anderson Torres
2900382c14
Merge pull request #109090 from hugolgst/update/calibre
...
calibre: 4.23.0 -> 5.9.0
2021-01-12 11:03:20 -03:00
adisbladis
e32fd7aea9
Merge pull request #109110 from adisbladis/trillian-init
...
trillian: init at 1.3.11
2021-01-12 14:56:39 +01:00
sternenseemann
2a88330fbe
soldat-unstable: init at 2020-11-26
2021-01-12 14:44:42 +01:00
sternenseemann
7ce707f760
gamenetworkingsockets: init at 1.2.0
2021-01-12 14:44:42 +01:00
Sandro
82fd153465
Merge pull request #108946 from kevingriffin/fish-babelfish
2021-01-12 14:27:04 +01:00
github-actions[bot]
f1bb6c74f9
Merge master into staging-next
2021-01-12 12:34:36 +00:00
adisbladis
7412b9f065
trillian: init at 1.3.11
2021-01-12 13:18:33 +01:00
Hugo Lageneste
bbe300a6b8
calibre: 4.23.0 -> 5.9.0
...
Updates calibre version to 5.9.0 by pinning the Python version to 3.
Calibre upgraded to Python 3 since the 5.0 release.
Adds aliases for removed packages.
Fixes #106256 .
2021-01-12 13:11:54 +01:00
Jörg Thalheim
2af38d76fe
phpPackags.gettext: configureFlags should be a list
2021-01-12 13:10:35 +01:00
Kevin Griffin
8d0ddfc1b6
babelfish: init at version 0.1.3
2021-01-12 20:19:54 +09:00
Jörg Thalheim
a8c07163dc
xsd: fix build
...
last release 2014... does not build with gcc10
2021-01-12 12:19:30 +01:00
Pavol Rusnak
488c4cf2e5
electrs: init at 0.8.6
2021-01-12 10:04:16 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next
2021-01-12 06:34:30 +00:00
John Mercier
1288812ae0
jbang: init at 0.58.0
2021-01-11 21:52:55 -05:00
Benjamin Hipple
1e678a98d5
Merge pull request #109006 from totten/master-mysql-8022
...
mysql80: 8.0.17 -> 8.0.22
2021-01-11 21:51:01 -05:00
Fabian Affolter
8605fbd0e4
python3Packages.unifiled: init at 1.1
2021-01-11 17:41:59 -08:00
github-actions[bot]
32a46d68f3
Merge master into staging-next
2021-01-12 01:04:47 +00:00
Sandro
1760d488e4
Merge pull request #99565 from fishi0x01/fishi0x01/vsh
...
vsh: init at 0.7.2
2021-01-12 01:51:03 +01:00
Sandro
805821e1cf
Merge pull request #108714 from rhoriguchi/unite-shell
2021-01-12 01:43:30 +01:00
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
Dmitry Kozlyuk
ef19c4d181
catboost: init at 0.24.4
2021-01-12 02:31:41 +03:00
Sandro
f0a7fce6ee
Merge pull request #108522 from 0x4A6F/master-tumpa
2021-01-11 23:46:17 +01:00
Fabian Affolter
8def5f630a
python3Packages.pypck: init at 0.7.8
2021-01-11 23:19:51 +01:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 ( #108849 )
2021-01-11 23:08:42 +01:00
Sandro
5ea525376f
Merge pull request #108951 from erictapen/sub-batch-init
...
sub-batch: init at 0.3.0
2021-01-11 22:56:56 +01:00
Luke Granger-Brown
7d9d1c5f15
mxnet: switch to GCC 9
...
mxnet currently doesn't compile under GCC 10 (linker failures).
2021-01-11 21:49:23 +00:00
fps.io
5e0cf323e7
tap-plugins: init at 1.0.1
2021-01-11 21:45:48 +01:00
Dmitry Kalinkin
0708a5e690
all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
...
Fixes : #102168
2021-01-11 19:59:48 +01:00
Frederik Rietdijk
12c57ff6ae
Revert "kora-icon-theme: fix eval"
...
Let's use 1b36c97948
instead.
This reverts commit aa6dd78322
.
2021-01-11 19:59:37 +01:00
Frederik Rietdijk
aa6dd78322
kora-icon-theme: fix eval
2021-01-11 19:57:53 +01:00
github-actions[bot]
757ad34b82
Merge master into staging-next
2021-01-11 18:42:29 +00: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
Tim Steinbach
18b09d883f
linux: 5.11-rc2 -> 5.11-rc3
2021-01-11 11:10:07 -05:00
Keshav Kini
33ec84a39b
python3Packages.cloudscraper: init at 1.2.52
2021-01-11 07:19:13 -08:00
Sandro
f18ba0425d
Merge pull request #109019 from manojkarthick/reddsaver-init
...
reddsaver: init at 0.2.2
2021-01-11 16:11:39 +01:00
Milan
e614b5a2d0
mindustry: build Arc from source ( #108274 )
...
- reduce the buildPhase of the fixed-output dependencies derivation to
only download all dependencies, instead of building the full thing.
- add wayland variant, which is linked against a different variant of
the glew library to run natively using SDL_VIDEODRIVER=wayland
- use jdk (Java 15) instead of jre (Java 8) at runtime
- use new copyDesktopItems hook
2021-01-11 15:55:52 +01: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
Manoj Karthick
36ee158783
reddsaver: init at 0.2.2
...
Motivation: Command line tool to download saved images from Reddit
2021-01-11 05:20:34 -08:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next
2021-01-11 13:36:42 +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
Emery Hemingway
843daa841d
llvmPackages: select version by targetPlatform
2021-01-11 11:10:53 +01:00
Sandro
c7f5dcbb21
Merge pull request #109005 from fabaff/msldap
2021-01-11 09:29:45 +01:00
Fabian Affolter
67dbb62e4a
python3Packages.subarulink: init at 0.3.11
2021-01-11 09:17:10 +01:00
Frederik Rietdijk
05ca995e31
libsForQt5.fcitx5-qt: add missing callPackage, fixes eval
...
https://github.com/NixOS/nixpkgs/pull/102168 moved Qt imports to qt5-packages.nix
and https://github.com/NixOS/nixpkgs/pull/104658 added a new package on the old
location.
2021-01-11 09:15:22 +01:00
Justin Humm
509cd74e49
sub-batch: init at 0.3.0
2021-01-11 09:14:37 +01:00
Fabian Affolter
194cf24795
python3Packages.lsassy: init at 2.1.3
2021-01-11 09:13:50 +01:00
Michele Guerini Rocco
a306b088f6
Merge pull request #108491 from pacien/fishPlugins-wrapFish
...
wrapFish: add fish shell wrapper package
2021-01-11 09:10:52 +01:00
Sandro
1109e2423d
Merge pull request #108753 from manojkarthick/expenses-init
2021-01-11 08:55:48 +01:00
Stig Palmquist
43c88a7ddf
perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
2021-01-11 08:14:38 +01:00
Tim Otten
1dc5b4612f
mysql80: 8.0.21 -> 8.0.22
2021-01-10 22:50:34 -08:00
Alyssa Ross
4d5d04a238
mysql80: 8.0.17 -> 8.0.21
...
Hopefully substituteInPlace will be less brittle than the patch.
2021-01-10 22:48:02 -08:00
github-actions[bot]
75bb36a66f
Merge staging-next into staging
2021-01-11 06:33:34 +00:00
github-actions[bot]
db7b9735f9
Merge master into staging-next
2021-01-11 06:33:30 +00:00
Wulfsta
5ca3562611
psw: init at 0.1.2
2021-01-10 22:22:28 -08:00
Ryan Horiguchi
2c9a72d98e
gnomeExtensions.unite-shell: init at 44
2021-01-11 05:30:42 +01:00
Zak B. Elep
f16987df6e
perlPackages.Appcpm: 0.996 -> 0.997000
2021-01-11 11:20:57 +08: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
Sandro
e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua
2021-01-11 02:19:52 +01:00
Sandro
0e99531c54
Merge pull request #108953 from fgaz/urn/init
...
urn-timer: init at unstable-2017-08-20
2021-01-11 02:19:40 +01:00
Sandro
4d69305d75
Merge pull request #108961 from iblech/patch-jumpnbump
...
jumpnbump: init at 1.70-dev
2021-01-11 02:18:07 +01:00
Sandro
bff4ecd74b
Merge pull request #104499 from fgaz/domination/init
...
domination: init at 1.2.3
2021-01-11 02:14:27 +01:00
Sandro
9411c1d387
Merge pull request #105402 from sikmir/crow-translate
...
crow-translate: init at 2.6.2
2021-01-11 02:11:46 +01:00
Sandro
6af32a6878
Merge pull request #108963 from fabaff/crlfuzz
...
crlfuzz: init at 1.4.0
2021-01-11 02:11:04 +01:00
Sandro
2dc9bfb42f
Merge pull request #108191 from WolfangAukang/signumone-ks-init
2021-01-11 02:03:50 +01:00
github-actions[bot]
1cce663933
Merge staging-next into staging
2021-01-11 01:02:25 +00:00
github-actions[bot]
36bab113bf
Merge master into staging-next
2021-01-11 01:02:21 +00:00
Sandro
f337a3fc22
Merge pull request #107640 from fabaff/monsoon
...
monsoon: init at 0.6.0
2021-01-11 02:02:17 +01: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
f4017bff44
Merge pull request #108167 from fgaz/ft2-clone/1.42
2021-01-11 02:00:49 +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
c9234f3a99
Merge pull request #93917 from zaninime/openzone
2021-01-11 01:38:00 +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
Fabian Affolter
acdddc982d
python3Packages.teslajsonpy: init at 0.10.4
2021-01-10 23:25:37 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging
2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Ingo Blechschmidt
f33ae65fe1
jumpnbump: init at 1.70-dev
2021-01-10 22:34:41 +01:00
Francesco Gazzetta
5dc817a54c
urn-timer: init at unstable-2017-08-20
2021-01-10 22:29:48 +01:00
Terin Stock
f34f9aa38f
pcem: init at 17
2021-01-10 13:29:47 -08: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
903ebabea6
Merge pull request #108110 from fabaff/badchars
...
badchars: init at 0.4.0
2021-01-10 20:56:46 +01:00
Sandro
a657c03fd8
Merge pull request #108120 from fabaff/ldeep
2021-01-10 20:55:14 +01:00
John Ericson
5114061fa1
Merge pull request #107594 from ehmry/stdenv-cross-llvm
...
Synchronize cross-stdenv LLVM input with pkgs.llvmPackages
2021-01-10 14:51:52 -05:00
Michael Lingelbach
a57ba9ea13
sumneko-lua-language-server: init at 1.11.2
2021-01-10 11:43:55 -08:00
John Ericson
05b5b5491e
Merge pull request #108507 from Ericson2314/ott-mode
...
ott-mode: Factor our from ott
2021-01-10 14:30:59 -05:00
Fabian Affolter
f69fd68486
python3Packages.mulpyplexer: init at 0.08
2021-01-10 20:20:39 +01:00
Sandro
f41dc35387
Merge pull request #108799 from SuperSandro2000/fix-collection
2021-01-10 20:04:46 +01:00
github-actions[bot]
bd9e17e21f
Merge staging-next into staging
2021-01-10 18:41:46 +00: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
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
Fabian Affolter
45bb37cfbf
crlfuzz: init at 1.4.0
2021-01-10 17:30:15 +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
Frederik Rietdijk
0934b7077c
qt5-packages.nix: fix title
2021-01-10 16:04:48 +01:00
Frederik Rietdijk
8646eeebf5
breeze-icons: take from plasma5Packages
2021-01-10 15:59:45 +01:00
Frederik Rietdijk
b209617ff0
plasma5Packages: alias to the libsForQt5 used to build the plasma5 desktop
...
For in NixOS it is beneficial if both plasma5 and pam use the same Qt5
version. Because the plasma5 desktop may use a different version as the
default Qt5 version, we introduce plasma5Packages.
2021-01-10 15:59:45 +01:00
Frederik Rietdijk
2e9c639cb2
qt5-packages.nix: consistently make all libraries with same qt5 version
2021-01-10 15:59:43 +01:00
Frederik Rietdijk
49f21e06d9
Merge staging-next into staging
2021-01-10 15:51:40 +01:00
Francesco Gazzetta
52228daa3a
staticjinja: lift to top level
...
Most user will probably use the cli tool
2021-01-10 15:51:05 +01:00
Frederik Rietdijk
0c42bb5027
Merge master into staging-next
2021-01-10 15:50:49 +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
Phillip Cloud
caf2a8d9ea
nvidia-docker/nvidia-podman: inherit name directly
2021-01-10 08:54:38 -05:00
Phillip Cloud
8169d5c644
nvidia-container-toolkit: pass nvidia-container-runtime into drv
2021-01-10 08:54:38 -05:00
Phillip Cloud
ca2aa77d7b
nixpkgs: use symlinkJoin to share container runtime config for runtimes that support nvidia GPUs
2021-01-10 08:54:37 -05: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
Fabian Affolter
a53f12762b
python3Packages.genome-collector: init at 0.1.6
2021-01-10 13:48:45 +01:00
Sandro Jäckel
694a3766d6
vtk_7, vtk_8: Fix building
2021-01-10 13:18:44 +01:00
Fabian Affolter
0575e0d2c2
python3Packages.primer3: init at 0.6.1
2021-01-10 13:12:44 +01:00
Sandro
be660e2ae5
Merge pull request #100042 from siraben/oberon-risc-emu-init
...
oberon-risc-emu: init at 2020-08-18
2021-01-10 12:49:55 +01:00
Sandro
b80f4f1a31
Merge pull request #108638 from andrewchambers/bupstash
...
bupstash: init at 0.6.4
2021-01-10 12:47:51 +01:00
Sandro
d25225b014
Merge pull request #96039 from MilesBreslin/evscript
2021-01-10 12:18:27 +01:00
Profpatsch
276f91ec39
perl-packages: 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 11:41:53 +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
Andrew Chambers
0380ee437b
bupstash: init at 0.6.4
2021-01-10 22:58:42 +13:00
Gabriel Gonzalez
82425ca793
Fix support for extending Dhall package set
...
* Fix `dhallPackages` to be defined using `callPackage` instead of
`callPackages`
This enables the `pkgs.dhallPackages.override` method
* Export `pkgs.dhallPackages.callPackage`
This is also necessary in order to easily extend `pkgs.dhallPackages` with
new packages
2021-01-10 10:54:10 +01:00
Michele Guerini Rocco
db0adc9a44
Merge pull request #108897 from pacien/fish-foreign-env-remove-alias
...
fish-foreign-env: remove alias to incompatible package
2021-01-10 10:04:43 +01:00
Câju Mihai-Drosi
ccdf7431bb
symbiflow-arch-defs: init at 20200914-111752-g05d68df0
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
44fbc60abd
symbiflow-yosys-plugins: init at 0.8-6021-gd8b2d1a2
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
c1674d2ace
symbiflow-yosys: init at 0.8-6021-gd8b2d1a2
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
d9140d37ad
symbiflow-vtr: init at 8.0.0.rc2-4003-g8980e4621
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
ddeec821fb
xc-fasm: init at 0.0
2021-01-10 10:01:42 +02:00
Câju Mihai-Drosi
f738b9284c
python-prjxray: init at 0.1-2676-gac8d30e3
2021-01-10 10:01:42 +02:00
Câju Mihai-Drosi
a7d6c39c3c
prjxray-tools: init at 0.1-2676-gac8d30e3
2021-01-10 10:01:42 +02:00
Câju Mihai-Drosi
895b6b58b0
symbiflow-fasm: init at 0.0-47-g4857dde
2021-01-10 10:01:38 +02:00
Câju Mihai-Drosi
a9d3237b5d
textx: init at 2.2.0
2021-01-10 10:01:32 +02:00
Câju Mihai-Drosi
7d9c736824
prjxray-db: init at 0.0-0232-g303a61d
2021-01-10 09:32:26 +02:00
Sandro
345206baf3
Merge pull request #108874 from fabaff/deepsea
...
deepsea: init at 0.9
2021-01-10 08:09:39 +01:00
Sandro
9f3aa1bb43
Merge pull request #108883 from fabaff/pytile
2021-01-10 08:08:54 +01:00
Sandro
425f1533e4
Merge pull request #108882 from tfmoraes/libguestfs_xen
...
libguestfs: remove xen as dependency
2021-01-10 08:07:09 +01:00
github-actions[bot]
0cba5d2226
Merge staging-next into staging
2021-01-10 06:32:15 +00:00
github-actions[bot]
add2d89082
Merge master into staging-next
2021-01-10 06:32:12 +00:00
Poscat
4ef6482261
fcitx5-table-other: Init at 5.0.1
2021-01-10 14:31:10 +08:00