3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

46906 commits

Author SHA1 Message Date
Tyler Benster bf218e6cbc
python3Packages.python-vlc: init at 3.0.7110
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-30 13:25:17 +01:00
Bart Brouns 0b7c7a6c40 bslizr: init at 1.2.0 2019-10-30 11:30:25 +01:00
zokrezyl f23870a45b umoci: 0.4.4 2019-10-30 09:43:44 +01:00
Mario Rodas 4ac9b7a9fe
Merge pull request #71799 from marsam/init-node-13_x
nodejs-13_x: init at 13.0.0
2019-10-30 01:44:03 -05:00
Aaron Andersen 722b99beb9
Merge pull request #69342 from Kiwi/matomo-updates
Matomo (module, package) updates
2019-10-29 23:09:27 -04:00
Silvan Mosberger 90e30394f5
go-shadowsocks2: init at 0.0.11 (#67516)
go-shadowsocks2: init at 0.0.11
2019-10-30 01:05:59 +01:00
Dmitry Kalinkin 3328244936
Merge pull request #72037 from kragniz/openrw-2019-10-26
openrw: 2017-09-17 -> 2019-10-26
2019-10-29 16:15:24 -04:00
Dmitry Kalinkin ddbf53b855
openrw: move cmake to nativeBuildInputs, fix on darwin
Darwin fix as suggested by @risicle
2019-10-29 14:08:29 -04:00
Maximilian Bosch f816006191
Merge pull request #72240 from mayflower/wdisplays
wdisplays: init at 2019-10-26-unstable
2019-10-29 18:48:45 +01:00
Linus Heckemann 1bf0d4444c
wdisplays: init at 2019-10-26-unstable 2019-10-29 18:40:18 +01:00
Robin Gloster e47da725fe
Merge pull request #72252 from WilliButz/add-ydotool
ydotool: init at 0.1.8
2019-10-29 18:23:21 +01:00
Vincent Laporte 5a4e67ad03
Merge pull request #72171 from romildo/upd.ocamlearlybird
ocamlPackages.ocamlearlybird: init at 0.1.5; ocamlPackages.angstrom: 0.10.0 -> 0.12.1
2019-10-29 14:31:09 +00:00
José Romildo Malaquias 432258f0da ocamlPackages.ocamlearlybird: init at 0.1.5 2019-10-29 10:51:42 -03:00
WilliButz 5330d56c3b
ydotool: init at 0.1.8 2019-10-29 14:43:43 +01:00
WilliButz dacc4ac680
libuinputplus: init at 2019-10-01 2019-10-29 14:43:43 +01:00
WilliButz 926d6964d9
libevdevplus: init at 2019-10-01 2019-10-29 14:43:43 +01:00
chessai 3519a16e50 libck: init at 0.7.0 2019-10-29 08:47:17 -04:00
Maximilian Bosch 5b640bfd08
virtmanager{,-qt}: rename to virt-manager{,-qt}
Both the executable and the derivation's pname are named `virt-manager`,
however the attribute name is named `virtmanager` which is pretty
confusing when e.g. using this package with `nix run`.

Thus I renamed the package accordingly and added aliases for
backwards-compatibility (both attributes aren't used somewhere else
in nixpkgs, so the rename should be fine).

Also several other distros use `virt-manager` as package name like
Arch[1], Debian[2] or Fedora[3].

[1] https://www.archlinux.org/packages/community/any/virt-manager/
[2] https://packages.debian.org/buster/virt-manager
[3] https://apps.fedoraproject.org/packages/virt-manager
2019-10-29 13:34:54 +01:00
chessai 5ac9eed00c forge: init at 1.0.4 2019-10-29 08:09:34 -04:00
Artemis Tosini 8fc1bd6ec3 pythonPackages.html2text: freeze at 2018.1.9
I was unable tp build calibre at the current git master as it relies on
pytthon27Packages.html2text. Python 2.7 support was removed in the
latest version. This PR downgrades html2text when using an unsupported
Python version.

This PR does not fix building python37Packages.html2text
and python38Packages.html2text, which were broken at master due to what
seems to be a problem in buildPythonPackage.
2019-10-28 21:15:19 -07:00
Austin Seipp 21c0cc1eee nats-server: rename (from gnatsd), 1.4.0 -> 2.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 21:50:14 -05:00
Austin Seipp daa2420950 libnats-c: init at 2.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 21:50:14 -05:00
Léo Gaspard 5eb304cc66
Merge pull request #71464 from Ekleog/gir-rs
gir-rs: init at 2019-10-16
2019-10-29 02:31:43 +01:00
worldofpeace 9121c914fc
Merge pull request #54530 from MatrixAI/dvc
dvc: init at 0.24.3
2019-10-29 01:14:50 +00:00
Maximilian Bosch bd4b70b075
fzf-zsh: init at unstable-2019-09-09
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:

``` nix
{ pkgs, ... }: {
  programs.zsh = {
    enable = true;
    ohMyZsh = {
      enable = true;
      customPkgs = [ pkgs.fzf-zsh ];
      plugins = [ "fzf-zsh" ];
    };
  };
}
```
2019-10-28 21:55:34 +01:00
Austin Seipp f86361d186 vector: init at 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 15:03:48 -05:00
John Ericson 1503091ee1
Merge pull request #72173 from alyssais/symlinkJoin-cross
symlinkJoin: fix cross
2019-10-28 18:43:41 +01:00
José Romildo Malaquias a0f12b059a ocamlPackages.angstrom-unix: init at 0.12.1 2019-10-28 14:41:12 -03:00
José Romildo Malaquias 05a71af6a4 ocamlPackages.angstrom-lwt-unix: init at 0.12.1 2019-10-28 14:40:53 -03:00
José Romildo Malaquias 46eacf359b ocamlPackages.angstrom-async: init at 0.12.1 2019-10-28 14:40:35 -03:00
Michael Weiss d8cfa95b76 wob: init at 0.2 2019-10-28 16:56:43 +01:00
Michael Weiss b60a1b6cfd xob: init at 0.1.1 2019-10-28 16:56:43 +01:00
Alyssa Ross 59dbb00555
symlinkJoin: fix cross 2019-10-28 15:12:35 +00:00
Marek Mahut 0099870d52
Merge pull request #72122 from primeos/tev
tev: init at 1.13
2019-10-28 13:35:00 +01:00
Frederik Rietdijk 21635748a8 Merge master into staging-next 2019-10-28 08:59:50 +01:00
Vincent Laporte 8dc2173905 ocamlPackages.decompress: 0.6 → 0.9.0
ocamlPackages.git: 1.11.5 → 2.1.0

ocamlPackages.imagelib: 20171028 → 20191011

ocamlPackages.imagelib-unix: init
2019-10-28 07:37:24 +00:00
Vincent Laporte ea5684b438 ocamlPackages.encore: init at 0.3 2019-10-28 07:37:24 +00:00
Vincent Laporte 9f26063077 ocamlPackages.ke: init at 0.4 2019-10-28 07:37:24 +00:00
Pavol Rusnak c5ed4a8b29 pythonPackages.py3buddy: cleanup, call toPythonModule 2019-10-27 23:00:55 -07:00
lumi ac2d736b3a shotgun: init at 2.2.0 2019-10-27 22:44:07 -07:00
xrelkd cbeb6570ac firectl: init at 0.1.0 2019-10-27 22:32:58 -07:00
Robert Djubek cb85d27adc
matomo-beta: init at 3.12.0-b3
Add a beta version of matomo 3.12 that has recent bug fixes. They release these more frequently so it's a good option to have.
2019-10-28 05:11:22 +00:00
Ben Wolsieffer d44842120e hdf5: don't force GCC 7 (#72124) 2019-10-28 00:04:15 -04:00
Mario Rodas 94a08f2f8e
Merge pull request #54975 from ghost/python-logstash
pythonPackages.python-logstash: init at 0.4.6
2019-10-27 22:01:42 -05:00
Roger Qiu 3c3ac19c43
dvc: init at 0.24.3 2019-10-28 13:07:58 +11:00
Michael Weiss f2be56eedc python37Packages.ics: init at 0.6 2019-10-27 15:21:14 -07:00
Michael Weiss da51ce2713 python37Packages.tatsu: init at 4.4.0
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2019-10-27 15:21:14 -07:00
Michael Weiss 2e6c509429
tev: init at 1.13 2019-10-27 21:53:45 +01:00
xbreak b24a32d0c7 pythonPackages.python-nomad: init at 1.1.0
Python client library for Hashicorp Nomad
2019-10-27 11:33:46 -07:00
Alexey Shmalko 6f98994415
Merge pull request #71992 from sikmir/mu-repo
mu-repo: init at 1.8.0
2019-10-27 18:02:37 +02:00
Frederik Rietdijk 311f17970f python.pkgs.tbm-utils: init at 1.0.0 2019-10-27 16:26:57 +01:00
Jonathan Ringer 3b4bdf3f38 python3Packages.pytest-black: init at 0.3.7 2019-10-27 16:26:56 +01:00
Jonathan Ringer 0ccf10b955 pythonPackages.ipython: remove python2 frozen package
promptoolkit no longer supports python2, instead of freezeing
the package, decided to remove python2 support.
2019-10-27 16:26:56 +01:00
Jonathan Ringer 5bd7d2c233 pythonPackages.ruamel_yaml_clib: init at 0.2.0 2019-10-27 16:26:56 +01:00
Frederik Rietdijk 5e8be2fb84 mypy: add missing dep, rename mypy_extensions to mypy-extensions 2019-10-27 16:26:55 +01:00
Markus S. Wamser cc595c2c21 sphinxcontrib-serializinghtml: init at 1.1.3
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Markus S. Wamser a3746ffc8d sphinxcontrib-qthelp: init at 1.0.2
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Markus S. Wamser 56a517e47c sphinxcontrib-jsmath: init at 1.0.1
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Markus S. Wamser 2218aba936 sphinxcontrib-htmlhelp: init at 1.0.2
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Markus S. Wamser 00fef5d9c2 sphinxcontrib-devhelp: init at 1.0.1
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Markus S. Wamser 2a6996cca0 sphinxcontrib-applehelp: init at 1.0.1
build dep of sphinx 2.2.0
2019-10-27 15:29:10 +01:00
Frederik Rietdijk 059a572616 Merge staging-next into staging 2019-10-27 15:28:19 +01:00
Marek Mahut aa06cb3782
Merge pull request #72078 from prusnak/py3buddy
pythonPackages.py3buddy: init at unstable-2019-09-29
2019-10-27 14:58:31 +01:00
Florian Klink a2f50c02cc
Merge pull request #72082 from JohnAZoidberg/remove-taglib_1_9
taglib_1_9, tomahawk:Remove unmaintained packages
2019-10-27 13:25:44 +01:00
Daniel Schaefer a3a782ec5f taglib_1_9: Removed, not needed anymore
Was used by, the now removed, tomahawk.
2019-10-27 13:16:53 +01:00
Daniel Schaefer 417c85309d tomahawk: Remove unmaintained broken package
Has been marked broken since 2018 and marked as abandoned upstream since
2017.
2019-10-27 13:16:53 +01:00
Silvan Mosberger ed14f353c2
Merge pull request #71465 from etu/phpstan-upgrade
phpPackages.phpstan: 0.11.16 -> 0.11.19
2019-10-27 12:58:19 +01:00
Pavol Rusnak b3a629cabc
pythonPackages.py3buddy: init at unstable-2019-09-29 2019-10-27 12:22:57 +01:00
Robin Gloster d06a48139f
riscv-pk-with-kernel: remove
hasn't evaluated sind Nov 2018, due to linux_riscv not existing since
then
2019-10-27 11:44:05 +01:00
Louis Tim Larsen 2896f00181
mythtv: 29.1 -> 30.0 (#71002) 2019-10-27 09:37:44 +01:00
Elis Hirwing 32c47aba87
Merge pull request #70068 from shyim/add-pcov
phpPackages.pcov: init at 1.0.6
2019-10-27 09:28:30 +01:00
Niklas Hambüchen 3f4bd0e04b elogind: init at 239.5 2019-10-27 02:18:52 +02:00
Timothy DeHerrera 1abe0efa7d
eva: init at 0.2.5 2019-10-26 14:13:51 -06:00
Robert Scott 68d4a1ba0b perlPackages.libapreq2: add patch for CVE-2019-12412 2019-10-26 18:24:56 +01:00
Nikolay Korotkiy 174bb76504
mu-repo: init at 1.8.0 2019-10-26 20:24:51 +03:00
markuskowa 4c0afa1770
Merge pull request #71284 from xfix/zfsbackup-go
zfsbackup: init at unstable-2019-03-05
2019-10-26 19:23:58 +02:00
Jan Tojnar 40272a77a3
Merge branch 'staging-next' into staging 2019-10-26 15:54:58 +02:00
Leon Schuermann 98f0fcf12b tpm2-abrmd: init at 2.2.0 2019-10-26 14:47:20 +02:00
Emery Hemingway 94afe19f93 kf5gpgmepp: init at 16.08.3 2019-10-26 14:42:37 +02:00
Alexey Shmalko b3675878af
Merge pull request #71981 from Lassulus/vbam
vbam: 2.1.3 -> 2.1.4
2019-10-26 15:17:18 +03:00
Alexey Shmalko 140d402cb5
Merge pull request #71991 from iimog/dcmtk
DCMTK: init at 3.6.4
2019-10-26 15:15:50 +03:00
Gemini Lasswell 3cc9bcb338 yggdrasil: init at 0.3.8 2019-10-26 13:51:31 +02:00
lassulus b34046859f vbam: 2.1.3 -> 2.1.4 2019-10-26 13:17:17 +02:00
Markus Ankenbrand 905245b32c dcmtk: init at 3.6.4 2019-10-26 13:02:50 +02:00
Renaud 83da13bd25
Merge pull request #71895 from dtzWill/feature/catt
catt: init at 0.10.2
2019-10-25 21:15:15 +02:00
Francesco Gazzetta 7ff539d1d1 shattered-pixel-dungeon: init at 0.7.4c 2019-10-25 20:29:24 +02:00
Frederik Rietdijk 1d7e21905c pipenv: patch pipenv to point to python that has virtualenv 2019-10-25 17:31:51 +02:00
Maximilian Bosch 6db4ae1f27
Merge pull request #70441 from doronbehar/package-gotify-server
gotify-server: init at 2.0.10
2019-10-25 17:10:14 +02:00
Doron Behar a66e5106fd
gotify-server: init at 2.0.10 2019-10-25 16:19:28 +02:00
Mario Rodas 77a5bf5bfb
Merge pull request #70797 from cfsmp3/master
Added libvmaf + support for it in ffmpeg-full
2019-10-25 09:11:42 -05:00
Mario Rodas 253de2cb22
Merge pull request #71288 from matthuszagh/cocotb
cocotb: init at 1.2.0
2019-10-25 08:59:20 -05:00
Alexey Shmalko 9e5e9db4ad
Merge pull request #71974 from seqizz/g_vimwiki_markdown
vimwiki-markdown: init at 0.2.0
2019-10-25 15:42:50 +03:00
Robin Gloster 9db9719ea2
Merge pull request #71971 from vbgl/coq-8.10.1
coq_8_10: 8.10.0 → 8.10.1
2019-10-25 14:28:27 +02:00
Gürkan Gür 74f56f4996 vimwiki-markdown: init at 0.2.0 2019-10-25 11:12:22 +02:00
Bas van Dijk ce14f092ea
Merge pull request #71821 from knl/add-isomd5sum
isomd5sum: init at 1.2.3
2019-10-25 10:15:25 +02:00
Vincent Laporte a8892b0d76
coq_8_10: 8.10.0 → 8.10.1 2019-10-25 07:58:47 +00:00
Aaron Andersen 74ad305f65
Merge pull request #71949 from stefanjaax/ack-3.1.3
perlPackages.ack: v3.1.2 -> v3.1.3
2019-10-25 02:53:18 -04:00
Jaakko Luttinen 0109d6587a pythonPackages.holidays: init at 0.9.11 2019-10-24 23:00:26 -07:00
Sam Stites 9d90d5fb29 protobuf: add 3.10 2019-10-24 18:51:51 -07:00
Mario Rodas 9e5a30b43e git-backup: init at 0.2.0 2019-10-24 18:50:34 -07:00