Commit graph

56953 commits

Author SHA1 Message Date
Sander van der Burg 01ea0b5722 s6-linux-init: init at 1.0.6.0 2021-01-23 12:16:41 +01:00
Markus Kowalewski 6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Fabian Affolter 002b6599da python3Packages.amcrest: init at 1.7.2 2021-01-23 09:52:45 +01:00
AndersonTorres bdb60d7fa9 pyspread: init at 1.99.5 2021-01-23 01:31:52 -03:00
github-actions[bot] 8103cb9089
Merge staging-next into staging 2021-01-23 01:18:03 +00:00
Zak B. Elep 79ff3de8a5 perlPackages.IOAsync: 0.77 -> 0.78 2021-01-23 08:33:41 +08:00
Jonathan Ringer 0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Ryan Horiguchi 3a77187c8a
gnomeExtensions.unite-shell: rename to gnomeExtensions.unite 2021-01-22 22:43:49 +01:00
John Ericson d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
github-actions[bot] 08c4f9056e
Merge staging-next into staging 2021-01-22 18:52:00 +00:00
Sandro 2b56a69386
Merge pull request #110453 from fabaff/bsblan 2021-01-22 16:21:43 +01:00
Eelco Dolstra b60a6af8ed
Merge pull request #110493 from hackworthltd/nix-big-sur
nix: add Security to build inputs.
2021-01-22 16:16:12 +01:00
Sandro 15e6801eb3
Merge pull request #110456 from fabaff/sendgrid 2021-01-22 16:08:33 +01:00
Drew Hess 90888626ba
nix: add Security to build inputs.
For some reason, this is required to build nix on Big Sur, even though
it's not needed on earlier macOS versions.
2021-01-22 14:50:16 +00:00
Scriptkiddi acae9b0336
shadered: init at 1.4.1 2021-01-22 15:10:43 +01:00
Sandro be3f605eee
Merge pull request #108916 from midchildan/powerline-symbols/init
powerline-symbols: init at 2.8.1
2021-01-22 14:14:55 +01:00
Georges Dubus 6613bc12ec
Merge pull request #109080 from happysalada/erlang_update
erlang: R22 -> R23
2021-01-22 14:04:50 +01:00
github-actions[bot] a5bbeb4fb1
Merge staging-next into staging 2021-01-22 12:43:02 +00:00
Sandro bedf58b78f
Merge pull request #91123 from tex/unciv 2021-01-22 12:55:01 +01:00
Sandro 0c096b67dc
Merge pull request #107302 from bobrik/ivan/docker-buildx 2021-01-22 12:50:25 +01:00
Fabian Affolter dc2f2bebce python3Packages.sendgrid: init at 6.5.0 2021-01-22 10:50:25 +01:00
Fabian Affolter 8e8e759c72 python3Packages.python-http-client: init at 3.3.1 2021-01-22 10:50:06 +01:00
Fabian Affolter cc4c7328ee python3Packages.starkbank-ecdsa: init at 1.1.0 2021-01-22 10:49:51 +01:00
Fabian Affolter 7581c22616 python3Packages.bsblan: init at 0.4.1 2021-01-22 09:41:59 +01:00
Matthias Beyer e3b4a6c2d8
sfeed: init at 0.9.20 (#107173)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-22 09:33:43 +01:00
Fabian Affolter 038ab72940 python3Packages.cattrs: init at 1.1.2 2021-01-22 09:33:10 +01:00
sternenseemann b424ecd84e ocamlPackages.emile: init at 1.1 2021-01-22 09:26:17 +01:00
sternenseemann 47818a1ff3 ocamlPackages.pecu: init at 0.5 2021-01-22 09:26:17 +01:00
Jules Aguillon bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
Fabian Affolter 3a43bbbc7c python3Packages.atenpdu: init at 0.3.1 2021-01-21 23:58:49 -08:00
sternenseemann 0f864eb45b ocamlPackages.hxd: init at 0.2.0 2021-01-22 08:39:58 +01:00
Emery Hemingway 93e31f2a78
ocamlPackages.wodan: init unstable-2020-11-20 2021-01-22 08:34:26 +01:00
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
github-actions[bot] e48c1f8e8c
Merge staging-next into staging 2021-01-22 01:17:58 +00:00
Fabian Affolter 21d41be80b python3Packages.csrmesh: init at 0.10.0 2021-01-21 23:15:58 +01:00
Ivan Babrou e431ff7e2e docker-buildx: init at 0.5.1
Installing docker-buildx enables buildx subcommand on the client:

* https://github.com/docker/buildx
2021-01-21 12:52:45 -08:00
Guillaume Girol 7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
github-actions[bot] 27c8ef972c
Merge staging-next into staging 2021-01-21 18:51:36 +00:00
Sandro 39b25bbbb5
Merge pull request #110368 from fabaff/python-wink 2021-01-21 19:49:34 +01:00
Fabian Affolter ae0ea7ed20 python3Packages.binho-host-adapter: init at 0.1.6 2021-01-21 19:04:43 +01:00
Fabian Affolter 4afb4968cd python3Packages.python-wink: init at 1.10.5 2021-01-21 18:12:27 +01:00
Sandro 4825212f16
Merge pull request #110363 from fabaff/vsure 2021-01-21 18:05:06 +01:00
Fabian Affolter 5cca230726 python3Packages.vsure: init at 1.6.1 2021-01-21 17:39:35 +01:00
Sandro 1ecf25ad39
Merge pull request #110177 from cpcloud/containerpilot 2021-01-21 17:30:18 +01:00
Florian Klink 126fb3c888
Merge pull request #68680 from arianvp/afterburn
afterburn: init at 4.6.0
2021-01-21 16:06:19 +01:00
Arian van Putten 4e57aa0ecc afterburn: init at 4.6.0 2021-01-21 14:01:16 +01:00
github-actions[bot] 7d80106978
Merge staging-next into staging 2021-01-21 12:44:13 +00:00
Janne Heß e48b0ede04
asciidoc: 8.6.9 -> 9.0.4 (#102398)
Main motivation was to port it to Python3 which is due to #101964.
So:

- Switch from asciidoc to asciidoc-py3
- Switch from Python 2 to Python 3
- This needs autoreconfHook now
- We also need to do some patching in a2x.py
- Switch to patchShebangs (more readable)
- Only input w3m if we actually build with it
2021-01-21 10:36:35 +00:00
Sandro ae6fb64fb4
Merge pull request #107618 from fabaff/gitjacker
gitjacker: init at 0.0.2
2021-01-21 09:23:38 +01:00
Mario Rodas fe2005af70
Merge pull request #110134 from marsam/update-tubeup
python3Packages.tubeup: 0.0.20 -> 0.0.21, youtube-dlc: remove
2021-01-20 21:06:19 -05:00
Matthew Bauer 77403c1c19
Merge pull request #96140 from matthewbauer/add-cog
Init cog at 0.6.0
2021-01-20 17:42:54 -06:00
Matthew Bauer 914de3a3ca cog: init at 0.6.0 2021-01-20 16:54:49 -06:00
Matthew Bauer b2eb8992c7 libwpe-fdo: init at 1.7.1 2021-01-20 16:54:45 -06:00
Sandro c4965b409a
Merge pull request #110210 from SuperSandro2000/fix-collection4
Fix collection 4: substituteInPlace cleanups, pythonPackages.azure-synapse-artifacts: Fix meta
2021-01-20 23:26:19 +01:00
Fabian Affolter 44f39b8420 gitjacker: init at 0.0.2 2021-01-20 23:22:31 +01:00
Matthew Bauer 8f027e6b65 libwpe: init at 1.7.1 2021-01-20 16:14:33 -06:00
Matthew Bauer ba5f50a76c
Merge pull request #107924 from matthewbauer/fix-duti
Fix duti on macOS Big Sur
2021-01-20 16:09:41 -06:00
Matthew Bauer dcbbbcdb05 duti: pass ApplicationServices directly 2021-01-20 15:30:57 -06:00
Sandro 56bf7a855c
Merge pull request #110204 from fabaff/sigurlx
sigurlx: init at 2.1.0
2021-01-20 21:10:54 +01:00
Sandro Jäckel 4c31da767f
perlPackages.Safe-Hole: Mark broken on darwin 2021-01-20 21:09:22 +01:00
John Ericson bfc062e4cf
Merge pull request #110101 from spease/fix-ios-patches
Minimalist iOS fixes
2021-01-20 14:41:13 -05:00
Fabian Affolter b54b344c61 sigurlx: init at 2.1.0 2021-01-20 20:40:33 +01:00
Sandro 8008ebae20
Merge pull request #108761 from charvp/fix/zeroad-build 2021-01-20 20:14:01 +01:00
Milan Svoboda 52a7a2df15 unciv: init at 3.12.8 2021-01-20 20:07:25 +01:00
Steven Pease b766673c6f Move disabling of gccForLibs for iOS to build-support cc-wrapper 2021-01-20 10:14:46 -08:00
Rouven Czerwinski 1d260dad5a rauc: init at 1.5
The Robust Auto Update Controller is an update program for embedded
systems. Primarily useful in NixOS for working with bundles.
2021-01-20 17:39:08 +01:00
Charlotte Van Petegem a0259207da
0ad: fix build by using gcc9Stdenv 2021-01-20 17:31:33 +01:00
John Ericson 9f821d9d1b
Merge pull request #109411 from HectorAE/fast-cpp-csv-parser-init
fast-cpp-csv-parser: init at 2021-01-03
2021-01-20 10:24:35 -05:00
John Ericson f86e72d491
Merge pull request #109412 from obsidiansystems/networking-ts-cxx-init
networking-ts-cxx: init at 2019-02-27
2021-01-20 10:24:15 -05:00
Jacek Generowicz f4213717f5
pythonPackages.pytest-instafail: init at 0.4.2 (#110138)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-01-20 15:11:15 +01:00
Sandro 9fbb29e677
Merge pull request #104446 from freezeboy/remove-jamomacore 2021-01-20 14:44:20 +01:00
Sandro 476cb1aaba
Merge pull request #108186 from PlushBeaver/catboost 2021-01-20 13:13:10 +01:00
Jonathan Strickland 287af3bd50
snowmachine: init at 1.0.1 (#105895)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-20 13:12:27 +01:00
Phillip Cloud 8f4cadc468 containerpilot: init at 3.9.0pre 2021-01-20 06:19:38 -05:00
Robert Schütz a824dc6bdd
Merge pull request #109507 from dotlambda/python-graphviz-0.16
pythonPackages.graphviz: 0.14.1 -> 0.16
2021-01-20 11:43:47 +01:00
Sandro cb6adcda3c
Merge pull request #110019 from fabaff/pwdsafety
pwdsafety: init at 0.1.4
2021-01-20 11:14:16 +01:00
happysalada 64ccbaa6bf erlang: R22 -> R23 2021-01-20 19:06:32 +09:00
happysalada 3f509b12d0 nixfmt 2021-01-20 19:06:01 +09:00
Sandro 46e2c041c2
Merge pull request #95797 from fgaz/hivelytracker
hivelytracker: init at unstable-2020-02-10
2021-01-20 11:03:42 +01:00
freezeboy f6db6a5a94 i-score: remove unmaintained and broken app 2021-01-20 10:19:30 +01:00
freezeboy 2f68b13515 jamomacore: remove unmaintained and broken lib 2021-01-20 10:16:25 +01:00
Fabian Affolter 6faef4ab0d xortool: init at 1.0.0 2021-01-20 08:52:24 +01:00
Steven Pease 8f74a08fa0 Minimalist iOS fixes 2021-01-19 23:44:50 -08:00
Mario Rodas 6d25d3e09d python3Packages.youtube-dlc: drop
tubeup uses youtube-dl, and upstream seems to be unmaintained.
2021-01-20 04:20:00 +00:00
Stig Palmquist 6439e6e925 perlPackages.MojoliciousPluginWebpack: 0.13 -> 0.14 2021-01-20 02:31:24 +01:00
Stig Palmquist 781e2e4115 perlPackages.Mojolicious: 8.67 -> 8.71 2021-01-20 02:18:09 +01:00
Stig Palmquist 3f3210105d perlPackages.LinkEmbedder: 1.15 -> 1.16 2021-01-20 02:17:48 +01:00
Stig Palmquist dca8f0d01a perlPackages.HTTPAcceptLanguage: init at 0.02 2021-01-20 02:03:26 +01:00
Robert Hensing 33fdfd07d2
Merge pull request #102669 from pulsation/add-klog
klog: init at 1.3.2
2021-01-20 00:00:58 +01:00
Sandro 53b4872ff2
Merge pull request #110013 from fabaff/git-hound
git-hound: init at 1.3
2021-01-19 23:41:26 +01:00
Fabian Affolter df75b21e73 pwdsafety: init at 0.1.4 2021-01-19 22:23:34 +01:00
Sandro 1ca55e5c3b
Merge pull request #110015 from fabaff/gitleaks
gitleaks: init at 7.2.0
2021-01-19 22:14:45 +01:00
Fabian Affolter c1d1b478ff git-hound: init at 1.3 2021-01-19 21:57:12 +01:00
Fabian Affolter 84634ff0c3 gitleaks: init at 7.2.0 2021-01-19 21:56:03 +01:00
Sandro 6b0fe63bbc
Merge pull request #109994 from fabaff/url-normalize 2021-01-19 20:38:09 +01:00
Sandro d1bfbb992d
Merge pull request #107313 from ewok/carps-cups
carps-cups: init at unstable-2018-03-05
2021-01-19 19:21:09 +01:00
Fabian Affolter 2837ce664f python3Packages.url-normalize: init at 1.4.3 2021-01-19 19:07:14 +01:00
Fabian Affolter 98dcad33fa python3Packages.devolo-home-control-api: init at 0.16.0 2021-01-19 09:47:49 -08:00
Artur Taranchiev 795ecae086 carps-cups: init at unstable-2018-03-05 2021-01-19 20:43:20 +03:00
Francesco Gazzetta 983f283600 hivelytracker: init at unstable-2020-02-10 2021-01-19 18:17:31 +01:00
Sandro 1e5e5bdf34
Merge pull request #109562 from leungbk/graph-cli 2021-01-19 16:54:33 +01:00
Sandro 48e2a27270
Merge pull request #109970 from fabaff/pymata-express 2021-01-19 16:47:38 +01:00
adisbladis 6dfd1a2772
Merge pull request #108741 from lukegb/envoy
envoy: init at 1.16.2
2021-01-19 16:40:42 +01:00
Fabian Affolter c6f1f30548 python3Packages.aioflo: init at 0.4.2 2021-01-19 07:37:51 -08:00
Sandro dbb7804073
Merge pull request #109736 from ymarkus/rpi-imager
rpi-imager: init at 1.5
2021-01-19 16:32:24 +01:00
Fabian Affolter 6f882ac2c4 python3Packages.pymata-express: init at 1.19 2021-01-19 15:37:14 +01:00
Sandro 28ba03ae72
Merge pull request #109912 from fabaff/bump-gandi
gandi-cli: 1.5 -> 1.6
2021-01-19 15:16:54 +01:00
Yannick Markus 956f1a8e71
rpi-imager: init at 1.5 2021-01-19 14:35:45 +01:00
Sandro a0e6e14c44
Merge pull request #109091 from fabaff/enum
enum4linux-ng: init at 1.0.0
2021-01-19 14:16:43 +01:00
Sandro 550ff33d62
Merge pull request #106102 from fgaz/pikopixel/init
pikopixel: init at 1.0-b9e
2021-01-19 14:13:59 +01:00
Ryan Horiguchi 83db538857
gnomeExtensions.dynamic-panel-transparency: init at 35 2021-01-19 13:50:35 +01:00
Sandro 7de82fbe61
Merge pull request #94097 from svend/dual-function-keys 2021-01-19 13:41:19 +01:00
Sandro 6898046c31
Merge pull request #109667 from fabaff/censys 2021-01-19 12:32:45 +01:00
Sandro 2c6a64dda5
Merge pull request #108410 from Stupremee/add/cargo-binutils 2021-01-19 12:26:00 +01:00
Martin Weinelt 0edf361df7
Merge pull request #103023 from cheriimoya/bluetooth_battery
bluetooth_battery: init at 1.2.0
2021-01-19 12:09:18 +01:00
Sandro 6186f92cb7
Merge pull request #101520 from sikmir/udig
udig: init at 2.0.0
2021-01-19 12:06:57 +01:00
Sandro 6270a8522f
Merge pull request #100912 from austinbutler/tangram
tangram: init at 1.3.1
2021-01-19 12:06:02 +01:00
Fabian Affolter 796676e6ac go-cve-search: init at 0.1.3 2021-01-19 11:59:43 +01:00
Sandro 8f27bfc66f
Merge pull request #109852 from fabaff/sshchecker
sshchecker: init at 1.0
2021-01-19 11:58:14 +01:00
Justus K a299826a27
cargo-binutils: init at 0.3.3 2021-01-19 10:55:54 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Max Hausch 52d6ab3013
bluetooth_battery: init at 1.2.0 2021-01-19 08:57:04 +01:00
Fabian Affolter 2f9d71e05c gandi-cli: 1.5 -> 1.6 2021-01-19 08:11:04 +01:00
Sandro d59593d225
Merge pull request #102922 from OPNA2608/init/hdr-plus/21.03 2021-01-19 00:32:14 +01:00
Sandro f97266e942
Merge pull request #98479 from OPNA2608/package-megapixels
megapixels: init at 0.14.0
2021-01-19 00:32:00 +01:00
Fabian Affolter f9b4fd0ec5 sshchecker: init at 1.0 2021-01-19 00:19:57 +01:00
Nikolay Korotkiy cade5d7fa5
udig: init at 2.0.0 2021-01-19 02:05:32 +03:00
Robert Schütz cfa8f9a389 pythonPackages.pydotplus: drop
It is no longer maintained whereas pydot is.
2021-01-18 23:28:35 +01:00
Sandro 55e030a895
Merge pull request #109827 from fabaff/corsmisc 2021-01-18 23:20:38 +01:00
Sandro 4773a2675b
Merge pull request #109820 from fabaff/bypass403
bypass403: init at 1.4.0
2021-01-18 23:20:22 +01:00
Sandro 2d461342e7
Merge pull request #109315 from rvolosatovs/init/quake3hires
quake3hires: init at 2020-05-07
2021-01-18 23:08:31 +01:00
Sandro a5f9a7bbfe
Merge pull request #93645 from SCOTT-HAMILTON/lxsession
lxsession: init at 0.5.5
2021-01-18 23:05:07 +01:00
Austin Butler 2b9ea67a5a tangram: init at 1.3.1 2021-01-18 13:40:10 -08:00
Fabian Affolter fa13bc320a corsmisc: init at 1.3.0 2021-01-18 22:09:15 +01:00
Fabian Affolter 30cdf00e36 bypass403: init at 1.4.0 2021-01-18 21:35:01 +01:00
Sandro 7296caf2d0
Merge pull request #109814 from fabaff/waqiasync 2021-01-18 21:14:58 +01:00
Sandro c73cb2b013
Merge pull request #103518 from djanatyn/pkg/xmountains 2021-01-18 21:12:28 +01:00
Sandro c0ef7fc246
Merge pull request #107182 from abathur/init_bashup_events
bashup-events: init at it's-complicated
2021-01-18 20:54:15 +01:00
Fabian Affolter 34d0facd77 python3Packages.waqiasync: init at 1.0.0 2021-01-18 20:23:48 +01:00
Travis A. Everett 28f68fd831 bashup-events: init at it's-complicated 2021-01-18 12:51:05 -06:00
SCOTT-HAMILTON 5f5165350c lxsession: Init at 0.5.5 2021-01-18 17:32:57 +01:00
Roman Volosatovs cef94edcf8
quake3hires: init at 2020-01-20 2021-01-18 17:12:16 +01:00
Nick Hu 5f6d409060
rmview: init at 2.1 (#108798)
* rmview: init at 2.1

* Update pkgs/applications/misc/remarkable/rmview/default.nix

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

* correct license

* Update pkgs/applications/misc/remarkable/rmview/default.nix

Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>

* Update pkgs/applications/misc/remarkable/rmview/default.nix

Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-18 16:03:10 +00:00
OPNA2608 9d95646336 hdr-plus: init at 2020-10-29 2021-01-18 15:43:23 +01:00
Sandro 43dbe13483
Merge pull request #98464 from mpoquet/i3nator-init-1.2.0
i3nator: init at 1.2.0
2021-01-18 14:15:15 +01:00
Sandro 0939b6d2e0
Merge pull request #96536 from SCOTT-HAMILTON/haste-client
haste-client: Init at 0.2.3
2021-01-18 14:04:31 +01:00
Sandro ccafb23476
Merge pull request #101469 from pinpox/pinpox-fiche-init
fiche: init at version 0.9.1
2021-01-18 12:17:53 +01:00
Sandro 4a7f67fbc5
Merge pull request #109714 from fabaff/scilla
scilla: init at 20210118-74dd814
2021-01-18 10:53:51 +01:00
sternenseemann 2b014ef903 ocamlPackages.mimic: init at 0.0.1 2021-01-18 10:32:02 +01:00
Fabian Affolter e29d45b44d scilla: init at 20210118-74dd814 2021-01-18 10:12:00 +01:00
Fabian Affolter 9df436f7a0 enum4linux-ng: init at 1.0.0 2021-01-18 09:50:26 +01:00
Frederik Rietdijk b7e5fea35e
Merge pull request #109007 from NixOS/staging-next
Staging next
2021-01-18 08:45:57 +01:00
sternenseemann 426a0a6c9d ocamlPackages.awa: init at 0.0.1 2021-01-18 08:41:58 +01:00
github-actions[bot] b7f20dcd02
Merge master into staging-next 2021-01-18 01:16:03 +00:00
Sandro 0b6f223eec
Merge pull request #104756 from Mazurel/qucs-s
qucs-s: init at 0.0.22
2021-01-18 01:30:34 +01:00
Brian Leung dcfc3b1d22 graph-cli: init at 0.1.7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17 16:28:57 -08:00
Sandro 4a8e102b4f
Merge pull request #107921 from fabaff/evillimiter
evillimiter: init at 1.5.0
2021-01-18 01:16:39 +01:00
Sandro 3337ef145a
Merge pull request #107912 from fabaff/aiodnsbrute
aiodnsbrute: init at 0.3.2
2021-01-18 01:11:52 +01:00
Sandro 71181de53f
Merge pull request #107899 from JamieMagee/agent-py 2021-01-18 01:11:25 +01:00
Sandro 791f01b6bf
Merge pull request #109670 from AndersonTorres/dotty-dict
pythonPackages.dotty-dict: init at 1.3.0
2021-01-18 00:54:26 +01:00
Sandro fe2882e5d3
Merge pull request #107845 from danielbarter/openbabel3 2021-01-18 00:37:32 +01:00
Sandro eb0b2a0c23
Merge pull request #109642 from justinas/init-roombapy 2021-01-18 00:32:40 +01:00
Sandro 842e808a69
Merge pull request #109591 from baloo/baloo/cargo-readme/initial
cargo-readme: init at 3.2.0
2021-01-18 00:31:11 +01:00
AndersonTorres f7481bcb3e pythonPackages.dotty-dict: init at 1.3.0 2021-01-17 20:29:45 -03:00
Daniel Løvbrøtte Olsen 40952628a9
matrix-corporal: init at 2.0.1 (#99074)
* matrix-corporal: init at 2.0.1

* Update pkgs/servers/matrix-corporal/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-18 00:29:28 +01:00
Sandro Jäckel aadf7a50d7
openbabel2: init at 2.4.1 2021-01-18 00:21:49 +01:00
Daniel Barter a8bb8fcab2
openbabel: 2.4 -> 3.1.1 2021-01-18 00:21:48 +01:00
Arthur Gautier 75658b374b cargo-readme: init at 3.2.0
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-17 22:47:48 +00:00
Sandro d4a2a1014d
Merge pull request #109658 from tu-maurice/noannoyance-unstable-2020-01-17
gnomeExtensions.noannoyance: init at unstable
2021-01-17 23:43:03 +01:00
Sandro 611bf53476
Merge pull request #109664 from fabaff/adext 2021-01-17 23:32:42 +01:00
Fabian Affolter 7358662028 python3Packages.censys: init at 1.1.0 2021-01-17 23:32:36 +01:00
Sandro 572d7366b7
Merge pull request #109666 from fabaff/pyblackbird 2021-01-17 23:30:04 +01:00
Pavol Rusnak 3f5d6b2e85
Merge pull request #109651 from mausch/starspace
starspace: init at 8aee0a950aa607c023e5c91cff518bec335b5df5
2021-01-17 22:56:25 +01:00
Mauricio Scheffer f8b69fa6d2 starspace: init at unstable-2021-01-17 2021-01-17 21:31:55 +00:00
Fabian Affolter 069c45c2af python3Packages.pyblackbird: init at 0.5 2021-01-17 21:50:46 +01:00
Fabian Affolter c361307da3 python3Packages.adext: init at 0.3 2021-01-17 21:06:30 +01:00
Justinas Stankevicius 607505005e python3Packages.roombapy: init at 1.6.2.post1 2021-01-17 21:42:26 +02:00
Sandro 2c18940df0
Merge pull request #109490 from siraben/stdenv-lib-os-specific
pkgs/os-specific: stdenv.lib -> lib
2021-01-17 20:29:29 +01:00
Sandro 0bcd0167a4
Merge pull request #109573 from flokli/grafana-agent
grafana-agent: init at 0.10.0
2021-01-17 20:24:20 +01:00
Sandro 1afec60627
Merge pull request #95274 from misuzu/qemu-iscsi 2021-01-17 20:16:06 +01:00
Sandro f42fb61037
Merge pull request #97291 from risicle/ris-rm-elasticmq
elasticmq: remove in favour of elasticmq-server
2021-01-17 20:03:22 +01:00
github-actions[bot] 4bdb892722
Merge master into staging-next 2021-01-17 18:50:34 +00:00
tu-maurice 3c4aebd618 gnomeExtensions.noannoyance: init at unstable 2021-01-17 19:50:24 +01:00
Sandro e53c43bebb
Merge pull request #109567 from dali99/add_metapixel
metapixel: init at 1.0.2
2021-01-17 19:49:11 +01:00
Sandro d4d7440bcc
Merge pull request #108701 from fabaff/cantoolz 2021-01-17 19:46:21 +01:00
Sandro 9ecaa3ce76
Merge pull request #107227 from vq/add/lxi-tools
lxi-tools: init at 1.21
2021-01-17 19:45:47 +01:00
Jörg Thalheim 1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Florian Klink 5da03fc60d grafana-agent: init at 0.10.0 2021-01-17 15:54:13 +01:00
Daniel Olsen a67d49dfef metapixel: init at 1.0.2 2021-01-17 15:44:27 +01:00
Wout Mertens 57c198236a
Merge pull request #109452 from wmertens/scponly
scponly: init at 4.8
2021-01-17 15:15:45 +01:00
Robert Scott 1e3b34fb5f elasticmq: remove in favour of elasticmq-server
the elasticmq package is very old and hasn't seen any non-automatic updates
since its introduction. newer releases are packaged as elasticmq-server
2021-01-17 13:57:31 +00:00
Sandro 22aff717db
Merge pull request #109625 from fabaff/rachiopy 2021-01-17 14:41:19 +01:00
Sandro 458832e973
Merge pull request #109620 from fabaff/swisshydrodata 2021-01-17 14:40:39 +01:00
Martin Weinelt 07a8746107
Merge pull request #109535 from fabaff/fnvhash
python3Packages.fnvhash: init at 0.1.0
2021-01-17 14:24:45 +01:00
Sandro 6454c89e9d
Merge pull request #109604 from alesguzik/repackage_snapper-gui 2021-01-17 14:14:30 +01:00
Sandro 517cb0d45d
Merge pull request #109586 from fabaff/awsiotpythonsdk
python3Packages.awsiotpythonsdk: init at 1.4.9
2021-01-17 14:13:29 +01:00
Fabian Affolter 77d9a076b5 python3Packages.fnvhash: init at 0.1.0 2021-01-17 14:11:29 +01:00
Sandro ec64627b97
Merge pull request #109545 from kmicklas/mpvacious 2021-01-17 13:42:05 +01:00
Sandro ac15eb7752
Merge pull request #109556 from fabaff/pubnubsub-handler 2021-01-17 13:39:55 +01:00
github-actions[bot] 9541eb734d
Merge master into staging-next 2021-01-17 12:38:49 +00:00
Fabian Affolter 36b897f6eb python3Packages.rachiopy: init at 1.0.3 2021-01-17 13:28:35 +01:00
Fabian Affolter df06280b15 python3Packages.swisshydrodata: init at 0.0.3 2021-01-17 12:57:30 +01:00
Daniel Nilsson 143091fae6 lxi-tools: init at 1.21
Apply suggestions from code review

Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17 12:27:36 +01:00
Daniel Nilsson 5c56cfd61b liblxi: init at 1.13
Apply suggestions from code review

Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17 12:27:19 +01:00
Fabian Affolter a79ef12d0b cantoolz: init at 3.7.0 2021-01-17 11:40:49 +01:00
Symphorien Gibol d671677eab nixos: rework evolution-data-server module 2021-01-17 11:13:54 +01:00
Daniel Șerbănescu e44b3c5187 evolution-with-plugins: added support for evolution-ews. 2021-01-17 11:13:54 +01:00
Martin Weinelt 5b93a5147c
Merge pull request #109451 from fabaff/aioshelly
python3Packages.aioshelly: init at 0.5.3
2021-01-17 10:46:14 +01:00
Martin Weinelt f68ff4877f
Merge pull request #109581 from fabaff/python-hpilo
python3Packages.python-hpilo: init at 4.4.3
2021-01-17 10:44:33 +01:00
Martin Weinelt 62903dfc86
Merge pull request #108505 from fabaff/aiohomekit
python3Packages.aiohomekit: init at 0.2.60
2021-01-17 09:46:00 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ales Huzik 2b6b8b2303 remove broken pythonPackages.snapperGUI. superceded by snapper-gui from the previous commit 2021-01-17 18:39:52 +11:00
Ales Huzik 505d16f50d snapper-gui: init at 2020-10-20
Existing snapper-gui package at pythonPackages.snapperGUI is outdated for 6 years,
broken (probably for a while) and misplaced. I weren't able to fix it, so I
repackaged it taking gpodder package for inspiration
2021-01-17 18:39:52 +11:00
Jan Tojnar e6f926d910
Merge branch 'master' into staging-next 2021-01-17 05:52:23 +01:00
Fabian Affolter 4ee7a233e1 python3Packages.awsiotpythonsdk: init at 1.4.9 2021-01-17 00:23:29 +01:00
Fabian Affolter 8c58c96c9e python3Packages.python-hpilo: init at 4.4.3 2021-01-16 23:55:48 +01:00
Fabian Affolter 08bda74d2a python3Packages.aiohomekit: init at 0.2.60 2021-01-16 22:25:26 +01:00
Michael Weiss a6d138c7ad
Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Anderson Torres d20d283fa7
Merge pull request #106729 from freezeboy/update-iannix
iannix: 0.9.20-b -> unstable-2020-12-09
2021-01-16 16:25:59 -03:00
Sandro Jäckel 490a4b6ded botan: fix compilation on darwin 2021-01-16 10:56:42 -08:00
github-actions[bot] f46cb85082
Merge master into staging-next 2021-01-16 18:51:05 +00:00
Fabian Affolter 7a6701fbfd python3Packages.pubnubsub-handler: init at 1.0.9 2021-01-16 18:49:57 +01:00
Fabian Affolter 8d64b33c46 python3Packages.axis: init at 42 2021-01-16 09:45:05 -08:00
Ken Micklas 6960160acb mpvScripts.mpvacious: init at 0.12 2021-01-16 11:43:25 -05:00
Jörg Thalheim 7f5f4ac31f
Merge pull request #109538 from SuperSandro2000/uamqp-darwin
pythonPackages.uamqp: Fix build on darwin
2021-01-16 16:20:26 +00:00
Sandro Jäckel 5c4843d638
pythonPackages.uamqp: Fix build on darwin 2021-01-16 16:48:56 +01:00
Jörg Thalheim 703b378e34
Merge pull request #109530 from fabaff/base36
python3Packages.base36: init at 0.1.1
2021-01-16 15:40:30 +00:00
Fabian Affolter 55cc3cec7c python3Packages.base36: init at 0.1.1 2021-01-16 14:59:27 +01:00
Martin Weinelt bf6fb7b58a
Merge pull request #109527 from fabaff/hatasmota
python3Packages.hatasmota: init at 0.2.5
2021-01-16 14:40:44 +01:00
Wout Mertens cd0fa5ae48 scponly: init at 4.8
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-16 14:38:18 +01:00
Fabian Affolter c026f0992f python3Packages.hatasmota: init at 0.2.5 2021-01-16 14:28:50 +01:00
Sandro dea69d99f3
Merge pull request #109512 from fabaff/toonapi 2021-01-16 14:07:11 +01:00
github-actions[bot] 2445824f40
Merge master into staging-next 2021-01-16 12:40:04 +00:00
Guillaume Girol afd7b550da
Merge pull request #107028 from anhdle14/checkov-1.0.674
checkov: init at 1.0.674
2021-01-16 12:31:23 +00:00
Peter Hoeg 249db9f8a7 audacity: 2.4.1 -> 2.4.2
A few other things:
 - prep for transition to gtk3 when audacity recommends it
 - we drop the runtime linking with lame as audacity is picking it up on
   its own
 - on linux, add a number of missing dependencies.
 - use a newer (recommended) wxwidgets
 - add a patch (merged upstream) that makes audacity follow XDG for file locations
2021-01-16 18:27:31 +08:00
Fabian Affolter 1062246907 python3Packages.toonapi: init at 0.2.0 2021-01-16 11:25:37 +01:00
Domen Kožar d3afdf90db
Merge pull request #109469 from domenkozar/pkgs.nixos-rebuild
move nixos-rebuild into pkgs
2021-01-16 10:58:17 +01:00
Austin Seipp d18e537613
Merge pull request #109461 from thoughtpolice/nixpkgs/yosys-plugins
yosys: add support for loading plugins, revert symbiflow changes
2021-01-16 03:51:57 -06:00
github-actions[bot] 2cff4ff45c
Merge master into staging-next 2021-01-16 01:17:48 +00:00
Austin Seipp ec1830e696
init: experimental yosys-{bluespec, ghdl} plugins
These plugins can be included in a closure, along with the `yosys`
derivation, and they will be automatically picked up for use. For
example, this allows you to include 'yosys-bluespec' in your
`buildInputs`, and then immediately run:

    $ nix-shell -p yosys yosys-bluespec yosys-ghdl
    $ yosys -m bluespec -p 'help read_bluespec'
    $ yosys -m ghdl -p 'help ghdl'

These two plugins are a bit experimental, admittedly, but they are good,
clean examples of how to write and use the yosys plugin infrastructure,
and make it easy to test updates, etc.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
Astro 910b4128f0 ngadmin: init at unstable-2017-11-17 2021-01-15 22:16:26 +01:00
Domen Kožar c32f5b22f1
move nixos-rebuild into pkgs 2021-01-15 20:07:38 +01:00
github-actions[bot] 3269d4d3a3
Merge master into staging-next 2021-01-15 18:52:54 +00:00
Sandro 94f62de347
Merge pull request #109437 from fabaff/upnpy
python3Packages.upnpy: init at 1.1.8
2021-01-15 18:28:05 +01:00
Sandro 51e3b19fc6
Merge pull request #109329 from tu-maurice/beefi-0.1.1 2021-01-15 18:26:24 +01:00
Jan Tojnar c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01:00
Fabian Affolter 893f641504 python3Packages.pysoma: init at 0.0.10 2021-01-15 08:26:59 -08:00
Austin Seipp ca27105b04
Revert "Merge pull request #105709 from CajuM/symbiflow"
This reverts commit 02828f91f1, reversing
changes made to f0a7fce6ee.
2021-01-15 10:13:27 -06:00
Sandro 78970e62f6
Merge pull request #109378 from arcz/uthenticode
uthenticode: init at 1.0.4
2021-01-15 16:18:36 +01:00