Commit Graph

58264 Commits

Author SHA1 Message Date
Sandro
7b351a2ef7
Merge pull request #114754 from Flakebi/umr
umr: init at unstable-2021-02-18
2021-03-04 01:27:52 +01:00
Martin Weinelt
781bf6b78b
Merge branch 'master' into staging-next 2021-03-04 01:22:00 +01:00
Daniel Wheeler
ed626755b2 pythonPackages.meshio: init at 4.3.10 2021-03-03 19:14:50 -05:00
Milan Pässler
d890b0533d
nodejs-10_x: build with icu67 2021-03-04 00:01:22 +01:00
Sandro
e0e4484f2c
Merge pull request #107836 from Thra11/pure-maps 2021-03-03 21:26:50 +01:00
Matthieu Coudron
7667cf9112 Update pkgs/top-level/all-packages.nix
Co-authored-by: Eric Bailey <yurrriq@users.noreply.github.com>
2021-03-03 13:50:19 -06:00
Matthieu Coudron
b9bf757503 kubernetes-helm: support plugins
also introduce helm-s3, helm-diff, helm-secrets plugin.

You can create a wrapped helm with these plugins via:

  myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
    plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
  };

Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00
Doug Chapman
fc97021306 s2n: 0.10.23->1.0.0, rename package to s2n-tls 2021-03-03 19:45:40 +00:00
Cole Helbling
9d74b73a07 lifecycled: init at 3.1.0 2021-03-03 11:15:35 -08:00
Sandro
2916614aa7
Merge pull request #109645 from fabaff/myjwt 2021-03-03 20:14:27 +01:00
Arthur Gautier
1cd06e59e0
libtpms: 0.7.4 -> 0.8.0 (#114491)
* libtpms: 0.7.4 -> 0.8.0

* libtpms: tpm2 support is out of experimental

Since db80bd9ea16894a1902c3ab787aea9d58e7d1e85 commit, tpm2 support is
not experimental anymore

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>

* libtpms: remove extraneous output

Nothing was put in the $out output, remove the $lib and put everything
that was in it in the $out.

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2021-03-03 13:59:28 -05:00
Bernardo Meurer
3371fe2c9b
Merge pull request #114290 from sternenseemann/missing-libs
treewide: add missing lib inputs
2021-03-03 18:51:33 +00:00
Jan Tojnar
9bfe3b3e41
Merge branch 'master' into staging-next 2021-03-03 19:47:08 +01:00
tomberek
e1bcb3cc01
libosmpbf: remove (#114997)
* libosmpbf: remove

* Update pkgs/top-level/aliases.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-03 18:57:36 +01:00
Sandro
f0ca9c829d
Merge pull request #114985 from cideM/init-go-mockery 2021-03-03 18:41:05 +01:00
Sandro
1c67e5a358
Merge pull request #114914 from trepetti/rfcat
pythonPackages.rfcat: init at 1.9.5
2021-03-03 18:39:42 +01:00
Sandro
364a0e3e7f
Merge pull request #114988 from SuperSandro2000/senv
senv: init at 0.5.0
2021-03-03 18:00:42 +01:00
John Ericson
fc74ad444a buildPythonPackage: Fix after #112276
Fix #114952

Before it was using the wrong `makeWrapper`, the one that expected to
run on the target platform and produce packages for the "super-target".

The "super target" (sliding off the end of the platforms list) is
defined to be the same as the target, to cap it with a loop so there is
no sliding off. However, `targetPackages.targetPackages` is *not*
similarly defined. Per the bottom of `pkgs/stdenv/booter.nix` it is an
almost-empty package set that just exists as a hack to help some things
with exotic `depsTargetTarget`.

In particular, that rump "super `targetPackages`" does not contain a
`runtimeShell`, and that's the source of our eval-time error.
2021-03-03 16:44:54 +00:00
Florian Beeres
b228770927 go-mockery: init at 2.5.1 2021-03-03 17:10:13 +01:00
Sandro Jäckel
76784820fc
senv: init at 0.5.0 2021-03-03 16:20:51 +01:00
Sandro
673bb14266
Merge pull request #114834 from sternenseemann/apostrophe-2.3 2021-03-03 16:18:40 +01:00
figsoda
18c6f9ca94 luaformatter: init at 1.3.4 2021-03-03 15:49:34 +01:00
Tom Repetti
a35841420f pythonPackages.rfcat: init at 1.9.5 2021-03-03 09:42:00 -05:00
Sandro
af1f8ba313
Merge pull request #114866 from eduardosm/pothos
pothos: init at 0.7.1
2021-03-03 15:35:10 +01:00
sternenseemann
bce37e7542 beets: refactor external plugins into top-level package set
Instead of managing external plugins in the beets derivation, we
introduce a new top-level package set beetsExternalPlugins which the
beets derivation receives as an input. This change doesn't affect how
the beets derivation is built or overridden, so the change won't be
noticed by users, but it makes hydra evaluate and build external plugins
which should benefit users of those plugins and prevent future
regressions as we have experienced (currently on master
beets-alternatives fails to evaluate, but this wasn't picked up by
ofborg nor hydra).
2021-03-03 15:16:31 +01:00
Eduardo Sánchez Muñoz
62ea910ef3 pothos: init at 0.7.1 2021-03-03 14:00:05 +01:00
sternenseemann
b4ce3151b2 magnetophonDSP: recurseIntoAttrs
This makes nix tooling pick up on the magnetophonDSP attribute set in
all-packages.nix which prevented eval errors from being detected by
ofborg in the past for example.
2021-03-03 13:40:47 +01:00
Orivej Desh
5da47b15cf linux-rt_5_11: init at 5.11.2-rt9 2021-03-03 11:36:36 +00:00
Orivej Desh
19959cb7ef linux-rt_5_6: remove 2021-03-03 11:36:36 +00:00
Peter Hoeg
e7363192ef polkit-qt-1: 0.112 -> 0.113 and drop the old qt4 version 2021-03-03 18:20:27 +08:00
Aaron L. Zeng
2517018ac2 ocamlPackages.directories: init at 0.2 2021-03-03 08:41:55 +01:00
github-actions[bot]
c74f8ccc55
Merge master into staging-next 2021-03-03 06:17:25 +00:00
Sandro
6b8fa0aaf6
Merge pull request #114928 from Hoverbear/nvmet-cli-init
nvmet-cli: init at 0.7
2021-03-03 05:11:00 +01:00
Sandro
a6f6a76373
Merge pull request #114869 from tomberek/s5cmd_init
s5cmd: init at 1.2.1
2021-03-03 04:47:33 +01:00
Mario Rodas
cb47d44717
Merge pull request #114836 from marsam/update-zeek
zeek: 3.2.4 -> 4.0.0
2021-03-02 21:14:18 -05:00
Ana Hobden
9c60e2be3d nvmet-cli: init at 0.7
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-03-02 16:49:35 -08:00
github-actions[bot]
6153dce703
Merge master into staging-next 2021-03-03 00:38:12 +00:00
Sandro
58927de449
Merge pull request #114895 from AndersonTorres/updates 2021-03-03 01:08:52 +01:00
Sandro
075bdea636
Merge pull request #114814 from bobrik/ivan/aws-c-io-security
aws-c-io: depend on Security.framework on darwin
2021-03-02 23:50:17 +01:00
AndersonTorres
3d3e3f36ee udiskie: 2.2.0 -> 2.3.2 2021-03-02 17:51:32 -03:00
AndersonTorres
e763719a20 grc: 1.12 -> 1.13 2021-03-02 17:20:01 -03:00
adisbladis
21c42afa83
Merge pull request #114846 from adisbladis/emacs26-drop
emacs26: Drop unsupported package
2021-03-02 20:19:04 +02:00
github-actions[bot]
4b97c2a726
Merge master into staging-next 2021-03-02 18:17:39 +00:00
Thomas Bereknyei
97571ffa9d s5cmd: init at 1.2.1 2021-03-02 12:25:46 -05:00
Sandro
c62b506b8c
Merge pull request #83434 from bachp/cryptomator 2021-03-02 17:17:24 +01:00
adisbladis
c54c8f8dfa
emacs26: Drop unsupported package 2021-03-02 16:17:37 +02:00
ajs124
c29dc9a55c eiskaltdcpp: 2.2.10 -> 2.4.1 2021-03-02 13:38:49 +01:00
github-actions[bot]
c770b491e3
Merge master into staging-next 2021-03-02 12:17:28 +00:00
sternenseemann
e8a1548009 apostrophe: make texlive overrideable more easily
Now you can just build apostrophe.override { texlive = yourTexliveDist; }
which makes using a custom texlive distribution possible.
2021-03-02 13:04:52 +01:00
Kim Lindberger
8eea5d0fbd
Merge pull request #114592 from etu/php-minor-fixes
php: various fixes
2021-03-02 09:41:15 +01:00
Ivan Babrou
fbc1d07e79 aws-c-io: depend on Security.framework on darwin
This is needed on `aarch64-darwin` with newer SDK.
2021-03-01 23:57:37 -08:00
github-actions[bot]
ecbacbd259
Merge master into staging-next 2021-03-02 06:17:18 +00:00
Dmitry Kalinkin
43c128776e
Merge pull request #114676 from jD91mZM2/remove-me-as-maintainer
remove me as maintainer
2021-03-01 22:19:56 -05:00
Mario Rodas
66d7cb4fa8
Merge pull request #114523 from MetaDark/poke
poke: init at 1.0
2021-03-01 21:37:24 -05:00
github-actions[bot]
ab4511343f
Merge master into staging-next 2021-03-02 00:32:15 +00:00
Mario Rodas
8d22e56b69
Merge pull request #114308 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.23 -> 1.9.0
2021-03-01 18:22:11 -05:00
Martin Weinelt
ff9033ae24
Merge pull request #112991 from fabaff/skybellpy 2021-03-02 00:09:08 +01:00
jD91mZM2
0799e016ab
scaff: delete 2021-03-01 22:42:27 +01:00
Kira Bruneau
e2c8b46d0c poke: init at 1.0 2021-03-01 13:57:26 -05:00
Sandro
4d7a0c8d5d
Merge pull request #114771 from fabaff/PyViCare 2021-03-01 19:56:30 +01:00
Graham Bennett
fe1a363022 python3Packages.ring_doorbell: init at 0.7.0 2021-03-01 18:51:23 +00:00
github-actions[bot]
4b494c403e
Merge master into staging-next 2021-03-01 18:21:50 +00:00
Fabian Affolter
d8305b6539 python3Packages.pyvicare: init at 0.2.5 2021-03-01 19:17:54 +01:00
Sandro
82f8784f6a
Merge pull request #114728 from humancalico/cargo-criterion
cargo-criterion: init at 1.0.0
2021-03-01 18:33:47 +01:00
Sandro
7e34180cc2
Merge pull request #114670 from robertoszek/nixpkgs-pleroma-bot-init-at-0.8.6 2021-03-01 18:08:04 +01:00
Sandro
3b23771fcd
Merge pull request #114713 from figsoda/cargo-play 2021-03-01 17:47:20 +01:00
Flakebi
e6b86a37eb umr: init at unstable-2021-02-18 2021-03-01 17:15:54 +01:00
Sandro
81e6cf3d1c
Merge pull request #114755 from fabaff/chirpstack-api
python3Packages.chirpstack-api: init at 3.9.4
2021-03-01 17:08:35 +01:00
robertoszek
14b60caa6e
pleroma-bot: init at 0.8.6
added pythonImportsCheck

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/top-level/all-packages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

changed fetcher and added checkInput tests

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

change to pytestCheckHook

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

formatting with nixpkgs-fmt

attribute ordering

use version

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-01 17:08:07 +01:00
Sandro
6148f08e0f
Merge pull request #114757 from fabaff/pymediaroom 2021-03-01 16:57:53 +01:00
Sandro
5ed774aeca
Merge pull request #114758 from fabaff/aiopylgtv 2021-03-01 16:57:40 +01:00
Fabian Affolter
9cdd1484b3 python3Packages.aiopylgtv: init at 0.4.0 2021-03-01 16:23:32 +01:00
Fabian Affolter
c052fdb7c6 python3Packages.pymediaroom: init at 0.6.4.1 2021-03-01 16:13:21 +01:00
Martin Weinelt
9e86aa7157 Merge remote-tracking branch 'origin/master' into staging-next 2021-03-01 16:03:00 +01:00
Fabian Affolter
6966ee9c78 python3Packages.chirpstack-api: init at 3.9.4 2021-03-01 15:52:35 +01:00
figsoda
a01cffac18 cargo-play: init at 0.5.0 2021-03-01 07:30:26 -05:00
Sandro
dea1d7921e
Merge pull request #114718 from zakame/updates/perl-FutureAsyncAwait-0.49
perlPackages.FutureAsyncAwait: 0.48 -> 0.49
2021-03-01 12:28:44 +01:00
Akshat Agarwal
1a96fcd85f
cargo-criterion: init at 1.0.0
Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
2021-03-01 15:38:19 +05:30
Mario Rodas
a626c5a51c zeek: 3.2.4 -> 4.0.0
https://github.com/zeek/zeek/releases/tag/v4.0.0
2021-03-01 04:20:00 +00:00
Zak B. Elep
412e3e1929 perlPackages.FutureAsyncAwait: 0.48 -> 0.49 2021-03-01 09:51:49 +08:00
Mario Rodas
908059164f
Merge pull request #114612 from AndersonTorres/new-libnbd
libnbd: init at 1.7.2
2021-02-28 20:44:54 -05:00
AndersonTorres
c6f991fa7e libnbd: init at 1.7.2 2021-02-28 19:06:26 -03:00
Sandro
eed476f472
Merge pull request #114690 from fabaff/elmax
python3Packages.elmax: init at 0.1.0
2021-02-28 20:49:05 +01:00
Fabian Affolter
4ee567fec5 python3Packages.elmax: init at 0.1.0 2021-02-28 20:06:24 +01:00
Justin Humm
09caeaeb3d alass: init at 2.0.0 2021-02-28 19:58:26 +01:00
fortuneteller2k
38ea3741bc sacad: init at 2.3.4 2021-03-01 00:53:52 +08:00
Sandro
2aaaa3ba86
Merge pull request #114635 from dottedmag/libxcrypt 2021-02-28 16:53:58 +01:00
Fabian Affolter
7471ce31fe python3Packages.editdistance: init at 0.5.3 2021-02-28 10:43:20 -05:00
Fabian Affolter
1f005b14d0 python3Packages.skybellpy: init at 0.6.3 2021-02-28 14:16:53 +01:00
Misha Gusarov
4d67868912 libxcrypt: init at 4.4.18
Closes #114632
Related to #112371
2021-02-28 12:44:53 +00:00
Fabian Affolter
4fc83dc5f5 python3Packages.myjwt: init at 1.4.0 2021-02-28 13:04:42 +01:00
Robert Schütz
336c114214 alerta: move to all-packages.nix and use buildPythonApplication 2021-02-28 12:25:52 +01:00
Robert Schütz
3fcd9361b5 alerta-server: move to all-packages.nix and use buildPythonApplication 2021-02-28 12:25:47 +01:00
fortuneteller2k
eb7235a768 python3Packages.web-cache: init at 1.1.0 2021-02-28 18:36:59 +08:00
github-actions[bot]
43a4717a1d
Merge master into staging-next 2021-02-28 06:17:58 +00:00
Orivej Desh
33230da5da
cvise: init at 2.1.0 (#114197) 2021-02-28 04:12:14 +00:00
Niklas Hambüchen
53ffeb59ff
Merge pull request #113657 from nh2/turbovnc
turbovnc: init at 2.2.5
2021-02-28 03:58:07 +01:00
Niklas Hambüchen
c834c60ff9 turbovnc: init at 2.2.5
I started out by copying the `tigervnc` derivation, which
does things like re-using `xorg.xorgserver.buildInputs`
(given that these VNC servers are all forks of Xorg),
but then removed that and all the dependencies that did not
appear to be needed or checked for in the CMake output.
2021-02-28 03:36:25 +01:00
Van Tuan Vo
5590b2bacd
adb-enhanced: init at 2.5.9 2021-02-28 03:28:06 +01:00
Mario Rodas
5933226104
Merge pull request #114599 from helsinki-systems/fix/libe-book
libe-book: fix build after c0b3169d4a
2021-02-27 20:13:18 -05:00
github-actions[bot]
ee0bd463b5
Merge master into staging-next 2021-02-28 00:40:15 +00:00
Sandro
d65005f2a7
Merge pull request #114587 from fabaff/pytankerkoenig 2021-02-28 00:34:47 +01:00
Sandro
7ce72686a8
Merge pull request #114566 from ThibautMarty/herbstluftwm-0.9.2
herbstluftwm: 0.9.1 -> 0.9.2
2021-02-27 23:50:47 +01:00
Fabian Affolter
2430a647eb python3Packages.pymfy: init at 0.9.4 2021-02-27 23:29:09 +01:00
Sandro
79efdab171
Merge pull request #114564 from fabaff/python-gammu 2021-02-27 23:21:30 +01:00
ajs124
98fba66557 libe-book: fix build after c0b3169d4a 2021-02-27 22:28:37 +01:00
Elis Hirwing
367d58415c
php: Add missing comment and remove unnecessary version specifications 2021-02-27 21:57:06 +01:00
Elis Hirwing
a081dcf86d
php: Add php package versions to extensions/packages pnames 2021-02-27 21:57:02 +01:00
Fabian Affolter
d1b0794a29 python3Packages.pytankerkoenig: init at 0.0.7 2021-02-27 20:45:47 +01:00
Hunter Jones
ba8e2b7a25 indilib: add third-party driver support 2021-02-27 13:24:15 -06:00
github-actions[bot]
6e387b7d59
Merge master into staging-next 2021-02-27 18:16:41 +00:00
Robert Schütz
147359ee16 perlPackages.Gtk3ImageView: disable tests 2021-02-27 18:37:08 +01:00
Robert Schütz
4b7d9b2855 perlPackages.PerlMagick: 6.89-1 -> 7.0.10 2021-02-27 18:37:08 +01:00
Robert Schütz
5cc881d0d8 imagemagick: make 7.0 default 2021-02-27 18:34:36 +01:00
Vincent Haupert
d60f67d486 python3Packages.graphtage: init at 0.2.5 2021-02-27 09:26:12 -08:00
Vincent Haupert
e31c4b42f0 pythonPackages.json5: init at 0.9.5 2021-02-27 09:26:12 -08:00
Martin Weinelt
17f2d43f42
Merge pull request #114543 from fabaff/switchbot
python3Packages.pyswitchbot: init at 0.9.1
2021-02-27 17:53:13 +01:00
Martin Weinelt
e980bfd90e
Merge pull request #113785 from fabaff/twinkly-client
python3Packages.twinkly-client: init at 0.0.2
2021-02-27 17:52:00 +01:00
Martin Weinelt
ea4a67a40f
Merge pull request #113842 from fabaff/bump-libcec
python3Packages.pycec: init at 0.5.1
2021-02-27 17:49:22 +01:00
Elis Hirwing
d0bb138fbc
Merge pull request #114554 from etu/php-composer2-by-default
php: composer2 as default composer
2021-02-27 17:20:45 +01:00
caadar
1a4033b73c gtklp: init at 1.3.4 2021-02-27 19:06:47 +03:00
Fabian Affolter
418ba054f5 python3Packages.python-gammu: init at 3.1 2021-02-27 15:51:01 +01:00
Thibaut Marty
93c2d520a5 herbstluftwm: 0.9.1 -> 0.9.2
This release introduces window titles and now depends on freetype and
libXft. The test `test_title_different_letters_are_drawn` is disabled
for now because it is broken, probably because of font issue in the
build sandbox.

I also fixed the build of the documentation when cross-compiling.
2021-02-27 15:44:24 +01:00
Sandro
1c6912636d
Merge pull request #114472 from fabaff/simplehound 2021-02-27 14:18:32 +01:00
Sandro
904fc94cb1
Merge pull request #114470 from fabaff/python-awair 2021-02-27 13:51:47 +01:00
github-actions[bot]
5b68a8b74b
Merge master into staging-next 2021-02-27 12:19:58 +00:00
Elis Hirwing
ad990d49aa
php.packages.composer2: deinit package since main package is updated 2021-02-27 12:27:18 +01:00
Elis Hirwing
89dacdd7a5
php.packages.composer1: init at 1.10.15 2021-02-27 12:26:38 +01:00
Frederik Rietdijk
0dc64d5d71 python: fix full builds by referring to the correct interpreter
The package set is an attribute of the interpreter. The function to
build an environment (`buildEnv`/`withPackages`) is part of the
interpreter. The interpreter is passed to itself, and needs to be
updated when overridden.

For cross-compilation we splice the package set, and for that the
various `build/host` interpreters and sets need to be available. We
select these currently through `pkgs.${pythonAttr}`. The `pythonAttr`
attribute was not fixed for `pythonFull`.

https://github.com/NixOS/rfcs/pull/83
https://github.com/NixOS/nixpkgs/pull/104201

We need a better solution for this because this is very brittle.
2021-02-27 11:12:05 +01:00
Fabian Affolter
9d9ecfffb9 python3Packages.pyswitchbot: init at 0.9.1 2021-02-27 10:20:07 +01:00
github-actions[bot]
f2b964bc46
Merge master into staging-next 2021-02-27 06:16:57 +00:00
Bruno Bigras
1585a04bcb
webwormhole: init at git-2021-01-16 (#114269) 2021-02-26 20:24:44 -05:00
github-actions[bot]
84d3bc409b
Merge master into staging-next 2021-02-27 00:37:52 +00:00
zseri
113e2761b7
zs-apc-spdu-ctl: init at 0.0.2 2021-02-27 00:04:37 +01:00
zseri
d39fa1f503
libowlevelzs: init at 0.1.1 2021-02-27 00:04:28 +01:00
Florian Klink
43f83f9c45
Merge pull request #75866 from Sohalt/spnav
libspnav: init at 2.3.0
2021-02-26 22:21:21 +01:00
Kevin Mullins
dcd95747df
libjwt: init at 1.12.1 2021-02-26 13:04:12 -08:00
github-actions[bot]
c0d450070c
Merge master into staging-next 2021-02-26 18:16:44 +00:00
Sandro
a859f27d61
Merge pull request #114180 from omasanori/wasm-pack-update-deps 2021-02-26 18:49:54 +01:00
Michael Raskin
3a2195b750
Merge pull request #114406 from foolnotion/master
qt515 compatibility for qpdfview 0.4.18
2021-02-26 17:40:58 +00:00
benneti
8e5a172d0c
git-credential-gopass: init at 1.12.0 (#114457)
* maintainers: add benneti

* git-credential-gopass: init at 1.12.0

* Update pkgs/tools/security/gopass/git-credential.nix

* Update pkgs/tools/security/gopass/git-credential.nix

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-26 11:37:34 -05:00
Fabian Affolter
8bdca7d22d python3Packages.simplehound: init at 0.6 2021-02-26 16:26:31 +01:00
Fabian Affolter
f8645e3b4a python3Packages.python-awair: init at 0.2.1 2021-02-26 16:11:42 +01:00
midchildan
78e3596121
sourcetrail: fix darwin build (#112795) 2021-02-26 13:52:07 +00:00
Sandro Jäckel
c5d73ca2d0 pythonPackages.hypothesmith: init at 0.1.8 2021-02-26 11:01:59 +01:00
Sandro Jäckel
6cd9fe299c pythonPackages.tzdata: init at 2021.1 2021-02-26 11:01:59 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Vincent Laporte
554827b5a7 ocamlPackages.bap: 2.1.0 → 2.2.0
libbap: 2019-11-15 → 2020-11-25
2021-02-26 07:09:22 +01:00
Vincent Laporte
36aa10c0ea ocamlPackages.ppx_bap: init at 0.14 2021-02-26 07:09:22 +01:00
Bryan Gardiner
fabe4e78ac
dirdiff: init at 2.1 2021-02-25 18:40:50 -08:00
Maciej Krüger
d57c522515
Merge pull request #114285 from mkg20001/netplan
netplan: init at 0.101
2021-02-26 03:17:00 +01:00
Maciej Krüger
a3666f508f
netplan: init at 0.101 2021-02-26 03:02:21 +01:00
David Asabina
34b9463d8d checkmake: init at 0.1.0-2020.11.30 2021-02-25 19:50:30 -05:00
Maximilian Bosch
bc87fc1907
Merge pull request #114072 from raboof/maven3-default-jdk
maven: use default jdk
2021-02-26 00:51:45 +01:00
nick black
6cae2af7aa notcurses: 2.1.0 -> 2.1.5 2021-02-25 18:47:17 -05:00
Daniel Nagy
bd6ef5bee1 unbound-full: init 2021-02-25 18:37:57 -05:00
figsoda
184494bc5a pactorio: init at 0.5.1 2021-02-25 15:30:58 -05:00
Antonio Nuno Monteiro
98cefe1d6b OCaml 4.12.--beta1 -> 4.12.0 2021-02-25 21:25:10 +01:00
Bogdan Burlacu
bf8c24d3de
qt515 compatibility for qpdfview 0.4.18 2021-02-25 18:40:33 +01:00
Pascal Bach
3446cf39b4 cryptomator: init at 1.5.13
Co-authored-by: Artur Taranchiev <ewok@ewok.ru>
2021-02-25 17:06:48 +01:00
adisbladis
e8f69f40e6
Merge pull request #114348 from adisbladis/emacs-magick
emacs27: Don't pass imagemagick from all-packages
2021-02-25 18:03:47 +02:00
Florian Klink
0693022bb2 k2tf: init at 0.5.0 2021-02-25 13:44:55 +01:00
Fabian Affolter
772406c2a4
Merge pull request #114201 from Gonzih/go-air-init
air: init at 1.15.1
2021-02-25 13:28:24 +01:00
adisbladis
5042f818cb
emacs27: Don't pass imagemagick from all-packages
It's already disabled by default in the Emacs expression and passing
`imagemagick = null` makes passing `withImageMagick = true` useless.
2021-02-25 13:51:50 +02:00
Sandro
fdd69470ef
Merge pull request #114253 from pborzenkov/gops
gops: init at 0.3.15
2021-02-25 09:10:16 +01:00
Sandro
6109c59a23
Merge pull request #114312 from AndersonTorres/new-9menu
9menu: init at unstable-2021-02-24
2021-02-25 08:46:17 +01:00
AndersonTorres
fb63eaeb10 9menu: init at unstable-2021-02-24 2021-02-25 00:42:36 -03:00
Sandro
3ede9d8c5c
Merge pull request #114080 from baloo/baloo/tpm2-pytss/init 2021-02-25 01:00:51 +01:00
Sandro
31e113a56f
Merge pull request #114170 from fabaff/sharkiqpy 2021-02-25 00:56:22 +01:00
Sandro
f9ac56e1c5
Merge pull request #114150 from fabaff/bump-pyvizio 2021-02-25 00:38:07 +01:00
Maciej Krüger
2e5fa27df9
mslink: init at 1.3
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-02-24 23:16:07 +01:00
Austin Seipp
fdd622d9c2
python3Packages.termplotlib: init at 0.3.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-02-24 14:08:27 -06:00
Pavel Borzenkov
46098b3f89 gops: init at 0.3.15 2021-02-24 23:08:23 +03:00
Doron Behar
aca03db091
Merge pull request #108562 from KarlJoad/octave-modules 2021-02-24 21:31:24 +02:00
Karl Hallsby
64bacd1be6 octave.pkgs.zeromq: init at 1.5.2 2021-02-24 21:00:52 +02:00
Karl Hallsby
04129d3407 octave.pkgs.windows: init at 1.5.0 2021-02-24 21:00:52 +02:00
Karl Hallsby
487f5ba20d octave.pkgs.vrml: init at 1.0.13 2021-02-24 21:00:52 +02:00
Karl Hallsby
97ac699883 octave.pkgs.video: init at 2.0.0 2021-02-24 21:00:52 +02:00
Karl Hallsby
2c9224cd8f octave.pkgs.vibes: init at 0.2.0 2021-02-24 21:00:52 +02:00
Karl Hallsby
455befa378 octave.pkgs.tsa: init at 4.6.2 2021-02-24 21:00:52 +02:00
Karl Hallsby
609223ec63 octave.pkgs.tisean: init at 0.2.3 2021-02-24 21:00:52 +02:00
Karl Hallsby
49d3aacfee octave.pkgs.strings: init at 1.2.0 2021-02-24 21:00:52 +02:00
Karl Hallsby
57c8919083 octave.pkgs.statistics: init at 1.4.2 2021-02-24 21:00:52 +02:00
Karl Hallsby
545804e2e0 octave.pkgs.splines: init at 1.3.3 2021-02-24 21:00:52 +02:00
Karl Hallsby
75918e10fa octave.pkgs.sparsersb: init at 1.0.8 2021-02-24 21:00:51 +02:00
Karl Hallsby
c968c7a8aa octave.pkgs.stk: init at 2.6.1 2021-02-24 21:00:51 +02:00
Karl Hallsby
b1fb1a3ee7 octave.pkgs.sockets: init at 1.2.1 2021-02-24 21:00:51 +02:00
Karl Hallsby
5c3b1a000c octave.pkgs.queueing: init at 1.2.7 2021-02-24 21:00:51 +02:00
Karl Hallsby
d8612d6598 octave.pkgs.quaternion: init at 2.4.0 2021-02-24 21:00:51 +02:00
Karl Hallsby
00a723b8b3 octave.pkgs.struct: init at 1.0.16 2021-02-24 21:00:51 +02:00
Karl Hallsby
68f2862b36 octave.pkgs.parallel: init at 4.0.0 2021-02-24 21:00:51 +02:00
Karl Hallsby
36695031c3 octave.pkgs.optiminterp: init at 0.3.6 2021-02-24 21:00:51 +02:00
Karl Hallsby
686dc5c60d octave.pkgs.optim: init at 1.6.0 2021-02-24 21:00:51 +02:00
Karl Hallsby
25b1e33707 octave.pkgs.optics: init at 0.1.4 2021-02-24 21:00:51 +02:00
Karl Hallsby
7913c41c71 octave.pkgs.octproj: init at 2.0.1 2021-02-24 21:00:51 +02:00
Karl Hallsby
8919d98862 octave.pkgs.octclip: init at 2.0.1 2021-02-24 21:00:51 +02:00
Karl Hallsby
656fbc8b4c octave.pkgs.ocl: init at 1.1.1 2021-02-24 21:00:51 +02:00
Karl Hallsby
bfd539942d octave.pkgs.nurbs: init at 1.3.13 2021-02-24 21:00:51 +02:00
Karl Hallsby
3af6867449 octave.pkgs.netcdf: init at 1.0.14 2021-02-24 21:00:50 +02:00
Karl Hallsby
7321def414 octave.pkgs.ncarray: init at 1.0.4 2021-02-24 21:00:50 +02:00
Karl Hallsby
e59d49eb32 octave.pkgs.nan: init at 3.5.2 2021-02-24 21:00:50 +02:00
Karl Hallsby
3c945d5ea3 octave.pkgs.mvn: init at 1.1.0 2021-02-24 21:00:50 +02:00
Karl Hallsby
7a4dc7af1a octave.pkgs.msh: init at 1.0.10 2021-02-24 21:00:50 +02:00
Karl Hallsby
29b9735f91 octave.pkgs.miscellaneous: init at 1.3.0 2021-02-24 21:00:50 +02:00
Karl Hallsby
a6314f4396 octave.pkgs.matgeom: init at 1.2.2 2021-02-24 21:00:50 +02:00
Karl Hallsby
c45836b1bb octave.pkgs.mapping: init at 1.4.1 2021-02-24 21:00:50 +02:00
Karl Hallsby
0b7b03d62c octave.pkgs.lssa: init at 0.1.4 2021-02-24 21:00:50 +02:00
Karl Hallsby
8ec29ea849 octave.pkgs.interval: init at 3.2.0 2021-02-24 21:00:50 +02:00
Karl Hallsby
b9bdc30807 octave.pkgs.instrument-control: init at 0.6.0 2021-02-24 21:00:50 +02:00
Karl Hallsby
bb3295b87e octave.pkgs.image-acquisition: init at 0.2.2 2021-02-24 21:00:50 +02:00
Karl Hallsby
6cce7e8ef5 octave.pkgs.image: init at 2.12.0 2021-02-24 21:00:50 +02:00
Karl Hallsby
4777d9123a octave.pkgs.gsl: init at 2.1.1 2021-02-24 21:00:49 +02:00
Karl Hallsby
33cc927ed7 octave.pkgs.geometry: init at 4.0.0 2021-02-24 21:00:49 +02:00
Karl Hallsby
099a55dc0a octave.pkgs.generate_html: init at 0.3.2 2021-02-24 21:00:49 +02:00
Karl Hallsby
0b1f57bb9e octave.pkgs.ga: init at 0.10.2 2021-02-24 21:00:49 +02:00
Karl Hallsby
187ae71fd9 octave.pkgs.fuzzy-logic-toolkit: init at 0.4.5 2021-02-24 21:00:49 +02:00
Karl Hallsby
ddabcd3b3a octave.pkgs.fpl: init at 1.3.5 2021-02-24 21:00:49 +02:00
Karl Hallsby
df13f16837 octave.pkgs.fits: init at 1.0.7 2021-02-24 21:00:49 +02:00
Karl Hallsby
6ad87c34dd octave.pkgs.financial: init at 0.5.3 2021-02-24 21:00:49 +02:00
Karl Hallsby
4296286a50 octave.pkgs.fem-fenics: init at 0.0.5 2021-02-24 21:00:49 +02:00
Karl Hallsby
726a17cf88 octave.pkgs.econometrics: init at 1.1.2 2021-02-24 21:00:49 +02:00
Karl Hallsby
4e3c4288c9 octave.pkgs.doctest: init at 0.7.0 2021-02-24 21:00:49 +02:00
Karl Hallsby
74944461e8 octave.pkgs.divand: init at 1.1.2 2021-02-24 21:00:49 +02:00
Karl Hallsby
0de6cfa38a octave.pkgs.dicom: init at 0.4.0 2021-02-24 21:00:49 +02:00
Karl Hallsby
a2365751bc octave.pkgs.dataframe: init at 1.2.0 2021-02-24 21:00:48 +02:00
Karl Hallsby
abd0c2290a octave.pkgs.database: init at 2.4.4 2021-02-24 21:00:48 +02:00
Karl Hallsby
f4298212c0 octave.pkgs.data-smoothing: init at 1.3.0 2021-02-24 21:00:48 +02:00
Karl Hallsby
27f86a13de octave.pkgs.communications: init at 1.2.2 2021-02-24 21:00:48 +02:00
Karl Hallsby
035879d9a5 octave.pkgs.audio: init at 2.0.2
http://www.music.mcgill.ca/~gary/rtmidi/index.html#compiling contains
instructions for Mac OSX. The dependencies for Mac are: CoreMIDI,
CoreAudio, CoreFoundation
2021-02-24 21:00:48 +02:00
Karl Hallsby
88f20f352a octave.pkgs.arduino: init at 0.6.0 2021-02-24 21:00:48 +02:00
Karl Hallsby
76bcbfce46 octave.pkgs.general: init at version 2.1.1 2021-02-24 21:00:48 +02:00
Karl Hallsby
6bb3161645 octave.pkgs.io: init at 2.6.3 2021-02-24 21:00:48 +02:00
Karl Hallsby
c45d56ab7e octave.pkgs.symbolic: init at 2.9.0 2021-02-24 21:00:48 +02:00
Karl Hallsby
481e1d3a77 octave.pkgs: init
Heavily based on Python's packages set.
2021-02-24 21:00:48 +02:00
Samuel Dionne-Riel
4836a3dfb4
Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero
U-Boot: Adds Orange Pi Zero build
2021-02-24 13:38:30 -05:00
Jörg Thalheim
cc8ad48f0b
Merge pull request #111034 from tmountain/master 2021-02-24 16:54:26 +00:00
Max Gonzih
c411077ef6
air: init at 1.15.1 2021-02-24 11:18:41 -05:00
adisbladis
ce30081651
emacs.pkgs.telega: Prefer telega from melpa stable
Telega uploads packages that are incompatible with stable tdlib
releases to melpa and ones that are compatible to melpa stable.

This makes the melpa packages very unreliable and we should prefer the
one from melpa stable.
2021-02-24 17:03:54 +01:00
adisbladis
1f18e81fd6
emacs-packages: Remove old FOR CONTRIBUTORS comment
It doesn't apply any more.
2021-02-24 15:46:08 +01:00
adisbladis
2b84cf6e18
emacs-packages: Make pkgs & lib overrideable
With these changes it's possible to override pkgs & lib by:
```
emacs.pkgs.override { pkgs = fooPkgs; }
```
and get them to coherently apply to all emacs packages.
2021-02-24 15:46:08 +01:00
adisbladis
c68c81fb01
emacsPackagesFor: Remove all pkgs inherits from call site 2021-02-24 15:40:58 +01:00
adisbladis
b673be8336
emacsPackagesFor: Internalise trivialBuild/melpaBuild
I want less strangeness that's not obviously overrideable.
2021-02-24 15:40:58 +01:00
adisbladis
9647372202
emacs.pkgs: Get rid of external from all-packages.nix
This was a strange construct that made these attrsets more difficult to work with.

It's simpler to just use pkgs.
2021-02-24 15:40:58 +01:00
Masanori Ogino
556a725173 libressl_3_0: remove
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 20:57:53 +09:00
Masanori Ogino
3daad69057 wasm-pack: update deps
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 20:57:07 +09:00
Sandro
dc8e6a669c
Merge pull request #113701 from fabaff/twitterapi 2021-02-24 12:16:01 +01:00
Martin Weinelt
2f5343a77e
Merge pull request #114188 from fabaff/jsonpath-ng
python3Packages.jsonpath-ng: init at 1.5.2
2021-02-24 11:27:47 +01:00
Fabian Affolter
aa55da3810 python3Packages.jsonpath-ng: init at 1.5.2 2021-02-24 08:37:52 +01:00
Jan Tojnar
22bf2d0331
top-level/php-packages: fix types
Passing list to `optional` wraps it in another list but we just want to return it as is.

Let’s just use `optionals` everywhere as that is much more predictable and makes such mistakes obvious.
2021-02-24 08:26:36 +01:00
Sandro
e84bae2c1c
Merge pull request #113718 from Emantor/init/gpuvis
gpuvis: init at 20210220
2021-02-24 07:45:28 +01:00