Commit Graph

50500 Commits

Author SHA1 Message Date
Tim Steinbach 3a8f6159cb
linux: 4.4.218 -> 4.4.219 2020-04-13 08:35:32 -04:00
Holger Wünsche 671733227c
{llvm,polly}-polly: moved to aliases.nix 2020-04-13 14:27:51 +02:00
Graham Christensen ff80d9c19b
Merge pull request #77500 from Emantor/pkg/microcom
microcom: init at 2019.01.0
2020-04-13 07:46:07 -04:00
Jörg Thalheim bc22904a14
Merge pull request #84687 from jonringer/fix-testing-bcachefs
linuxPackages_testing_bcachefs.fwts-efi-runtime: remove failing patch
2020-04-13 12:35:20 +01:00
Rouven Czerwinski b6bddf9e8a microcom: init at 2019.01.0 2020-04-13 13:24:24 +02:00
Daniel Fullmer ca7be74a53 pyrit: init at 2019-12-13 2020-04-13 11:28:01 +02:00
zowoq c217a1a7e8 wal-g: remove Security
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:10:04 +10:00
zowoq 8660728070 Revert "amass: enable on darwin"
This reverts commit 692b890004.

Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:08:02 +10:00
zowoq b3ef62bca2 Revert "gotools: fix darwin build"
This reverts commit cb75c0f905.

Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:07:12 +10:00
Mario Rodas b7aeeacdc3
Merge pull request #85104 from marsam/update-heroku
heroku: 7.39.0 -> 7.39.2
2020-04-12 18:26:27 -05:00
Maxine E. Aubrey 1d440e1768
worldofgoo: 1.41 -> 1.53
Removes demo (no longer available for download)
Adds i686 support, removing TODOs
2020-04-12 18:21:14 +02:00
Maximilian Bosch 539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
Mario Rodas 797d8709b5
Merge pull request #84574 from filalex77/meilisearch-0.9.0
meilisearch: init at 0.9.0
2020-04-12 04:40:15 -05:00
Mario Rodas 55ec864561
heroku: 7.39.0 -> 7.39.2 2020-04-12 04:20:00 -05:00
José Romildo Malaquias a4b7440f41 qtemu: init at 2.1 2020-04-11 18:42:05 -03:00
Elis Hirwing 61ab265643
Merge pull request #84993 from talyz/pdo_mysql_socket
php.extensions.pdo_mysql: Set default socket location
2020-04-11 21:12:31 +02:00
Mario Rodas f5867d86fe
Merge pull request #84982 from endocrimes/nomad-0.11.x
nomad: 0.10.5 -> 0.11.0
2020-04-11 13:14:36 -05:00
Benjamin Hipple 7b1f4dc454
Merge pull request #84880 from pmiddend/fcppt-to-3.5.0
fcppt: 3.2.2 -> 3.5.0
2020-04-11 11:55:09 -04:00
talyz d85bf2f5b7
php.extensions.pdo_mysql: Set default socket location
Set the default socket location to match the one used by the MySQL
module, so PHP programs using pdo_mysql don't have to specify this
themselves.
2020-04-11 14:27:06 +02:00
Danielle Lancashire 064268831b
nomad: 0.10.5 -> 0.11.0
This commit migrates the Nomad package from the 0.10.x line of releases
to 0.11.X.

This allows us to also bump the version of Go that is used to 1.14.x.
NOTE: 1.14.x will be needed for the rest of the 0.11.x releases as Nomad
only bumps patch versions of Go within a release series.

CHANGELOG:

FEATURES:

    Container Storage Interface [beta]: Nomad has expanded support
    of stateful workloads through support for CSI plugins.
    Exec UI: an in-browser terminal for connecting to running allocations.
    Audit Logging (Enterprise): Audit logging support for Nomad
    Enterprise.
    Scaling APIs: new scaling policy API and job scaling APIs to support external autoscalers
    Task Dependencies: introduces lifecycle stanza with prestart and sidecar hooks for tasks within a task group

BACKWARDS INCOMPATIBILITIES:

    driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead
    distributed separately as a driver plugin. Further, the Rkt driver codebase
    is now in a separate
    repository.

IMPROVEMENTS:

    core: Optimized streaming RPCs made between Nomad agents [GH-7044]
    build: Updated to Go 1.14.1 [GH-7431]
    consul: Added support for configuring enable_tag_override on service stanzas. [GH-2057]
    client: Updated consul-template library to v0.24.1 - added support for working with consul connect. Deprecated vault_grace [GH-7170]
    driver/exec: Added no_pivot_root option for ramdisk use [GH-7149]
    jobspec: Added task environment interpolation to volume_mount [GH-7364]
    jobspec: Added support for a per-task restart policy [GH-7288]
    server: Added minimum quorum check to Autopilot with minQuorum option [GH-7171]
    connect: Added support for specifying Envoy expose path configurations [GH-7323] [GH-7396]
    connect: Added support for using Connect with TLS enabled Consul agents [GH-7602]

BUG FIXES:

    core: Fixed a bug where group network mode changes were not honored [GH-7414]
    core: Optimized and fixed few bugs in underlying RPC handling [GH-7044] [GH-7045]
    api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [GH-7207]
    api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [GH-5970]
    api: Fixed a bug where /client/allocations/... (e.g. allocation stats) requests may hang in special cases after a leader election [GH-7370]
    cli: Fixed a bug where nomad agent -dev fails on Windows [GH-7534]
    cli: Fixed a panic when displaying device plugins without stats [GH-7231]
    cli: Fixed a bug where alloc exec command in TLS environments may fail [GH-7274]
    client: Fixed a panic when running in Debian with /etc/debian_version is empty [GH-7350]
    client: Fixed a bug affecting network detection in environments that mimic the EC2 Metadata API [GH-7509]
    client: Fixed a bug where a multi-task allocation maybe considered healthy despite a task restarting [GH-7383]
    consul: Fixed a bug where modified Consul service definitions would not be updated [GH-6459]
    connect: Fixed a bug where Connect enabled allocation would not stop after promotion [GH-7540]
    connect: Fixed a bug where restarting a client would prevent Connect enabled allocations from cleaning up properly [GH-7643]
    driver/docker: Fixed handling of seccomp security_opts option [GH-7554]
    driver/docker: Fixed a bug causing docker containers to use swap memory unexpectedly [GH-7550]
    scheduler: Fixed a bug where changes to task group shutdown_delay were not persisted or displayed in plan output [GH-7618]
    ui: Fixed handling of multi-byte unicode characters in allocation log view [GH-7470] [GH-7551]
2020-04-11 12:52:09 +02:00
Maximilian Bosch 529465d171
Merge pull request #84078 from petersjt014/master
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Josh Peters aa84e476da catcli: init at 0.5.13 2020-04-11 02:22:47 -05:00
Philipp Middendorf 7af039befe metal: init at 2.1.1 2020-04-11 08:50:48 +02:00
Max Zerzouri ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Doron Behar 94c416ccf4 gjo: init at 1.0.2 2020-04-10 23:47:13 +03:00
Marco Orovecchia 2467e22bdf pythonPackages.HAP-python: init at 2.7.0 2020-04-10 13:03:28 -07:00
Marco Orovecchia 6e72b95a93 pythonPackages.aioharmony: init at 0.2.1 2020-04-10 12:17:42 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 87d3217761
Merge pull request #84858 from doronbehar/improve-nerd-fonts
nerdfonts: make it easier to configure and build
2020-04-10 14:01:38 +01:00
Jan Tojnar 55a5c128d4
Merge branch 'staging-next' into staging 2020-04-10 12:13:27 +02:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Doron Behar 4ab8ffe187 terminus-nerdfont & incosolata-nerdfont: use generic nerdfonts drv 2020-04-10 11:29:01 +03:00
Marco Orovecchia 6fcf77e87a pythonPackages.pynanoleaf: init at 0.0.5 2020-04-10 01:06:23 -07:00
Ben Darwin 0dd910d470 python3Packages.graspy: init at 0.2 2020-04-10 00:08:42 -07:00
Vladimír Čunát f2198c46b2
Merge #84279: libjpeg(_turbo): 2.0.3 -> 2.0.4 (in staging) 2020-04-10 09:02:21 +02:00
Cole Mickens e24e8da336 libjpeg_turbo: 2.0.3 -> 2.0.4 2020-04-09 17:50:26 -07:00
Aaron Andersen 540e256d5b
Merge pull request #84830 from deshaw/contrib/perl-convertuu
perlPackages.ConvertUU: init at 0.5201
2020-04-09 19:00:55 -04:00
Aaron Andersen 0888749180
Merge pull request #84832 from deshaw/contrib/perl-module-compile
perlPackages.ModuleCompile: init at 0.37
2020-04-09 18:55:24 -04:00
worldofpeace 939fcdcbdd
Merge pull request #84817 from pbogdan/libvirt-6.2.0
libvirt: 6.1.0 -> 6.2.0
2020-04-09 14:38:41 -04:00
Matt Huszagh fc66192b37 fparser: init at 4.5.1 2020-04-09 11:28:21 -07:00
Jonathan Ringer e8f668185e leo-editor: add qt support 2020-04-09 10:47:54 -07:00
Rakesh Gupta 6a6cb2bd70 pythonPackages.varint: init at 1.0.2 2020-04-09 10:16:08 -07:00
Souvik Sen 2c3b09b812 perlPackages.ModuleCompile: init at 0.37 2020-04-09 12:57:02 -04:00
Mario Rodas c11dd7afad
Merge pull request #84784 from r-ryantm/auto-update/s3cmd
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 11:51:45 -05:00
Souvik Sen 7d66b5bf0f perlPackages.ConvertUU: init at 0.5201 2020-04-09 12:51:26 -04:00
Mario Rodas ab1a184de3
Merge pull request #82267 from zaninime/sane-airscan
sane-airscan: init at 0.9.17
2020-04-09 10:51:09 -05:00
Aaron Andersen d105fbc8c9
Merge pull request #84609 from deshaw/contrib/perl-extutilsf77
perlPackages.ExtUtilsF77: init at 1.23
2020-04-09 09:46:16 -04:00
s1341 71a768a6e8
zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
Piotr Bogdan 02c5c39c30 perlPackages.SysVirt: 6.1.0 -> 6.2.0 2020-04-09 10:38:36 +01:00
Mario Rodas d20690b0d0
s3cmd: use python3 2020-04-09 04:20:00 -05:00
Peter Hoeg f14b43a54c
Merge pull request #84716 from peterhoeg/p/g15daemon
g15daemon: init at 1.9.5.3
2020-04-09 09:56:26 +08:00
Maximilian Bosch 20b2b79b4d
Merge pull request #84715 from filalex77/monolith-2.2.2
monolith: init at 2.2.2
2020-04-09 00:53:59 +02:00
Maximilian Bosch e8a4b9fe9b
Merge pull request #84501 from Ma27/bump-hydra
hydra: 2020-03-24 -> 2020-04-07
2020-04-08 20:08:29 +02:00
Rakesh Gupta b1aca4f66a pythonPackages.morphys: init at 1.0 2020-04-08 11:05:54 -07:00
s1341 f1090bdaf8 page: init at 2.3.4 2020-04-08 10:50:05 -07:00
Rakesh Gupta 9449ee6c01 pythonPackages.python-baseconv: init at 1.2.2 2020-04-08 10:49:38 -07:00
Jonathan Ringer 37be0ab53b Revert "perlPackages.XMLParser: 2.46 -> 2.44"
This reverts commit ca04f87ff5.
2020-04-08 10:17:13 -07:00
Jörg Thalheim b3ba16771d
Merge pull request #83858 from ak3n/fix_starman_darwin
perlPackages.starman: add shortenPerlShebang on darwin
2020-04-08 16:38:30 +01:00
Jan Tojnar 521ddb1397
Merge pull request #83400 from jtojnar/malcontent-0.7
malcontent: 0.6.0 → 0.7.0
2020-04-08 17:38:17 +02:00
Jan Tojnar f3d1333f0d
malcontent-ui: split from malcontent
The 0.7.0 update allows us to split the package.
2020-04-08 17:08:15 +02:00
Jan Tojnar 044a1f03db
Merge pull request #83163 from lasandell/shortwave-1.0.1
shortwave: init at 1.0.1
2020-04-08 17:02:57 +02:00
Luke Sandell a74ecff70a shortwave: init at 1.0.1 2020-04-08 09:44:30 -05:00
Peter Hoeg 8cbe9f03f9
Merge pull request #81780 from volth/patch-387
libwebsockets: 3.2.0 -> 3.2.2; init as 4.0.0
2020-04-08 22:32:43 +08:00
Jan Tojnar b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Peter Hoeg 0669cd72ae g15daemon: init at 1.9.5.3 2020-04-08 20:49:49 +08:00
Oleksii Filonenko 457900c7c8 monolith: init at 2.2.2 2020-04-08 15:48:18 +03:00
Silvan Mosberger b293421a69
Merge pull request #84129 from Infinisil/removing-python-from-grub
Support removing python from zfs/grub closure
2020-04-08 12:53:28 +02:00
Jan Tojnar af476597c0
python3.pkgs.libmodulemd: init bindings 2020-04-08 12:32:39 +02:00
Jan Tojnar bd16668567
libreoffice-still: drop gnome2 dependencies
They are not needed any more:

* ORBit2: a219edfbb6
* GConf: 3cf557c12d
* gnome_vfs: b40b601007
2020-04-08 10:32:22 +02:00
Jan Tojnar 14be4ca20a
lingot: 0.9.1 → 1.0.1
https://savannah.nongnu.org/forum/forum.php?forum_id=9190
2020-04-08 10:32:21 +02:00
Jan Tojnar ba2b0bdc7d
relfs: drop
It depends on old cruft and was broken for over four years.
2020-04-08 10:32:21 +02:00
Jan Tojnar 0195347f5f
beast: drop
It depends on ton of cruft, has been broken for three years and upstream switched to electron 🙈
2020-04-08 10:32:20 +02:00
oxalica e33256ef24
Merge remote-tracking branch 'channels/nixos-unstable' into rust-analyzer 2020-04-08 14:22:56 +08:00
Jonathan Ringer 09d38115bf
linuxPackages_testing_bcachefs.fwts-efi-runtime: remove failing patch 2020-04-07 19:34:04 -07:00
Drew Risinger 42a1271047 pythonPackages.IBMQuantumExperience: remove deprecated package
Package was deprecated, and effectively replaced by
pythonPackages.qiskit-ibmq-provider.
2020-04-07 18:41:16 -07:00
Drew Risinger 0261e874d6 pythonPackages.ipyvuetify: init at 1.2.2 2020-04-07 18:41:16 -07:00
Drew Risinger 2e231d51ec pythonPackages.ipyvue: init at 1.3.1 2020-04-07 18:41:16 -07:00
Yves Fischer 25c3d0da53
qcad: init at 3.24.2.1 (#81209)
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-04-07 21:46:50 +00:00
John Ericson fd85e86232
Merge pull request #75132 from samueldr/fix/cross/perl-xmlparser
perlPackages.XMLParser: Work around cross-compilation regression
2020-04-07 17:26:17 -04:00
Matthias Beyer e4a7fe8f4b python3Packages.flask-reverse-proxy-fix: init at 0.2.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
Jan Tojnar 3f7515cb8c
ardour: clean up the expression
* Remove unneeded dependencies
* Stop vendoring other dependencies (fluidsynth, hidapi, libltc, qm-dsp)
* Fix using incorrect libusb version (libusb package is just a legacy compat layer)
* Move build-time dependencies to nativeBuildInputs
* Install freedesktop files & man page
* Drop libintl replacement that no longer applies
2020-04-07 20:26:24 +02:00
Jan Tojnar 1ff54d019f
qm-dsp: init at 1.7.1 2020-04-07 20:26:23 +02:00
Jan Tojnar 602bf811c1
kissft: init at 131 2020-04-07 20:26:23 +02:00
Andreas Rammhold 80d0a401d0
Merge pull request #84584 from andir/firefox
firefox: 74.0.1 -> 75.0 and related updates
2020-04-07 20:05:14 +02:00
Oleksii Filonenko 02f3a1ff52
tydra: init at 1.0.2 2020-04-07 20:28:19 +03:00
Timo Kaufmann 0382ea8302
Merge pull request #81919 from xzfc/cached-nix-shell
cached-nix-shell: init at 0.1.2
2020-04-07 16:06:14 +00:00
Albert Safin 821527fae8 cached-nix-shell: init at 0.1.2 2020-04-07 15:36:22 +00:00
Oleksii Filonenko 7a4fc7c2c7 meilisearch: init at 0.9.0 2020-04-07 18:08:54 +03:00
Souvik Sen 87c7632877 perlPackages.ExtUtilsF77: init at 1.23 2020-04-07 09:57:54 -04:00
Peter Hoeg 0c7ec50297 elisa: move into kdeApplications
elisa is now part of the upstream kdeApplications bundle
2020-04-07 20:53:09 +08:00
Maximilian Bosch 0f5c38feed
hydra: 2020-03-24 -> 2020-04-07
Also removed `pkgs.hydra-flakes` since flake-support has been merged
into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled
against `pkgs.nixFlakes` and currently requires a patch since Hydra's
master doesn't compile[2] atm.

[1] https://github.com/NixOS/hydra/pull/730
[2] https://github.com/NixOS/hydra/pull/732
2020-04-07 14:11:12 +02:00
Andreas Rammhold 1859b5a5ae
libvpx_1_8: init at 1.8.2
Adding this as a new attribute as software is likely going to break when
we switch the default from the 1.7 branch to 1.8.
2020-04-07 13:27:26 +02:00
Vincent Laporte dbc8a54ce5
jackline: use OCaml 4.08 2020-04-07 11:43:04 +02:00
Maciej Krüger 4e71d7ed46 pythonPackages.pam: init at 1.8.4 2020-04-06 21:07:33 -07:00
Mario Rodas 55d2a340d4
Merge pull request #84461 from marsam/fix-libbluray-build
libbluray: fix build on darwin
2020-04-06 20:13:09 -05:00
Maximilian Bosch 183aeb2df2
Merge pull request #84520 from herrwiese/for-master/zsh-nix-shell
zsh-nix-shell: init at (unstable-)2019-12-20
2020-04-07 01:53:50 +02:00
Maximilian Bosch b7fa0af10c
Merge pull request #84495 from doronbehar/package-gmailctl
gmailctl: init at 0.6.0
2020-04-07 01:42:51 +02:00
Andreas Wiese f4e273dbac zsh-nix-shell: init at (unstable-)2019-12-20 2020-04-07 01:00:58 +02:00
Timo Kaufmann 5d3f4e9c0b
Merge pull request #84457 from vbgl/ocaml-gettext-0.4.1
ocamlPackages.ocaml_gettext: 0.3.8 → 0.4.1
2020-04-06 21:52:01 +00:00
Matthew Bauer 7cc40e15e4 treewide/nixos: use stdenv.cc.libc instead of glibc when available
This prevents duplication in cross-compiled nixos machines. The
bootstrapped glibc differs from the natively compiled one, so we get
two glibc’s in the closure. To reduce closure size, just use
stdenv.cc.libc where available.
2020-04-06 16:36:27 -04:00
Timo Kaufmann ae55e4ec3b
Merge pull request #83447 from drewrisinger/dr-pr-python-qiskit-aqua
python3Packages.qiskit-aqua: init at 0.6.5
2020-04-06 17:47:31 +00:00
Wael Nasreddine a5e6fa6d8e
bazel-gazelle: init at 0.20.0 (#84222) 2020-04-06 10:42:53 -07:00
Doron Behar 85bf628911 gmailctl: init at 0.6.0 2020-04-06 20:02:40 +03:00
Drew Risinger 2553798f93 python3Packages.qiskit-aqua: init at 0.6.5
Qiskit Aqua: An extensible library of quantum computing algorithms.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-06 12:01:35 -04:00
Vincent Laporte c0086a5c2a
ocamlPackages.ocaml_gettext: 0.3.8 → 0.4.1 2020-04-06 13:57:21 +02:00
Marek Mahut c392599be3
Merge pull request #84218 from equirosa/tut
tut: init at 0.0.2
2020-04-06 12:36:05 +02:00
Mario Rodas bee7f216b5
libbluray: fix build on darwin 2020-04-06 04:20:00 -05:00
Flakebi 9acb7daac2 spirv-cross: init at 2020-04-03 2020-04-06 10:12:49 +02:00
Louis Blin 511cb624b7 node-problem-detector: init at 0.8.1
Package is missing, built from Golang sources on GitHub.
2020-04-06 08:35:22 +01:00
Frederik Rietdijk 2420184727 Merge staging into staging-next 2020-04-06 08:54:28 +02:00
Holger Wünsche c4afa32b29
llvmPackages_latest: llvm9->llvm10
since llvm10 is now the newest release
now throws an error if llvm-polly or clang-polly is build, since polly
is enabled by default.
2020-04-06 08:27:56 +02:00
José Romildo Malaquias 9908785fa7
Merge pull request #84230 from romildo/upd.gnome-icon-theme
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-05 22:42:58 -03:00
José Romildo Malaquias 737586bf4f gnome2.gnome-icon-theme: move to pkgs/data/icons 2020-04-05 22:14:23 -03:00
Elis Hirwing 3b6539896b
Merge pull request #83896 from etu/slim-down-default-php-v3
PHP: Make the default package more sane [v3]
2020-04-05 20:00:03 +02:00
Elis Hirwing 8d2e5d5cd6
php.extensions.pthreads: Reintroduce pthreads for php72 and php73 2020-04-05 16:46:24 +02:00
Elis Hirwing 102aac631b
php.extensions.pinba: Reintroduce pinba for php72, php73 and php74 2020-04-05 16:46:11 +02:00
talyz b5c59cebc6
php: Document withExtensions + general improvements 2020-04-05 16:46:05 +02:00
Elis Hirwing a2099156ec
php: split php.packages to php.packages and php.extensions
So now we have only packages for human interaction in php.packages and
only extensions in php.extensions. With this php.packages.exts have
been merged into the same attribute set as all the other extensions to
make it flat and nice.

The nextcloud module have been updated to reflect this change as well
as the documentation.
2020-04-05 16:45:17 +02:00
talyz fe4d173cb2
php.packages: Fix and clean up external extensions
Fix extensions that were broken by the extension refactoring and
remove pthreads and pinba, which had asserts which broke evaluation,
were in need of refactoring and of dubious value.
2020-04-05 16:44:37 +02:00
talyz 90dcab948c
php.packages: Use derivations for internalDeps in mkExtension
Make mkExtension put headers in the dev output and use them, instead of
a different part of the current source tree, when referring to another
extension by using internalDeps.

This means external extensions can be built against the internal ones.
2020-04-05 16:44:01 +02:00
talyz b1106a1851
phpPackages: Move phpPackages to php.packages
This means php packages can now refer to other php packages by looking
them up in the php.packages attribute and gets rid of the internal
recursive set previously defined in php-packages.nix. This also means
that in applications where previously both the php package and the
corresponding version of the phpPackages package set had to be
specified, the php package will now suffice.

This also adds the phpWithExtensions parameter to the
php-packages.nix, which can be used by extensions that need a fully
featured PHP executable.
2020-04-05 16:43:50 +02:00
talyz 14bfb844d6
php: Make mkExtension pass on additional args to mkDerivation 2020-04-05 16:43:43 +02:00
Benjamin Hipple c7af5ac9c9
Merge pull request #84281 from misuzu/kmon-init
kmon: init at 1.0.0
2020-04-05 09:56:31 -04:00
Euan Kemp e370711ad0 k3s: init at 1.17.3+k3s1
This packages k3s as a single self-contained binary (as upstream k3s
does), but without having to download any impure already-built binaries.

The upstream packaging scripts are used. Due to k3s's rather complicated
packaging arrangement, this ends up being a rather long derivation.
2020-04-05 15:34:18 +02:00
Vincent Laporte d6a8d0ca5b coq_8_11: 8.11.0 → 8.11.1 2020-04-05 15:32:32 +02:00
Frederik Rietdijk 98cefdd37f
Merge pull request #83155 from roastiek/alsa-upgrade
alsa-lib: 1.1.9 -> 1.2.2 and new alsa conf packages
2020-04-05 13:17:16 +02:00
Frederik Rietdijk e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
Staging next
2020-04-05 13:13:21 +02:00
misuzu 220ce926b3 kmon: init at 1.0.0 2020-04-05 13:28:48 +03:00
Eelco Dolstra 7121160d5b
Merge pull request #84214 from edolstra/update-nix
Update nixUnstable + nixFlakes, remove nix1
2020-04-05 10:20:02 +02:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Anderson Torres f0959a7b0c
Merge pull request #84284 from AndersonTorres/update-babashka
babashka: 0.0.71 -> 0.0.78
2020-04-04 22:26:40 -03:00
Eduardo Quiros 20f9dae4f5
tut: init at 0.0.2 2020-04-04 16:22:36 -06:00
AndersonTorres 78cd46512c babashka: 0.0.71 -> 0.0.78 2020-04-04 18:34:09 -03:00
Mario Rodas 48ec5da6ac
zenith: enable on darwin 2020-04-04 16:20:00 -05:00
Eelco Dolstra 5d583db5a2 Remove Nix 1.x 2020-04-04 21:57:15 +02:00
Timo Kaufmann 02b1f2a2de
Merge pull request #83224 from shnarazk/cadical-pr
cadical: init at 1.2.1
2020-04-04 15:44:04 +00:00
Narazaki, Shuji c5a12e33d2 cadical: init at 1.2.1 2020-04-05 00:22:36 +09:00
Maximilian Bosch 384a164a25
Merge pull request #83753 from cole-h/rofi-emoji
rofi-emoji: init at 2.1.2
2020-04-04 16:39:15 +02:00
Maximilian Bosch 5b6d9b2bb6
Merge pull request #84234 from catern/csv
csv2latex: init at 0.22
2020-04-04 14:37:26 +02:00
Timo Kaufmann 696274fae7
Merge pull request #83183 from bbigras/zenith
zenith: init at 0.8.0
2020-04-04 11:41:02 +00:00
Vincent Laporte 4dd89ce0a0 OCaml: default to version 4.09 2020-04-04 13:26:33 +02:00
Marek Mahut b6dbef4759
Merge pull request #81196 from prusnak/certbot
certbot: 1.0.0 -> 1.3.0
2020-04-04 08:18:20 +02:00
Peter Hoeg 919430d9f2
Merge pull request #84212 from prusnak/scummvm-games
scummvm: add broken-sword-25 and dreamweb games
2020-04-04 13:13:28 +08:00
Spencer Baugh 797d90e259 csv2latex: init at 0.22 2020-04-04 00:09:28 -04:00
Pavol Rusnak 2133c106a1
scummvm: add broken-sword-25 and dreamweb games 2020-04-03 23:11:31 +02:00
Chuck dec9ac364a darcs: Fix build (Use old GHC)
This is fixed at upstream's head; this change can be reverted after
darcs cuts a new release (current release is 2.14.2).
2020-04-03 22:00:30 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Wael Nasreddine 9e55da14fe
prow: 2019-08-14 -> 2020-04-01 (#84055) 2020-04-03 10:09:11 -07:00
Evils ef65b728d3 tuptime: init at 4.1.0 2020-04-03 17:29:56 +02:00
Maximilian Bosch 470b916556
Merge pull request #84186 from matthiasbeyer/update-pulseeffects
pulseeffects: 4.7.1 -> 4.7.2
2020-04-03 16:31:33 +02:00
Mario Rodas 3573d7801c
Merge pull request #84172 from filalex77/kondo-0.3
kondo: init at 0.3
2020-04-03 09:13:16 -05:00
Matthias Beyer fb818c536a pulseeffects: 4.7.1 -> 4.7.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:59 +02:00
Matthias Beyer 4458697264 boost17x: boost171 -> boost172
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:40 +02:00
Matthias Beyer c028978211 boost: init at 1.72.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:06 +02:00
gnxlxnxx 8e6a74e957 swaylock-effects: init at v1.6-0 2020-04-03 13:02:28 +02:00
msm 5160beb886
ursadb: init at v1.2.0 2020-04-03 11:29:05 +02:00
Oleksii Filonenko 72fb30d5cc kondo: init at 0.3 2020-04-03 11:55:56 +03:00
tomberek 939976a929
parallel-full: init SQL and CSV support (#77619)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-03 09:49:28 +01:00
talyz 8924a7de3d
php: Make buildEnv recursive + take extension deps into account
A slight rewrite of buildEnv which:

1. Makes buildEnv recursively add itself to its output, so that it can
   be accessed from any php derivation.

2. Orders the extension text strings according to their internalDeps
   attribute - dependencies have to be put before dependants in the
   php.ini or they will fail to load due to missing symbols.
2020-04-03 10:11:15 +02:00
talyz 6c810c235d
phpPackages.exts: Run tests by default
The tests for many of the extensions run just fine, for some a small
portion fail. This runs the tests by default and disables the tests
extensions with any failing tests.
2020-04-03 10:11:14 +02:00
talyz 282337799b
php: Build an even slimmer base
This moves yet more extensions from the base build to
phpPackages.ext. Some of the extensions are a bit quirky and need
patching for this to work, most notably mysqlnd and opcache.

Two new parameters are introduced for mkExtension - internalDeps and
postPhpize. internalDeps is used to specify which other internal
extensions the current extension depends on, in order to provide them
at build time. postPhpize is for when patches and quirks need to be
applied after running phpize.

Patch notes:

- For opcache, older versions of PHP have a bug where header files are
  included in the wrong order.

- For mysqlnd, the config.h is never included, so we include it in the
  main header file, mysqlnd.h. Also, the configure script doesn't add
  the necessary library link flags, so we add them to the variable
  configure should have added them to.
2020-04-03 10:11:13 +02:00
Elis Hirwing da8ca2be2f
phpPackages.exts.gmp: Enable on darwin 2020-04-03 10:11:12 +02:00
Elis Hirwing a5f77d6ea2
php-unit: Drop the declaration of the php-unit attributes since they aren't used 2020-04-03 10:11:11 +02:00
Elis Hirwing be7bf5a18d
php-embed: Drop the declaration of the php-embed attributes 2020-04-03 10:11:07 +02:00
Michele Guerini Rocco 0bb17a4b19
Merge pull request #81223 from aaronjanse/init-papermc
papermc: init at 1.15.2r121
2020-04-03 09:15:36 +02:00
Aaron Janse 631fe89c59 papermc: init at 1.15.2r121 2020-04-02 21:33:04 -07:00
Cole Mickens d01c1f35b8 obs-v4l2sink: init at unstable-20181012 2020-04-02 18:42:45 -07:00
Florian Klink 44c20fb83e
Merge pull request #84087 from Izorkin/mariadb-tokudb
mariadb: update build configuration.
2020-04-02 23:44:03 +02:00
Milan 90354cd127
xonotic: split glx, sdl, dedicated, data (#83461)
This has many advantages:
- Each variant can be installed without pulling in the dependencies of the
  other variants, which makes it possible to build an SDL variant
  without X11 dependencies
- Hydra can now build binaries without downloading 1GB of data, so users
  do not have to build them on their own machines
- Users do not have to redownload 1GB of data after each dependency
  update

Includes the following fixes:
- Add dependency on libGL for GLX variant as it will fail in some
  environments otherwise
- Pass -j and -l to make to enable parallel building
- Quote homepage URI and use https
- Add a .desktop file and icons
2020-04-02 21:58:05 +02:00
Silvan Mosberger 12c1fdda09
zfs: Use callPackages instead of callPackage to allow overriding 2020-04-02 21:42:59 +02:00
Eelco Dolstra 74e7ef35fe nix-daemon.nix: Add option nix.registry
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:

  nix.registry.nixpkgs.flake = nixpkgs;

where 'nixpkgs' is a flake input. This ensures that commands like

  $ nix run nixpkgs#hello

pull in a minimum of additional store paths.

You can also use this to redirect flakes, e.g.

  nix.registry.nixpkgs.to = {
    type = "github";
    owner = "my-org";
    repo = "my-nixpkgs";
  };
2020-04-02 19:38:00 +02:00
Jonathan Ringer 5c171862b6 git-lfs: 2.8.0 -> 2.10.0 2020-04-02 16:11:45 +00:00
Izorkin 0296e678cf mariadb: add option to build server without tokudb storage 2020-04-02 18:05:04 +03:00
Mario Rodas aa8bd52698
Merge pull request #82558 from tilpner/ncspot-mpris
ncspot: enable MPRIS by default
2020-04-02 08:43:35 -05:00
Jörg Thalheim 46d919f578
Merge pull request #83503 from sternenseemann/apostrophe
uberwriter: renamed to apostrophe
2020-04-02 14:23:49 +01:00
Ivar 318f05f776 xp-pen-g430: init at 20190820 2020-04-02 14:51:43 +02:00
Jörg Thalheim 5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +01:00
Seebi d343d703c8
rgp: init at 1.7.0.29 (#79343)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-02 12:49:36 +01:00
Thomas Tuegel 20937a2202
Merge pull request #83152 from s9gf4ult/master
qxmledit: init at 0.9.15
2020-04-02 05:48:06 -05:00
Jörg Thalheim cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Bruno Bigras 6d6f5d1692 zenith: init at 0.8.0 2020-04-02 01:38:10 -04:00
John Ericson 6bf6ec8a96 Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref 2020-04-01 16:16:30 -04:00
John Ericson 6f94f8fd3f bazel-*: Consistently self reference
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
Drew Risinger 543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
Vincent Laporte 8e686bacc4 ocamlPackages.ocaml-r: init at 0.2.0 2020-04-01 17:29:30 +02:00
Tim Steinbach 7f56fdd997
linux: Init 5.6.1
Change linux_latest to 5.6
2020-04-01 10:46:02 -04:00
Alyssa Ross 2ed758481c minijail-tools: init at 14
This is built from the same source as minijail, but is for all intents
and purposes a seperate package.  It builds different things, with no
overlap, and is under a different license.
2020-04-01 13:44:28 +00:00
Mario Rodas 3f85d8c912
Merge pull request #83860 from filalex77/sozu-0.11.46
sozu: init at 0.11.46
2020-04-01 08:22:28 -05:00
Matthew Bauer fd6278500b
Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional
andyetitmoves: make unconditional
2020-03-31 22:06:45 -05:00
Dennis Gosnell 4c23f68699
Merge pull request #82964 from lilyball/psc-package
psc-package: Stop using haskellPackages to build
2020-04-01 10:39:46 +09:00
Elis Hirwing 96a5e0c928
php: init phpXYbase packages and make the default php extended by default
Also, add opcache to default extensions since it significantly
increases PHP's performance and is by default enabled on Debian based
distributions. Not having it enabled by default results in a puzzling
performance loss for anyone attempting to migrate from Debian/Ubuntu
to NixOS who is unaware of this. Therefore, enable it by default. /talyz
2020-03-31 22:06:45 +02:00
Jan Tojnar dbb4a47de0
Merge branch 'staging-next' into staging 2020-03-31 21:33:00 +02:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Cole Helbling 7fce01fd6a
rofi-emoji: init at 2.1.2
This plugin is intended to be supplied to the `rofi` wrapper through an
override:

    pkgs.rofi.override { plugins = [ rofi-emoji ]; }
2020-03-31 12:00:54 -07:00
Jan Tojnar 0cb43d3151
Merge pull request #83732 from jansol/xow
xow: init at 0.4
2020-03-31 20:41:17 +02:00
Jan Tojnar 08306f3f26
Merge pull request #83832 from jtojnar/samba-things
Clean up & update samba things
2020-03-31 20:38:45 +02:00
Timo Kaufmann 1b6245b4fb
Merge pull request #82177 from tckmn/add-ipbt
ipbt: init at 20190601.d1519e0
2020-03-31 18:08:15 +00:00
Andy Tockman db397cd2ff ipbt: init at 20190601.d1519e0 2020-03-31 11:43:28 -05:00
Karl Fischer da971031ea
onesixtyone: init at unstable-2019-12-26 2020-03-31 17:50:18 +02:00
Timo Kaufmann c6590b2063
Merge pull request #82259 from doronbehar/package-liberio
liberio: init at unstable-2019-12-11
2020-03-31 15:42:46 +00:00
Timo Kaufmann 83fd89945d
Merge pull request #79661 from luc65r/pkg/cemu
cemu: init at 1.3
2020-03-31 15:17:33 +00:00
Timo Kaufmann 3bd7fc2800
Merge pull request #80752 from doronbehar/improve-abcde
abcde: use python3 eyeD3
2020-03-31 15:03:57 +00:00
Timo Kaufmann aaa8a8bcf9
Merge pull request #81007 from dawidsowa/thinkpad
thinkpad-scripts: init at 4.12.0
2020-03-31 15:02:35 +00:00
Timo Kaufmann da0fc069c3
Merge pull request #82003 from ymeister/master
alsaequal: init at 0.6
2020-03-31 14:56:56 +00:00
Timo Kaufmann aa304bb398
Merge pull request #83795 from risicle/ris-nghttp2-python
nghttp2: add python bindings as pythonPackages.nghttp2
2020-03-31 14:27:04 +00:00
Timo Kaufmann 24ead6996c
Merge pull request #75129 from ryneeverett/legit-init
legit: init at 1.2.0
2020-03-31 14:22:31 +00:00
sternenseemann db9a868fe6 uberwriter: renamed to apostrophe
* update 2020-01-24 -> 2020-03-29
* reflect change of name and main repository
2020-03-31 15:08:25 +02:00
Jörg Thalheim 5112c97730
Merge pull request #83441 from lsix/update-khronos-ocl-icd-loader
khronos-ocl-icd-loader: 6c03f8b -> 2020.03.13
2020-03-31 12:40:56 +01:00
Jörg Thalheim 5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00
Oleksii Filonenko 40d5a07ebe sozu: init at 0.11.46 2020-03-31 11:48:10 +03:00
Cole Mickens ad65f60099 pythonPackages.alarmdecoder: init at v1.13.9 2020-03-31 07:46:44 +00:00
Michele Guerini Rocco 9cc3372256
Merge pull request #82082 from OmnipotentEntity/katago-init
katago: init at 1.3.5
2020-03-31 09:41:02 +02:00
Evgenii Akentev 902dbdda4f Add shortenPerlShebang for starman on darwin 2020-03-31 11:59:20 +05:00
Michael Reilly dc3a76ae0a katago: init at 1.3.5 2020-03-31 01:49:11 -04:00
Jan Tojnar 1be7664496
ntdb: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
* switch to wafHook
* move build tools to nativeBuildInputs
2020-03-31 05:20:26 +02:00
Doron Behar 9435d3e9e5 pistol: init at 0.0.4 2020-03-30 20:18:12 -07:00
Jan Tojnar 4cfdc7af53
ldb: 1.3.3 → 2.1.1
* Move build tools to nativeBuildInputs
* Switch to Python 3 as it is required by most Samba libraries
* Do not yet enable the experimental lmdb backend introduced in 1.4.0

Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4e2eb5660a11cea215d39495844aa76ffb5a1a2e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=3eecdbcc38dbe084b285c9720443d819304f7b97
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=b7f0ee93f58e663bb8fc0b39985aa49b254582d9
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bdbb9422c0430d74c3173822257e23a9dfb2713e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=340cb9ca97bc2a23f102f80897a8d8f4809f0072
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=de3bb5cd5236565f2b79644d99e55d03b254b65e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=09d281d69b668a71e4457889bb5e949414a664fb
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=81648d576d56e924945b2214ac12ca6a40679db8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=86d480ade25953a175b0837667ce5efb8b7e65df
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=80bd467affbda1d962f4deb3caa8a42c6531425d
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bc0d16c9d8eacd254552ff28726a2ba5f2a1c8c0
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=c37b94fd0a7b24df93b664ad4c2d197c516c9dce
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=79460b1b9f3452d6d68014b84f4a9dc3988bd916
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=0ca46a37268c8219192abc3ab5f2546a02ed8862
2020-03-31 05:16:10 +02:00
Matt Snider c015badaa2 python3Packages.openwrt-luci-rpc: init at 1.1.2 2020-03-30 20:10:58 -07:00
Jan Tojnar 2ef17b38fb
tevent: 0.9.37 → 0.10.2
* Now requires Python 3
* Which was also coincidentally required to fix build (https://github.com/NixOS/nixpkgs/issues/82489)
* Also switch to wafhook

Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=1c73f38633ce40bcf19775fbeaf5e3baacdba9ab
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=db58a50296041ca57675daee15caea8850f1d3f8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=6f2278018436184785e19f69efc60ec408b14aa7
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=123267138e993c6a87990c0022e89f4970c0ac12
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4aea5c0972de53c143530cc42ef6d3b8cfafb973
2020-03-31 04:51:58 +02:00
Ben Darwin 4aaa18b64b python3Packages.dcmstack: init at 0.8 2020-03-30 18:01:07 -07:00
Jonathan Ringer 915d58ba7c python3Packages.subunit: fix build and add tests 2020-03-30 16:54:40 -07:00
Cole Mickens 53dc9d6751 pythonPackages.roku: init at v4.1 2020-03-30 21:22:36 +00:00
Anderson Torres b310f564c2
Merge pull request #80788 from DerGuteMoritz/babashka
babashka: init at 0.0.71
2020-03-30 17:44:40 -03:00
Marek Mahut 8b018a3fd4
Merge pull request #83273 from mmahut/dnscontrol
dnscontrol: init at 3.0.0
2020-03-30 21:40:51 +02:00
Dmitry Kalinkin 76b1875a40
Merge pull request #77777 from KoviRobi/rosie-init-at-unstable-2020-01-11
Rosie init at unstable 2020-01-11
2020-03-30 15:34:51 -04:00
John Ericson 35ac8ba492
Merge pull request #83518 from obsidiansystems/add-tensorflow-2
python.pkgs.{tensorflow,tensorflow-estimator,tensorflow-tensorboard}-2: Init at 2.0.0
2020-03-30 13:40:43 -04:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Frederik Rietdijk c392d70518 pkgsStatic.python3: fix build 2020-03-30 17:06:38 +02:00
John Ericson 1fa310549c Merge remote-tracking branch 'upstream/master' into add-tensorflow-2 2020-03-30 13:59:16 +00:00
Timo Kaufmann a730888ce0 python.pkgs.tensorflow{,-bin,-estimator,-tensorboard}-2: Init at 2.1.0
Major breaking change from 1.x, so treating keeping both versions for now.

(adapted from 33f11be707)
(adapted from 9e8dea7986)
2020-03-30 13:58:28 +00:00
Robin Gloster d6fa642608
Merge pull request #81161 from wedens/libvirt-6.0.0
libvirt: 5.4.0 -> 6.1.0
2020-03-30 13:19:00 +00:00
John Ericson d4de62dedd bazel_0_29: init at 0.29.1
Needed for Tensorflow 2.1
2020-03-30 04:30:40 +00:00
Benjamin Hipple 504579f371
Merge pull request #83128 from michojel/ffado-2.4.2
ffado: 2.4.1 -> 2.4.2
2020-03-29 23:19:17 -04:00
Josef Kemetmüller 99a310e566
klayout: init at 0.26.2 (#73941) 2020-03-29 20:20:41 -04:00
luc65r 8edd400bfb
rofi-calc: init at 1.6 (#83136)
Also:
* maintainers: add albakhamj
* maintainers: add luc65r
* rofi: add plugins argument to wrapper

Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
2020-03-30 01:18:56 +02:00
Robert Scott 959e9244d9 nghttp2: add python bindings as pythonPackages.nghttp2
it's tricky to enable in nghttp2's default build, however, because it needs
to be usable by curl, a very core nix package, and we get cyclical
dependencies if we add python to its requirements. having it available as
a separate build is better than nothing, though.
2020-03-29 22:32:26 +01:00
Philipp Middendorf 35035a543c xow: init at 0.2 2020-03-30 00:16:21 +03:00
Florian Klink 855a12eacf Revert "make-tarball.nix: Restore the 'commit' field in packages.json"
This reverts commit 5e8545e723.

It breaks eval:

attribute 'rev' missing, at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/top-level/make-tarball.nix:106:39
2020-03-29 20:57:50 +02:00
Rostislav Benes f0a6dfcbdf alsa-topology-conf: init at 1.2.2 2020-03-29 20:34:06 +02:00
Rostislav Benes 4acda90e5a alsa-ucm-conf: init at 1.2.2 2020-03-29 20:34:06 +02:00
Eelco Dolstra 5e8545e723
make-tarball.nix: Restore the 'commit' field in packages.json
Also change incorrect 'revision' to 'rev' in the default value for
'nixpkgs' in release.nix.

Fixes https://github.com/NixOS/nixos-homepage/issues/372.
2020-03-29 20:16:07 +02:00
Eelco Dolstra 4e554ad1bc
make-tarball.nix: Strip source directory from packages.json
https://github.com/NixOS/nixos-homepage/issues/372
2020-03-29 20:02:44 +02:00
Jörg Thalheim 62aa36720c
Merge pull request #76420 from babariviere/flutter-init
flutter: init 1.12.13+hotfix.8
2020-03-29 14:21:40 +01:00
Jörg Thalheim 10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
Jörg Thalheim d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Rakesh Gupta 95e15a991a pythonPackages.variants: init at 0.2.0 2020-03-29 14:24:08 +02:00
Fabian Möller 2346014aae bgpq3: init at 0.1.35 2020-03-29 14:12:36 +02:00
José Romildo Malaquias 264365247f iconpack-jade: init at 1.22 2020-03-29 14:09:33 +02:00
Jörg Thalheim 0c3759abdf
parallel-rust: remove
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Orivej Desh 30dc230997
avldrums-lv2: alias to x42-avldrums (#83665)
Fixes #83649
2020-03-29 10:22:55 +00:00
Elis Hirwing cb1dd640ff
phpPackages.exts: Drop uneeded extensions 2020-03-29 11:07:03 +02:00
Peter Hoeg 4e3d5eb1f7
Merge pull request #75697 from georgewhewell/add-kodi-gbm
kodi: add option for GBM backend
2020-03-29 13:49:23 +08:00
Jörg Thalheim fd708a3fe0
Merge pull request #83638 from veprbl/pr/higan_darwin_fix
higan: fix darwin build
2020-03-29 06:42:33 +01:00
Dmitry Kalinkin 4c931a8217
higan: fix darwin build 2020-03-28 21:48:56 -04:00
Jan Tojnar fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Graham Christensen 4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
Maximilian Bosch bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].

The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.

Basically, the following steps are needed:

* Upgrade to a non-breaking version of Hydra with the db-changes
  (columns are still nullable here). If `system.stateVersion` is set to
  something older than 20.03, the package will be selected
  automatically, otherwise `pkgs.hydra-migration` needs to be used.

* Run `hydra-backfill-ids` on the server.

* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
  `pkgs.hydra-flakes` (for flakes-support) to activate the optimization.

The steps are also documented in the release-notes and in the module
using `warnings`.

`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.

To verify the approach, a simple vm-test has been added which verifies
the migration steps.

[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
Dmitry Kalinkin 97530e119f
Merge pull request #83469 from veprbl/pr/mame_darwin_fix
mame: add darwin support
2020-03-28 18:24:43 -04:00
worldofpeace d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
Maximilian Bosch b938ab99e0
vorta: init at 0.6.24
Simple QT5-based desktop client[1] for `borgbackup`[2].

[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
Maximilian Bosch 74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Niklas Hambüchen 6375517419
Merge pull request #83594 from bhipple/f/aliases
aliases.nix: add aliases for removed torch packages
2020-03-28 16:07:10 +01:00
Orivej Desh ce1695ace7 midicsv: init at 1.1 2020-03-28 14:43:03 +00:00
Benjamin Hipple a80ed9f72a aliases.nix: add aliases for removed torch packages
We've removed the abandoned and broken torch project as part of https://github.com/NixOS/nixpkgs/issues/71888

This commit adds aliases for:

- https://github.com/NixOS/nixpkgs/pull/81173
- https://github.com/NixOS/nixpkgs/pull/83568
2020-03-28 09:54:59 -04:00
Elis Hirwing f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing 362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Orivej Desh 06313ad0c4 zita-ajbridge: init at 0.8.2 2020-03-28 12:59:56 +00:00
Michael Raskin 05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Robin Gloster d4f08ee383
Merge pull request #83452 from prusnak/slack
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Jaakko Luttinen 8b2abbbcb5
linphone: 3.12.0 -> unstable-2020-03-06 2020-03-28 12:49:50 +02:00
Jaakko Luttinen 1e51592037
liblinphone: init at unstable-2020-03-20 2020-03-28 12:49:49 +02:00
Jaakko Luttinen dcf2f1186a
lime: init at 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen 3125cc6707
soci: init at 4.0.0 2020-03-28 11:25:28 +02:00
Cole Mickens 4366b198d7 pythonPackages.bravia-tv: init at 1.0.1 2020-03-28 08:08:36 +00:00
Jörg Thalheim 774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Jörg Thalheim dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
worldofpeace 2b1f4f314e
Merge pull request #83568 from bhipple/rm/torch
treewide: remove torch and related packages
2020-03-28 01:40:35 -04:00
Dmitry Kalinkin 0df2d9f900 bluejeans: 1.36.9 -> 2.1.0 2020-03-28 01:07:49 -04:00
Jörg Thalheim 5f8bf63a3b
Revert "zita-ajbridge: init at 0.8.2"
This reverts commit 6cf0bc1b5f.

This breaks evaluation:
cc @orivej
2020-03-28 04:55:32 +00:00
Orivej Desh 6cf0bc1b5f zita-ajbridge: init at 0.8.2 2020-03-28 04:37:39 +00:00
Orivej Desh d80adaaf17 pianobooster: 0.6.4b -> 0.7.2b 2020-03-28 04:29:40 +00:00
Andreas Rammhold 6c7b2ac58e pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator
package.

(cherry picked from commit c539f937c5)
2020-03-28 03:05:54 +00:00
Benjamin Hipple 698ec44e74 treewide: remove torch and related packages
See #71888 for details.
2020-03-27 22:32:35 -04:00
Jörg Thalheim 0d0a9776a2
python3.pkgs.pycognito: init at 0.1.2 2020-03-28 02:29:59 +00:00
Jörg Thalheim 49e252a46c
python3.pkgs.ciso8601: init at 2.1.3 2020-03-28 02:29:58 +00:00
Orivej Desh 0dae508978 x42-gmsynth: init at 0.4.1 2020-03-27 23:58:13 +00:00
Orivej Desh 8a43a2818a x42-avldrums: init at 0.4.1 2020-03-27 23:58:10 +00:00
Orivej Desh 14753000ed x42-autotune: remove
It is a part of x42-plugins (under the name of x42-fat1).
2020-03-27 23:57:42 +00:00
Orivej Desh 2f826a6705 x42-autotune: init at 0.6.1 2020-03-27 22:58:18 +00:00
Bastien Rivière d037e64ef6
flutter: init 1.12.13+hotfix.8
flutter: add beta and dev channels

flutter: artifacts are now downloaded in $HOME/.cache/flutter

flutter: remove all artifacts from flutter

flutter: fix lockfile path

flutter: fix pub_cache

flutter: fix flutter_tools/.packages pointing to /build

flutter: clean patches

flutter: fix write error on .cache/flutter/lockfile

flutter: add zlib as a dependency

flutter: add missing dependencies

flutter: fix flutter version

flutter: update versions + dependencies
2020-03-27 23:21:06 +01:00
Ben Darwin 17611f14c2 python3Packages.dipy: init at 1.1.1 2020-03-27 14:43:56 -07:00
Orivej Desh b8bcf8cb4f zita-at1: init at 0.6.2 2020-03-27 21:18:05 +00:00
Andreas Wiese f0f6527e97 matrix-dl: init at (unstable-)2019-09-22 2020-03-27 21:44:26 +01:00
Peter Simons 1d963cde66
Merge pull request #83164 from NixOS/haskell-updates
Update Haskell package set to LTS 15.5 (plus other fixes)
2020-03-27 21:31:27 +01:00
Drew Risinger 1b87322620 pythonPackages.qiskit-aer: init at 0.4.1
Qiskit Aer - High performance simulators for Qiskit.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-03-27 13:15:54 -07:00
Andrew Childs 3c7ef6bcd8 ghc: 8.6.3-binary -> 8.6.5-binary 2020-03-27 20:54:27 +01:00
Jason Miller 4234ef550c vimacs: init at 2016-03-24 2020-03-27 14:39:22 -04:00
Dmitry Kalinkin 39921bd43b
mame: add darwin support 2020-03-27 14:30:38 -04:00
Constantine Glen Evans 59fbc7acba gwyddion: 2.48 -> 2.55 (and add options)
Gwyddion has a large number of optional dependencies. In this update,
those dependencies have been added with options set mostly to true,
and an option (default false) for working Python 2.7 support in the
program and in Python has been added. I have also added myself as a
maintainer as no maintainer is currently set.
2020-03-27 10:56:00 -07:00
Tony Olagbaiye ab84ce815d python3Packages.libfdt: fix python build 2020-03-27 10:34:11 -07:00
Marek Mahut 9a43587998
slack-dark: alias to slack 2020-03-27 14:45:53 +01:00
Michele Guerini Rocco 4a3f9aced7
Merge pull request #82692 from doronbehar/package-sacd
sacd: init at 19.7.16.37
2020-03-27 11:43:54 +01:00
Doron Behar 5930c2f02c sacd: init at 19.7.16.37 2020-03-27 13:40:41 +03:00
Christoph Neidahl 81d0e3d056 cheesecutter: init at unstable-2019-12-06 2020-03-27 01:40:56 -07:00
Christoph Neidahl 2a846e9c38 acme: init at 120 2020-03-27 01:40:56 -07:00
Steve Jones 28aa914b1e qmidiarp: init at 0.6.5 2020-03-27 01:34:44 -07:00
Dmitry Kalinkin fa73723305
perlPackages.CPAN: fix patch download
Fixes: 153b0db9 ('perlPackages.CPAN: apply patch to fix changed YAML module default')
Closes: #81480
2020-03-27 04:04:53 -04:00
Doron Behar aa44c23c7a connman: reverse order of build flavors declaration 2020-03-27 10:43:51 +03:00
Doron Behar 3b89674dc3 connman: declare build flavors idiomaticly
Use tesseract as a source for inspiration - rename default.nix ->
connman.nix and declare build flavors in default.nix .
2020-03-27 10:43:51 +03:00
Doron Behar cdc20ac30e connman: Fix comments after @erikarvstedt's comments 2020-03-27 10:43:51 +03:00
Doron Behar ce502a41eb connman: Add 2 more build flavors 2020-03-27 10:43:51 +03:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Benjamin Hipple f5ffd143d6 python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.
2020-03-26 22:14:13 -07:00
Orivej Desh 3e47a6e50a nootka: init at 1.4.7, init unstable at 1.7.0-beta1 2020-03-26 23:36:29 +00:00
Orivej Desh ed5d0ed4c6 tony: init at 2.1.1 2020-03-26 22:34:47 +00:00
Orivej Desh ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Matthew Bauer cc7fec170b andyetitmoves: make unconditional
This should never be null - the meta.platforms gives us an assertion.
2020-03-26 17:32:25 -04:00
Matthieu Coudron ede6944f4f
Merge pull request #83389 from jonringer/add-xdg
python3Packages.xdg: init at 4.0.1
2020-03-26 20:09:45 +01:00
Lancelot SIX 8bbea171d9
opencl-headers: 2.2 -> 2020.03.13
The KhronosGroup released a first tag in the reference repository for
headers.

See
https://github.com/KhronosGroup/OpenCL-Headers/releases/tag/v2020.03.13
2020-03-26 19:26:26 +01:00
Drew Risinger 532e0890b4 pythonPackages.qiskit-ibmq-provider: init at 0.4.5
Qiskit Provider for accessing the quantum devices and simulators at IBMQ.

Requirement of qiskit package.
2020-03-26 10:38:27 -07:00
Maximilian Bosch 90dcc33603
Merge pull request #40082 from jarjee/update/mongodb
mongodb: 3.4.10 -> 4.0.12
2020-03-26 18:15:09 +01:00
Ryan Mulligan c09f2cce68
Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0
inconsolata-nerdfont: init at 2.0.0
2020-03-26 09:30:45 -07:00
Niklas Hambüchen 0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Nathan Smyth 165d8bda82
mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11 2020-03-26 14:02:49 +01:00
Nathan Smyth 97c4dff158
mongodb: split packages to expose 3.4, 3.6 and 4.0 2020-03-26 14:02:48 +01:00
Maximilian Bosch 89bcf4b7e2
Merge pull request #82353 from Ma27/nextcloud-upgrade-path
nixos/nextcloud: fix upgrade path from 19.09 to 20.03
2020-03-26 11:00:23 +01:00
Jörg Thalheim 461784ffe4
Merge pull request #83373 from bbigras/pixiecore
pixiecore: init at 2020-03-25
2020-03-26 08:09:30 +00:00
Bruno Bigras 78fbe7dba6 pixiecore: init at 2020-03-25
Co-authored-by: raunovv <rauno@oyenetwork.com>
2020-03-26 00:50:29 -04:00
Mario Rodas bc79701a3c
Merge pull request #83333 from marsam/update-wal-g
wal-g: 0.2.14 -> 0.2.15
2020-03-25 20:29:49 -05:00
Dmitry Kudriavtsev e882dfe91f hercules: init at 3.13 2020-03-25 17:52:23 -07:00
Jonathan Ringer 44df87416d python3Packages.xdg: init at 4.0.1 2020-03-25 17:11:45 -07:00
Aaron Andersen a15e0daf99
Merge pull request #80035 from dtzWill/update/stretchly-0.21.1-electron7-simplify
stretchly: 0.21.0 -> 0.21.1, use system electron, simplify
2020-03-25 19:26:31 -04:00
Maximilian Bosch 702f645aa8
nixos/nextcloud: implement a safe upgrade-path between 19.09 and 20.03
It's impossible to move two major-versions forward when upgrading
Nextcloud. This is an issue when comming from 19.09 (using Nextcloud 16)
and trying to upgrade to 20.03 (using Nextcloud 18 by default).

This patch implements the measurements discussed in #82056 and #82353 to
improve the update process and to circumvent similar issues in the
future:

* `pkgs.nextcloud` has been removed in favor of versioned attributes
  (currently `pkgs.nextcloud17` and `pkgs.nextcloud18`). With that
  approach we can safely backport major-releases in the future to
  simplify those upgrade-paths and we can select one of the
  major-releases as default depending on the configuration (helpful to
  decide whether e.g. `pkgs.nextcloud17` or `pkgs.nextcloud18` should be
  used on 20.03 and `master` atm).

* If `system.stateVersion` is older than `20.03`, `nextcloud17` will be
  used (which is one major-release behind v16 from 19.09). When using a
  package older than the latest major-release available (currently v18),
  the evaluation will cause a warning which describes the issue and
  suggests next steps.

  To make those package-selections easier, a new option to define the
  package to be used for the service (namely
  `services.nextcloud.package`) was introduced.

* If `pkgs.nextcloud` exists (e.g. due to an overlay which was used to
  provide more recent Nextcloud versions on older NixOS-releases), an
  evaluation error will be thrown by default: this is to make sure that
  `services.nextcloud.package` doesn't use an older version by accident
  after checking the state-version. If `pkgs.nextcloud` is added
  manually, it needs to be declared explicitly in
  `services.nextcloud.package`.

* The `nixos/nextcloud`-documentation contains a
  "Maintainer information"-chapter  which describes how to roll out new
  Nextcloud releases and how to deal with old (and probably unsafe)
  versions.

Closes #82056
2020-03-25 22:07:29 +01:00
Michael Lingelbach a0b992fdf8 tensorflow: 1.15.0 -> 1.15.1
* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1

(cherry picked from commit 34296980d1)
2020-03-25 16:42:27 +00:00
Andreas Rammhold d7673d7889 bazel_0: init at 0.26.0
(cherry picked from commit 1c0de27df3)
2020-03-25 11:32:39 -04:00
Michael Lingelbach 3fab55793d Add bazel 1.2.1
(cherry picked from commit 1c4f22a5da)
2020-03-25 11:27:14 -04:00
Doron Behar 75c90d3fc7 liberio: init at unstable-2019-12-11 2020-03-25 15:16:54 +02:00
Mario Rodas 5ce4be4536
Merge pull request #81621 from marsam/update-scrapy
pythonPackages.scrapy: 1.8.0 -> 2.0.0
2020-03-25 07:22:43 -05:00
peelz c79b04a9a5 rmtrash: init at 1.13 2020-03-24 19:01:31 -07:00
Benjamin Hipple fcbc4151d4
Merge pull request #82622 from lopsided98/opentx-update
opentx: 2.2.1 -> 2.3.5, fix build
2020-03-24 20:37:13 -04:00
Jan Beinke 504fe636f2 python3Packages.pymumble: init at 0.3.1 2020-03-24 14:33:49 -07:00
Pascal Bach b70d749db8 python.pkgs.bacpypes: init at 0.18.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-03-24 12:36:46 -07:00
Dmitry Kalinkin 1ca3c56542 remove pythonPackages.pyhepmc
pythonPackages.hepmc3 should cover this functionality
2020-03-24 12:32:55 -07:00
Dmitry Kalinkin 61bc9e12a4 hepmc3: add python support 2020-03-24 12:32:55 -07:00
Millian Poquet 487bb6c32c python3Packages.pytest-html: init at 2.1.0 2020-03-24 12:24:49 -07:00
Millian Poquet ebed789ad4 pythonPackages.pytest-metadata: init at 1.8.0 2020-03-24 12:24:49 -07:00
Marek Fajkus 6231406535
zasm: Init at 4.2.6 2020-03-24 18:29:53 +01:00
Eelco Dolstra d6ec410a47
Add packages.json to the tarball job
Moved from nixos-homepage.
2020-03-24 16:42:00 +01:00
puzzlewolf 5016a7612a grandorgue: init at 0.3.1-r2333 2020-03-24 14:36:15 +01:00
Marek Mahut 1452e4acb7
Merge pull request #83135 from mmahut/tessera
tessera: init at 0.10.2
2020-03-24 13:19:46 +01:00
Marek Mahut 3f5fd762de dnscontrol: init at 3.0.0. 2020-03-24 11:12:31 +01:00
Mario Rodas 237a07a7d5
wal-g: 0.2.14 -> 0.2.15
Changelog: https://github.com/wal-g/wal-g/releases/tag/v0.2.15
2020-03-24 04:20:00 -05:00
Tor Hedin Brønner dcd3c2a52e
weston: use pipewire_0_2
Still haven't migrated to pipewire-0.3.
2020-03-24 07:11:17 +01:00
Tor Hedin Brønner aef3860211
libcroco: remove as it's no longer used
librsvg and gnome-shell was the only derivations needing libcroco. Both
of them have now dropped it as a dependency, so we can stop carrying it.
2020-03-24 07:11:03 +01:00
Tor Hedin Brønner 9220264fbc
vala_0_48: init at 0.48.1 2020-03-24 07:11:00 +01:00
Tor Hedin Brønner 2338b394da
pipewire: Add back 0.2.7 2020-03-24 07:06:57 +01:00
Tor Hedin Brønner 4ee2aac075
spidermonkey_68: init at 68.4.2
mostly copied over

- now uses python3

https://mail.gnome.org/archives/distributor-list/2020-February/msg00000.html
2020-03-24 07:06:55 +01:00
Aneesh Agrawal d81848e7ca as31: remove
I don't use this anymore and it's fairly obscure;
I don't think anyone else uses it, so remove it.
2020-03-24 01:20:23 -04:00
Jan Tojnar 986fbf4799
Merge branch 'staging-next' into staging 2020-03-24 01:51:55 +01:00
worldofpeace 3a6d2f7d30
Merge pull request #81159 from c00w/some_go_112_drop
[go] Undo some 1.12 overrides that now build with 1.13
2020-03-23 17:34:58 -04:00
Aaron Andersen 68a963fc70
Merge pull request #82189 from stigtsp/package/perl-mojo-pg-init
perlPackages.MojoPg: init at 4.18
2020-03-23 16:44:04 -04:00
worldofpeace 01fc385d4a
Merge pull request #82289 from lovesegfault/passh-2020-03-10
passh: init at 2020-03-18
2020-03-23 16:23:14 -04:00
worldofpeace 37c62efad5
Merge pull request #81028 from mkg20001/ssh-import-id
ssh-import-id: init at 5.8
2020-03-23 15:50:54 -04:00
LightDiscord 29e6e32ef9
pdf-parser: init at 0.7.4 2020-03-23 20:45:51 +01:00
Jan Beinke ca3e516e38 python3Packages.opuslib: init at 3.0.3 2020-03-23 10:33:30 -07:00
Phil Scott 664c6e273d keeperrl: init at alpha28 2020-03-23 10:05:13 -07:00
Matthias Beyer f24538c570
xmage: init at 1.4.42V6 (#82655)
xmage: init at 1.4.42V6
2020-03-23 09:55:30 -07:00
Jan Tojnar 7d9e3877e1
Merge pull request #81924 from bachp/samba-4.12.0
samba: 4.11.5 -> 4.12.0
2020-03-23 15:26:39 +01:00
Vincent Laporte dd6d785d38 ocamlPackages.graphics: init at 5.1.0 for OCaml ≥ 4.09 2020-03-23 09:12:50 +01:00
Vincent Laporte 0229936bbe buildDunePackage: add a “useDune2” option 2020-03-23 09:12:50 +01:00
Lancelot SIX 2a5a719930 pythonPackages.django_1_8: drop
This version is heavily outdated and is not required anymore.

Closes #52679
2020-03-22 22:47:53 -07:00
Lancelot SIX d98fec6bd9 ptyhonPackages.django_tagging_0_4_3: drop 2020-03-22 22:47:53 -07:00
Lancelot SIX 0e6e3ddb2d pythonPackages.graphitepager: drop
This module is python2 only. Upstream repo does not exist in github
anymore (returns 404), so it is safer to drop it in nixpkgs.
2020-03-22 22:47:53 -07:00
Orivej Desh f4c15495a6 libinstpatch: init at 1.1.3 2020-03-23 02:54:49 +00:00
Orivej Desh 1b89aa3f7a Merge branch 'master' into staging 2020-03-23 00:53:16 +00:00
Orivej Desh e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Colin L Rice ac1336120f treewide Drop unneeded go 1.12 overrides 2020-03-22 18:06:25 -04:00
Robert Hensing 4580564d4a
Merge pull request #83124 from gnprice/pr-python39full
python39Full: fix to use Python 3.9 rather than 3.8
2020-03-22 18:12:41 +01:00
Niklas Hambüchen 3e60781f53 pythonPackages.patch-ng: Init at 1.17.2.
Newer versions of `conan` need it.

Adding @HaoZeke as maintainer (is Conan maintainer).
2020-03-22 16:33:40 +01:00
Dmitry Kalinkin 54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00
Aleksey Uimanov a01e8b740e qxmledit: init at 0.9.15 2020-03-22 20:01:49 +05:00
Daiderd Jordan ce12576dd0
Merge pull request #83079 from LnL7/darwin-gotools
gotools: fix darwin build
2020-03-22 14:41:16 +01:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Marek Mahut e8cfb12f46 tessera: init at 0.10.2 2020-03-22 13:22:14 +01:00
Michal Minář bb317ecbc6 ffado: 2.4.1 -> 2.4.2
- fixed ffado-diag
- fixed ffado-mixer
- enabled ffado-test

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-03-22 11:55:57 +01:00
Michele Guerini Rocco bb9cf0f369
Merge pull request #83115 from rnhmjoj/monero
monero-gui: 0.15.0.1 -> 0.15.0.4
2020-03-22 09:14:21 +01:00
Dmitry Kalinkin 7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Greg Price c93acee712 python39Full: fix to use Python 3.9 rather than 3.8
Looks like this was a typo when python39 was added in 648152fdb.
2020-03-21 23:48:45 -07:00
Matthew Bauer b94300945a
Merge pull request #75940 from davidtwco/wooting-init
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Jan Tojnar d951c534da
Merge pull request #82274 from jtojnar/suitesparese-5.6
suitesparse: 5.4.0 → 5.7.1 + clean up
2020-03-22 06:58:25 +01:00
Matthew Bauer 81d84153c7
Merge pull request #82633 from kolbycrouch/master
retroarch: 1.8.1 -> 1.8.5
2020-03-21 23:49:01 -04:00
Matthew Bauer 293b16aae9 Merge remote-tracking branch 'origin/master' into retroarch-update 2020-03-21 23:01:45 -04:00
rnhmjoj ddabb09c35
monero: use a compatible protobuf version 2020-03-22 03:37:45 +01:00
Jan Tojnar cc73796779
Merge pull request #82699 from hedning/libnma
libnma: init at 1.8.28
2020-03-22 00:33:35 +01:00
Domen Kožar 1ff9d94f38
spring: it works! 2020-03-21 18:18:44 +01:00
Daiderd Jordan cb75c0f905
gotools: fix darwin build 2020-03-21 14:44:57 +01:00
Mario Rodas 7eb35cd144 prometheus-mikrotik-exporter: fix build on darwin 2020-03-21 06:28:00 -05:00
Mario Rodas f34fd0c37a prometheus-dnsmasq-exporter: fix build on darwin 2020-03-21 06:27:00 -05:00
Mario Rodas 47e436793b prometheus-varnish-exporter: fix build on darwin 2020-03-21 06:26:00 -05:00
Mario Rodas 8a51989af0 terraform-providers.elasticsearch: fix build on darwin 2020-03-21 06:25:00 -05:00
Mario Rodas d77fc69768 syncthing: fix build on darwin 2020-03-21 06:24:00 -05:00
Mario Rodas 428bb7d2b8 sensu-go-agent: fix build on darwin 2020-03-21 06:23:00 -05:00
Mario Rodas 78f00558e2 smimesign: fix build on darwin 2020-03-21 06:22:00 -05:00
Mario Rodas dba7b8e394 victoriametrics: fix build on darwin 2020-03-21 06:21:00 -05:00
Mario Rodas 3ee3f9a535 thanos: fix build on darwin 2020-03-21 06:20:00 -05:00
Mario Rodas c70cc016d7 mynewt-newt: fix build on darwin 2020-03-21 06:19:00 -05:00
Mario Rodas 7c096126c7 termshark: fix build on darwin 2020-03-21 06:18:00 -05:00
Mario Rodas 4e9e877ca3 minikube: fix build on darwin 2020-03-21 06:17:00 -05:00
Mario Rodas 074703a553 tflint: fix build on darwin 2020-03-21 06:16:00 -05:00
Mario Rodas e55240ee9a terracognita: fix build on darwin 2020-03-21 06:15:00 -05:00
Mario Rodas 8b8dff4cc9 jx: fix build on darwin 2020-03-21 06:14:00 -05:00
Mario Rodas 5ba0036271 reviewdog: fix build on darwin 2020-03-21 06:13:00 -05:00
Mario Rodas d7d95111bd zsh-history: fix build on darwin 2020-03-21 06:12:00 -05:00
Mario Rodas 306bc84748 gotify-server: fix build on darwin 2020-03-21 06:11:00 -05:00
Mario Rodas 17eed5e575 flyctl: fix build on darwin 2020-03-21 06:10:00 -05:00
Mario Rodas 28a71c8f59 yggdrasil: fix build on darwin 2020-03-21 06:09:00 -05:00
Mario Rodas 2d271bdd4c sops: fix build on darwin 2020-03-21 06:08:00 -05:00
Mario Rodas f729bd752f tendermint: fix build on darwin 2020-03-21 06:07:00 -05:00
Mario Rodas 4340337ea5 saml2aws: fix build on darwin 2020-03-21 06:06:00 -05:00
Mario Rodas dc68986142 obfs4: fix build on darwin 2020-03-21 06:05:00 -05:00
Mario Rodas 1565aabb5e nebula: fix build on darwin 2020-03-21 06:04:00 -05:00
Mario Rodas 83b6e5b565 shadowfox: fix build on darwin 2020-03-21 06:03:00 -05:00
Mario Rodas 771cf05ac6 qbec: fix build on darwin 2020-03-21 06:02:00 -05:00
Mario Rodas 37087c1550 prow: fix build on darwin 2020-03-21 06:01:00 -05:00
Mario Rodas 622494d85d helmfile: fix build on darwin 2020-03-21 06:00:00 -05:00
Mario Rodas 7a84da8ac8 shiori: fix build on darwin 2020-03-21 05:59:00 -05:00
Mario Rodas b11d54582d pgmetrics: fix build on darwin 2020-03-21 05:58:00 -05:00
Mario Rodas 4bf3a0de2e pgcenter: fix build on darwin 2020-03-21 05:57:00 -05:00
Mario Rodas 0c25c3fd13 mutagen: fix build on darwin 2020-03-21 05:56:00 -05:00
Mario Rodas f3c3ecae33 prototol: fix build on darwin 2020-03-21 05:55:00 -05:00
Mario Rodas 42b14764ab pet: fix build on darwin 2020-03-21 05:54:00 -05:00
Mario Rodas fda0e24e58 websocketd: fix build on darwin 2020-03-21 05:53:00 -05:00
Mario Rodas 0acc5e11b2 wtf: fix build on darwin 2020-03-21 05:52:00 -05:00
Mario Rodas ce9ac41017 protoc-gen-doc: fix build on darwin 2020-03-21 05:51:00 -05:00
Mario Rodas dba5b006e2 proto-contrib: fix build on darwin 2020-03-21 05:50:00 -05:00
Mario Rodas b6b516f7cf todoist: fix build on darwin 2020-03-21 05:49:00 -05:00
Mario Rodas 7d3eb98d62 mtail: fix build on darwin 2020-03-21 05:48:00 -05:00
Mario Rodas ee2bda2119 mod: fix build on darwin 2020-03-21 05:47:00 -05:00
Mario Rodas e0757cf88a mkcert: fix build on darwin 2020-03-21 05:46:00 -05:00
Mario Rodas 3c1c304c7a minio: fix build on darwin 2020-03-21 05:45:00 -05:00
Mario Rodas 5b83d95f2f minio-client: fix build on darwin 2020-03-21 05:44:00 -05:00
Mario Rodas 1bd77eb9b0 matterbridge: fix build on darwin 2020-03-21 05:43:00 -05:00
Mario Rodas 6e973c66a0 minify: fix build on darwin 2020-03-21 05:42:00 -05:00
Mario Rodas b85ea94504 mautrix-whatsapp: fix build on darwin 2020-03-21 05:41:00 -05:00
Mario Rodas d6950431b7 lnd: fix build on darwin 2020-03-21 05:40:00 -05:00
Mario Rodas 55fa7fd585 linkerd: fix build on darwin 2020-03-21 05:39:00 -05:00
Mario Rodas e52210e014 kustomize: fix build on darwin 2020-03-21 05:38:00 -05:00
Mario Rodas cd50659071 lego: fix build on darwin 2020-03-21 05:37:00 -05:00
Mario Rodas 3772f50fc6 kubeseal: fix build on darwin 2020-03-21 05:36:00 -05:00
Mario Rodas 8e2dd1164f kubernetes-helm: fix build on darwin 2020-03-21 05:35:00 -05:00
Mario Rodas 378de230c1 kepubify: fix build on darwin 2020-03-21 05:34:00 -05:00
Mario Rodas dabed704c5 kubeval: fix build on darwin 2020-03-21 05:33:00 -05:00
Mario Rodas 6e26c88a24 kubeprompt: fix build on darwin 2020-03-21 05:32:00 -05:00
Mario Rodas c47833f379 k9s: fix build on darwin 2020-03-21 05:31:00 -05:00
Mario Rodas a39d49e990 kcli: fix build on darwin 2020-03-21 05:30:00 -05:00
Mario Rodas 618075428b joker: fix build on darwin 2020-03-21 05:29:00 -05:00
Mario Rodas 92da50afa8 ipfs: fix build on darwin 2020-03-21 05:28:00 -05:00
Mario Rodas 6852ecdcf5 ipfs-cluster: fix build on darwin 2020-03-21 05:27:00 -05:00
Mario Rodas ed310da737 imgproxy: fix build on darwin 2020-03-21 05:26:00 -05:00
Mario Rodas 2f022c86f2 gobuster: fix build on darwin 2020-03-21 05:20:00 -05:00
Mario Rodas 68705eee2e hydroxide: fix build on darwin 2020-03-21 05:19:00 -05:00
Mario Rodas 73cb29e6d9 glow: fix build on darwin 2020-03-21 05:18:00 -05:00
Mario Rodas 7faf44250d gomuks: fix build on darwin 2020-03-21 05:17:00 -05:00
Mario Rodas dbb3f260ca geoipupdate: fix build on darwin 2020-03-21 05:16:00 -05:00
Mario Rodas e0ce72f901 hetzner-kube: fix build on darwin 2020-03-21 05:15:00 -05:00
Mario Rodas 4c6e7e64a0 golangci-lint: fix build on darwin 2020-03-21 05:14:00 -05:00
Mario Rodas f68366f274 gobetween: fix build on darwin 2020-03-21 05:13:00 -05:00
Mario Rodas 069aff87e7 hugo: fix build on darwin 2020-03-21 05:12:00 -05:00
Mario Rodas c058bc936d go-ethereum: fix build on darwin 2020-03-21 05:11:00 -05:00
Mario Rodas 33f90726c3 gotify-cli: fix build on darwin 2020-03-21 05:10:00 -05:00
Mario Rodas 121bc52a52 hcloud: fix build on darwin 2020-03-21 05:09:00 -05:00
Mario Rodas 7e4f82ce7f hey: fix build on darwin 2020-03-21 05:08:00 -05:00
Mario Rodas cb8f82b836 gortr: fix build on darwin 2020-03-21 05:07:00 -05:00
Mario Rodas a8c36060b7 grpcui: fix build on darwin 2020-03-21 05:06:00 -05:00
Mario Rodas 26f5b0ed8f go-license-detector: fix build on darwin 2020-03-21 05:05:00 -05:00
Mario Rodas 4f8836ee99 iamy: fix build on darwin 2020-03-21 05:04:00 -05:00
Mario Rodas b139887056 frp: fix build on darwin 2020-03-21 05:03:00 -05:00
Mario Rodas c8359c42e0 fluxctl: fix build on darwin 2020-03-21 05:02:00 -05:00
Mario Rodas da93b5a367 eksctl: fix build on darwin 2020-03-21 05:01:00 -05:00
Mario Rodas 6552397b67 editorconfig-checker: fix build on darwin 2020-03-21 05:00:00 -05:00
Mario Rodas b49ca4818d fly: fix build on darwin 2020-03-21 04:59:00 -05:00
Mario Rodas ae47111f90 documize-community: fix build on darwin 2020-03-21 04:58:00 -05:00
Mario Rodas 5480f994e9 caddy2: fix build on darwin 2020-03-21 04:57:00 -05:00
Mario Rodas e260f4861c caddy: fix build on darwin 2020-03-21 04:56:00 -05:00
Mario Rodas ecec7dff61 echoip: fix build on darwin 2020-03-21 04:55:00 -05:00
Mario Rodas ee41c79c9a elvish: fix build on darwin 2020-03-21 04:54:00 -05:00
Mario Rodas a5a687734a drone-cli: fix build on darwin 2020-03-21 04:53:00 -05:00
Mario Rodas d557b441ac drone: fix build on darwin 2020-03-21 04:52:00 -05:00
Mario Rodas 282966fc4e cue: fix build on darwin 2020-03-21 04:51:00 -05:00
Mario Rodas 33454dafa2 argocd: fix build on darwin 2020-03-21 04:50:00 -05:00
Mario Rodas 5ea0235ba9 clash: fix build on darwin 2020-03-21 04:49:00 -05:00
Mario Rodas 59bc2841b4 dnsproxy: fix build on darwin 2020-03-21 04:48:00 -05:00
Mario Rodas 5b6342e8af corerad: fix build on darwin 2020-03-21 04:47:00 -05:00
Mario Rodas 36ae531bc2 coredns: fix build on darwin 2020-03-21 04:46:00 -05:00
Mario Rodas b47c4218bb clair: fix build on darwin 2020-03-21 04:45:00 -05:00
Mario Rodas 91aacecb69 berglas: fix build on darwin 2020-03-21 04:44:00 -05:00
Mario Rodas 1da05f29db awsweeper: fix build on darwin 2020-03-21 04:43:00 -05:00
Mario Rodas a35fcc1000 cassowary: fix build on darwin 2020-03-21 04:42:00 -05:00
Mario Rodas 9fe9b59757 certigo: fix build on darwin 2020-03-21 04:41:00 -05:00
Mario Rodas 86d19c4e32 chezmoi: fix build on darwin 2020-03-21 04:40:00 -05:00
Mario Rodas e50e48e9df azure-storage-azcopy: fix build on darwin 2020-03-21 04:39:00 -05:00
Mario Rodas f2dd2b8634 dolt: fix build on darwin 2020-03-21 04:38:00 -05:00
Mario Rodas 798569a534 aws-vault: fix build on darwin 2020-03-21 04:37:00 -05:00
Mario Rodas 203e2ca6f9 docui: fix build on darwin 2020-03-21 04:36:00 -05:00
Mario Rodas 028d53e996 packr: fix build on darwin 2020-03-21 04:35:00 -05:00
Mario Rodas 4a5a07a487 croc: fix build on darwin 2020-03-21 04:34:00 -05:00
Mario Rodas e00ccb36b8 circleci-cli: fix build on darwin 2020-03-21 04:33:00 -05:00
Mario Rodas a3a9f0387d dive: fix build on darwin 2020-03-21 04:32:00 -05:00
Mario Rodas 38be8fbe7f dbmate: fix build on darwin 2020-03-21 04:31:00 -05:00
Mario Rodas 48489b7e2c bazelisk: fix build on darwin 2020-03-21 04:30:00 -05:00
Mario Rodas e375bd2632 conftest: fix build on darwin 2020-03-21 04:29:00 -05:00
Mario Rodas acac27bbef ctop: fix build on darwin 2020-03-21 04:28:00 -05:00
Mario Rodas 6f95d105e0 exercism: fix build on darwin 2020-03-21 04:27:00 -05:00
Mario Rodas a963023e7b atlantis: fix build on darwin 2020-03-21 04:26:00 -05:00
Mario Rodas 64b130dd88 argo: fix build on darwin 2020-03-21 04:25:00 -05:00
Mario Rodas 4ca044eafc archiver: fix build on darwin 2020-03-21 04:24:00 -05:00
Mario Rodas 976a9ea16b go-tools: fix build on darwin 2020-03-21 04:23:00 -05:00
Mario Rodas 7e03d4416b act: fix build on darwin 2020-03-21 04:22:00 -05:00
Mario Rodas 7449323baf aerc: fix build on darwin 2020-03-21 04:21:00 -05:00
Mario Rodas 7db5054023 age: fix build on darwin 2020-03-21 04:20:00 -05:00
Michael Lingelbach 41b012907d nvidia-optical-flow-sdk: init at 79c6cee80a2df9a196f20afd6b598a9810964c32 2020-03-21 01:35:29 -07:00
Tor Hedin Brønner 2b77be7cd7
libnma: init at 1.8.28
Upstream have pulled out libnma from networkmanagerapplet.
2020-03-21 04:41:13 +01:00
Eric Dallo 3064aa7525
gnomeExtensions.draw-on-your-screen: init at 6 2020-03-20 21:49:59 -03:00
Dmitry Kalinkin 451196438c
Merge pull request #81170 from kampka/kops_1_16
kops_1_16: init at 1.16.0
2020-03-20 19:14:15 -04:00
Robert Kreuzer 9b931dc86a icepeak: use haskell.lib.justStaticExecutables
Also, add myself to the maintainers section for Haskell modules coming
from Hackage.
2020-03-20 21:07:56 +01:00
Robert Kreuzer 8aee4f4eeb icepeak: init at 0.7.2 2020-03-20 21:07:56 +01:00
Milan d1303f10e9
Merge pull request #70983 from jerith666/jdk-13
openjdk: 12.0.2 -> 13.0.2
2020-03-20 16:57:14 +01:00
Marek Mahut feff5202d2
Merge pull request #82406 from mmahut/quorum
quorum: init at 2.5.0
2020-03-20 16:22:50 +01:00
Francesco Zanini af7de69849 sane-airscan: init at 0.9.17 2020-03-20 15:03:59 +01:00
Matt McHenry 6ebf2d6b1b Merge remote-tracking branch 'channels/nixos-unstable' into jdk-13 2020-03-20 08:21:44 -04:00
Domen Kožar a28e401fd5
Merge branch 'master' into add/hashdeep-package 2020-03-20 11:51:25 +01:00
Drew Risinger f56a759f13 pythonPackages.pproxy: init at 2.3.2
Tunnels among remote servers using regex rules.
Requirement for pythonPackages.qiskit-ibmq-provider.
2020-03-19 21:49:22 -07:00
Josef Kemetmüller fbb273c5fe fenics: 2017.1.0 -> 2019.1.0
Fixes: NixOS/nixpkgs#75886
2020-03-19 21:48:27 -07:00
Ben Wolsieffer 569566d98b libgpiod: add support for Python bindings 2020-03-19 21:44:10 -07:00
Stig Palmquist 3aade16ff3 perlPackages.CryptSSLeay: 0.72 -> 0.73_06
dependencies:
perlPackages.BytesRandomSecure: init at 0.29
perlPackages.CryptRandomSeed: init at 0.03
perlPackages.CryptRandomTESHA2: init at 0.01
2020-03-19 18:12:38 -07:00
Aaron Andersen ebb7040d74
Merge pull request #82846 from aanderse/rsyslog
rsyslog: remove libksi from default build because it is broken
2020-03-19 19:07:07 -04:00
Lily Ballard 4ebc22781d psc-package: Stop using haskellPackages to build
Switch to the approach taken by
https://github.com/justinwoo/easy-purescript-nix/blob/master/psc-package-simple.nix

This downloads a prebuilt release and patches the linker paths. It
reduces the number of supported platforms, but ensures we're using the
official supported psc-package compiler. The `haskellPackages` approach
wasn't supported and was leading to version conflicts with dependencies.
2020-03-19 15:00:36 -07:00
Florian Klink d07af374c1
Merge pull request #81200 from flokli/edid-generator
edid-generator: init at unstable-2018-03-15
2020-03-19 22:48:44 +01:00
Orivej Desh c8edc08dc4 mup: init at 6.7 2020-03-19 19:54:22 +00:00
Rakesh Gupta e34636737c pythonPackages.mask-rcnn: init at 2.1 2020-03-19 11:19:16 -07:00
Jörg Thalheim b00b66e262
Merge pull request #82861 from gila/terraform-lxd
terraform-providers.lxd: init at 1.3.0
2020-03-19 13:08:20 +00:00
zowoq e57d07f2ae
libslirp: init at 4.2.0 (#82905) 2020-03-19 07:46:14 +00:00
Marcus Boyd da760cf7a0 python3Packages.spyder_3: Added spyder_3
cq-editor currently requires spyder v3.x
2020-03-19 07:38:56 +01:00
Marcus Boyd 25f99265da python3Packages.spyder-kernels: Add spyder-kernels_0_5
Previously top-level/python-packages.nix called spyder-kernels v0.5 for
Py2k. Now both v0.5 and v1.8 (default.nix) are in pythonPackages, as
required by cq-editor and spyder v4 respectively.
v0.5 also now comes from GitHub instead of PyPi, with checks enabled.
2020-03-19 07:38:56 +01:00
Bernardo Meurer 68775b63f1
passh: init at 2020-03-18 2020-03-18 21:01:04 -07:00
Dmitry Kalinkin 9a7f11e361
Merge pull request #82821 from veprbl/pr/lmmath_cleanup
cleanup duplicate Latin Modern fonts
2020-03-18 23:55:18 -04:00
Mario Rodas eb3e75e788
Merge pull request #82854 from r-ryantm/auto-update/amass
amass: 3.4.4 -> 3.5.0
2020-03-18 21:14:13 -05:00
Jeffry Molanus 4bcdfdb7b8 terraform-providers.lxd: init at 1.3.0 2020-03-19 00:10:04 +01:00
Jonathan Ringer aaefb947ea texworks: fix qt build 2020-03-18 15:59:17 -07:00
flyfloh 57bf2557f7
pymetno: init at 0.5.0 (#78132)
Co-Authored-By: Jon <jonringer@users.noreply.github.com>

Co-authored-by: Florian <flo@halbmastwurf.de>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-03-18 21:29:36 +00:00
Jonathan Ringer a9c994ad0b python: add pythonNamespacesHook 2020-03-18 12:20:51 -07:00
Kevin Rauscher 3d846aa29e mopidy-mpd: init at version 3.0.0 2020-03-18 11:54:08 -07:00
Mario Rodas 692b890004 amass: enable on darwin 2020-03-18 09:31:01 -05:00
Aaron Andersen bdd33bc3aa rsyslog: remove libksi from default build because it is broken 2020-03-18 08:22:11 -04:00
Dmitry Kalinkin ddf87fb1ba
Merge pull request #82736 from LeshaInc/master
blender: add OpenImageDenoise support
2020-03-18 07:31:22 -04:00
Jörg Thalheim 201ac90018
Merge pull request #66578 from AtkinsChang/minikube
minikube: 1.2.0 -> 1.6.2
2020-03-18 11:28:24 +00:00
Jörg Thalheim 52ee55fe0f
Merge pull request #82816 from Mic92/kubeval
kubeval: don't include huge schema to save space in hydra
2020-03-18 10:52:03 +00:00
Jörg Thalheim 9d144b84a3
kubeval: don't build against schema by default
kubeval-schema is a huge 7GB repository that we do not want
to build on hydra. Therefore make it optional.
2020-03-18 09:09:25 +00:00
Dmitry Kalinkin fd867123f6
remove lmmath, rename latinmodern-math to lmmath 2020-03-18 03:24:53 -04:00
Martin Baillie 6e055c9f4a tailscale: init at 0.96-33
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-03-18 05:07:47 +00:00
Niklas Hambüchen 6232fbdec7
Merge pull request #67608 from alexarice/variant-ant-themes
Variant Ant themes: init at 1.3.0
2020-03-18 03:54:14 +01:00
Maximilian Bosch e808d11c43
peep: init at 0.1.4 2020-03-17 23:25:51 +01:00
Dmitry Kalinkin 0bd52ef94d
Merge pull request #82712 from veprbl/pr/nuweb_fix
nuweb: 1.58 -> 1.60, fix build
2020-03-17 17:10:34 -04:00
Christian Lütke-Stetzkamp 403a4b1ced http2tcp: init at 0.5 2020-03-17 11:44:17 -07:00
Christian Lütke-Stetzkamp 93919c66a8 pythonPackages.wsgitools: init at 0.3.1 2020-03-17 11:44:17 -07:00
Domen Kožar cefe9b2dac
add openapi-generator-cli-unstable 2020-03-17 17:12:16 +01:00
LeshaInc 2cc3a34d4a
openimagedenoise: init at 1.1.0 2020-03-17 10:50:53 +02:00
Jörg Thalheim a7faed30ff
Merge pull request #82770 from jchv/remove/jbrout
jbrout: remove broken package
2020-03-17 08:25:28 +00:00
John Chadwick 97fb0072db jbrout: remove broken package 2020-03-17 00:56:46 -07:00
Jonathan Ringer c2b7261271 python35Packages.openyx: fix build
When dropping python 2 support, they also droppped
python 3.5 support.
2020-03-16 15:18:40 -07:00
S-NA 2f5b8d6522
aucatctl: init at 0.1
Allows those who use sndiod to adjust the volume of audio programs.
2020-03-16 21:47:30 +00:00
Chris Ostrouchov 8be2040cf7 libkml: init at 1.3.0
Adding libkml with all tests enabled
2020-03-16 21:25:53 +01:00
Steve Jones 2ff00c41d7 cmt: init at 1.17 2020-03-16 12:59:56 -07:00
Aaron Andersen 6283b00f4f
Merge pull request #82319 from aanderse/tomcat-update
tomcat: 7.0.92 -> 7.0.100, 8.5.42 -> 8.5.51, 9.0.21 -> 9.0.31
2020-03-16 15:46:48 -04:00
Matteo Scarlata 3355e8d1ca
unison: fix build with ocamlPackages_4_09 (#82619)
Fixes #61867 and #61505, bumps the ocaml version unison is built
against to 4.08. The patches included here appear in the trunk version
of unison, but were not backported to 2.51.2.
2020-03-16 13:16:43 +01:00
Emery Hemingway 641e102974 deltachat-electron: init 1.1.0 2020-03-16 13:57:37 +05:30
Dmitry Kalinkin 2217b1d77c
nuweb: fix after texlive update 2020-03-16 02:27:21 -04:00
Mario Rodas 0bb72bbf6a
Merge pull request #80669 from wucke13/webdis
webdis: init at 0.1.9
2020-03-15 22:47:12 -05:00
Francesco Gazzetta f241aa6910
soundtracker: init at 1.0.0.1 (#82057) 2020-03-15 15:50:00 -04:00
Elis Hirwing a0cb913949
Merge pull request #82643 from etu/php-exts-pdo-odbc
phpPackages.exts.pdo_odbc: init for all versions of php
2020-03-15 19:50:35 +01:00
Jörg Thalheim f6e3f896c3
Merge pull request #82511 from alyssais/rust
rust_1_38, rust_1_42: drop patch version from attr
2020-03-15 18:43:45 +00:00
Elis Hirwing 1f5af3c606
phpPackages.exts: Mark if extensions are zend extensions or not 2020-03-15 19:34:28 +01:00
Elis Hirwing c61d907f81
phpPackages.exts.pdo_odbc: init for all versions of php 2020-03-15 19:34:11 +01:00
Jörg Thalheim 6fa3705ee9
Merge pull request #82109 from bhipple/remove/wtftw
wtftw: remove broken package
2020-03-15 18:20:30 +00:00
Jörg Thalheim 0fe49d7051
Merge pull request #82114 from bhipple/remove/staccato
staccato: remove broken and unmaintained package
2020-03-15 18:19:39 +00:00
Silvan Mosberger 779b7ff3d8
Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Timo Kaufmann 2e68526cec
Merge pull request #82647 from timokau/retdec-fix
retdec: fix build
2020-03-15 13:58:21 +00:00
Frederik Rietdijk 40c012bc85 buildPythonPackage: always add interpreter to passthru 2020-03-15 13:53:59 +01:00
Frederik Rietdijk 7066dc85ba octoprint-plugins: use same python as octoprint, use overlays
- ensure the plugins use the same python as octoprint
- overlay of overriding plugins
- drop octoprint-plugins attribute
2020-03-15 13:48:22 +01:00
Pavol Rusnak d07543a98c
certbot: 1.0.0 -> 1.3.0 2020-03-15 13:12:03 +01:00
Léo Gaspard 7566b4f924
Merge pull request #82614 from Ekleog/xfce4-remove-alias
xfce4-12: remove alias
2020-03-15 12:00:20 +01:00
Timo Kaufmann e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Izorkin 9336b15a88 libvirt: 5.4.0 -> 5.9.0 2020-03-15 15:13:03 +07:00
Kolby Crouch e2b8f9f54a retroarch: 1.8.1 -> 1.8.4 2020-03-15 00:48:14 -05:00
volth ddbac2e185 perlPackages.SysVirt: use upstream tag 2020-03-15 11:29:26 +07:00
volth d8664c78b1 libvirt: 6.0.0 -> 6.1.0, fix module 2020-03-15 11:29:04 +07:00
wedens 24c8d75874 libvirt: 5.4.0 -> 6.0.0 2020-03-15 11:28:54 +07:00
Pavol Rusnak 931dd07712 ffmpeg-normalize: init at 1.15.7 2020-03-14 17:47:59 -07:00
Benjamin Hipple ca84a48d7d ledger: remove old version 2.6.3
Version 2.6.3 was released > 5 years ago and has been marked as broken for some
time. It is time to remove it.

This also documents why ledger3 cannot yet build with boost >= 1.67
2020-03-14 17:14:12 -07:00