Commit Graph

46491 Commits

Author SHA1 Message Date
Florian Klink a64fcdc473 zoom-us: use regular qt5
`zoom-us` used to be not compatible with the current qt5 version
provided by `libsForQt5.callPackage`, but it is by now.

To avoid downloading a different qt (or even building it), point it back
to the generic `libsForQt5.callPackage`.
2019-10-13 13:03:17 +02:00
Dima 10bfa40677 testdisk: deduplicating testdisk/photorec
Testdisk/Photorec has been packaged twice. This deduplicates
the packages by consolidating the packages into one and throwing
an error upon use of the outdated package.

this also adds qphotorec, which was previously not built and ensures
it's wrapped correctly.

Please note that I took the liberty to merge the maintainers lists.
2019-10-13 11:39:26 +02:00
worldofpeace 018bba85bf
Merge pull request #70763 from Kjuvi/envelope
envelope: init at 0.0.4
2019-10-12 22:06:59 +00:00
kjuvi 5075996b59 envelope: init at 0.0.4
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-12 18:05:44 -04:00
Aaron Andersen 7c1de1f14f
Merge pull request #66629 from kayhide/add/lv
lv: init at 4.51
2019-10-12 17:48:39 -04:00
WilliButz a7206ec3d7
prometheus-nextcloud-exporter: init at 2019-10-12 2019-10-12 23:06:24 +02:00
worldofpeace 2d0056b149 aliases.nix: update jikes message 2019-10-12 16:29:27 -04:00
Maximilian Bosch 1c0e8b78bb
Merge pull request #71033 from jwijenbergh/spotify-tui
spotify-tui: init at 0.5.0
2019-10-12 19:15:12 +02:00
Maximilian Bosch c880884656
spotify-tui: fix darwin build 2019-10-12 18:28:15 +02:00
Jeroen Wijenbergh b2db28464b spotify-tui: init at 0.5.0 2019-10-12 17:05:12 +02:00
Mario Rodas af4351ab85
Merge pull request #69255 from minijackson/init-shiori
Init shiori
2019-10-12 09:01:58 -05:00
Herwig Hochleitner 2c410e25de atinout: init 0.9.2-alpha 2019-10-12 14:57:28 +02:00
marius851000 2718c41712 faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to wine
fixes https://github.com/NixOS/nixpkgs/pull/68952
2019-10-12 14:57:28 +02:00
wucke13 348fac7b52 solo-python: init at 0.0.15
Support for solokeys U2F tokens
2019-10-12 11:56:28 +02:00
Renaud f5cc5ce8d6
Merge pull request #70282 from moaxcp/spring-boot
spring-boot: init at 2.1.9
2019-10-12 11:53:25 +02:00
wucke13 e9cd8a2d60 pivx: 3.2.0 -> 3.4.0
* pivx: 3.2.0 -> 3.2.2

* altcoins.pivx: 3.2.2 -> 3.3.0

Furthermore, this fixes 2542928

* pivx: 3.3.0 -> 3.4.0

Added `test_pivx` as test ran by nixpkgs

* Update pkgs/applications/blockchains/pivx.nix

Thanks to @lassulus for fixing this typo!

Co-Authored-By: Lassulus <github@lassul.us>
2019-10-12 11:13:35 +02:00
Vincent Laporte 632f69857d ocamlPackages.ocaml-monadic: init at 0.4.1 2019-10-12 07:41:49 +02:00
Wael Nasreddine 62e894b300
Merge pull request #68135 from rvolosatovs/update/go
Add Go 1.13
2019-10-11 17:01:51 -07:00
Jan Tojnar e2e3861d6b
Merge branch 'staging-next' into staging 2019-10-12 00:51:55 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
John Mercier 32113451b7 spring-boot: init at 2.1.9 2019-10-11 18:10:57 -04:00
Renaud 1edc53803c
Merge pull request #70918 from romildo/upd.ambar-theme
amber-theme: init at 3.34-1
2019-10-11 14:00:24 +02:00
Aaron Andersen 0b6067f93e
Merge pull request #68836 from Thra11/wacomtablet-kcm
wacomtablet: init at 3.2.0
2019-10-11 05:52:37 -04:00
Maximilian Bosch 1dd6ebfce6
citrix_workspace: add 19.10.0
https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-1910
2019-10-11 10:30:03 +02:00
Colin L Rice 88f65fca79
conftest: 0.12.0 -> 0.14.0, disable go sum db.
The go sum db is a hosted service that appears to be generating a new
inclusion proof each time this build is run (rather than using the one
from the previous run). Since this ends up the module directory + thus
hash, it's breaking deterministic builds.

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:11 +02:00
Colin L Rice 52d057f575
all-packages: use go 1.12 for git-lfs 2019-10-11 10:09:11 +02:00
Colin L Rice d32980ca1e
all-packages: use go 1.12 for circleci-cli 2019-10-11 10:09:11 +02:00
Colin L Rice fc5026b4ec
all-packages: use go 1.12 for prometheus and prometheus-varnish-exporter
These both fail to work with go1.13 due to test issues, downgrading to
1.12
2019-10-11 10:09:10 +02:00
Colin L Rice e9a9b553e7
all-packages: use go 1.12 for kubernetes 2019-10-11 10:09:10 +02:00
Colin L Rice 057b547fd4
all-packages: use go 1.12 for openshift 2019-10-11 10:09:10 +02:00
Colin L Rice 7c6e98721c
all-packages: use go 1.12 for magnetico
Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:10 +02:00
Colin L Rice 6e031f1244
all-packages: use go 1.12 for grafana 2019-10-11 10:09:09 +02:00
Colin L Rice eec1a1345f
all-packages: use go 1.12 for cockroachdb 2019-10-11 10:09:09 +02:00
Roman Volosatovs e45055c328
all-packages: use go 1.12 for prow 2019-10-11 10:09:09 +02:00
Roman Volosatovs 8c33df9d65
all-packages: use go 1.12 for terraform-providers.elasticsearch 2019-10-11 10:09:09 +02:00
Roman Volosatovs fcdc280d7f
all-packages: use go 1.12 for terraform-lsp 2019-10-11 10:09:09 +02:00
Roman Volosatovs cf6e2776f2
all-packages: use go 1.12 for packr 2019-10-11 10:09:08 +02:00
Roman Volosatovs a3341e8499
all-packages: use go 1.12 for restic 2019-10-11 10:09:08 +02:00
Roman Volosatovs b63b95f141
all-packages: use go 1.12 for tendermint 2019-10-11 10:09:08 +02:00
Roman Volosatovs 72a6ab4d5f
all-packages: use go 1.12 for scaleway-cli 2019-10-11 10:09:08 +02:00
Roman Volosatovs 7ddd2a2069
all-packages: use go 1.12 for lnd 2019-10-11 10:09:08 +02:00
Roman Volosatovs 745b299403
all-packages: use go 1.12 for grpcui 2019-10-11 10:09:07 +02:00
Roman Volosatovs ee2c8ece9e
all-packages: use go 1.12 for gotestsum 2019-10-11 10:09:07 +02:00
Roman Volosatovs db6cb37aa7
all-packages: use go 1.12 for curlie 2019-10-11 10:09:07 +02:00
Roman Volosatovs 2f20deb202
all-packages: use go 1.12 for cri-o 2019-10-11 10:09:07 +02:00
Roman Volosatovs 01721f1449
all-packages: use go 1.12 for bazel-watcher 2019-10-11 10:09:07 +02:00
Roman Volosatovs 9e5f063058
all-packages: use go 1.12 for wtf 2019-10-11 10:09:06 +02:00
Roman Volosatovs 2d7e8e1b0f
all-packages: use go 1.12 for perkeep 2019-10-11 10:09:06 +02:00
Roman Volosatovs ea0b765208
all-packages: use go 1.12 for consul 2019-10-11 10:09:06 +02:00
Roman Volosatovs bdd503323a
go: default to go_1_13 2019-10-11 10:09:06 +02:00
Roman Volosatovs bd023200a9
go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
Vincent Laporte c82c6d3a12 ocaml: default to version 4.07
patdiff: 0.11.0 → 0.12.0
2019-10-11 07:58:42 +02:00
Vincent Laporte deefc177d3 libbap: pin OCaml version to 4.06 2019-10-11 07:58:42 +02:00
Mario Rodas 67223bc752
Merge pull request #70889 from marsam/init-jtc
jtc: init at 1.74
2019-10-10 23:19:12 -05:00
scalavision 3d860972ee delly: init at 0.8.1 (#70871) 2019-10-10 22:08:45 -04:00
makefu 9ae60cff0c devpi-client: 4.1.0 -> 5.0.0
unbreak the package, clean up dependencies and make them overridable
2019-10-10 15:49:29 -07:00
worldofpeace 4266a1e0b4 valadoc: remove 2019-10-10 13:18:23 -04:00
Yurii Rashkovskii e0d7a96903
swipl: include GUI tools
swi-prolog currently misses GUI packages / tools (xpce, prolog_ide)
due to missing X dependencies.
2019-10-11 00:17:41 +07:00
José Romildo Malaquias 408b55b28b amber-theme: init at 3.34-1 2019-10-10 12:15:08 -03:00
Vladimír Čunát 3596c4c53c
Merge #70576: scylladb: fix build under sandboxing 2019-10-10 12:38:07 +02:00
Mario Rodas 0fdd8bc09d
jtc: init at 1.74 2019-10-09 21:00:00 -05:00
Ricardo M. Correia 2b24d465cc gnutls: fix test-ciphers-api.sh failure on aarch64
See https://gitlab.com/gnutls/gnutls/issues/764 for more info.
2019-10-10 01:12:11 +02:00
Serge Bazanski 804d272970 evdevremapkeys: init at 0.1.0 2019-10-09 23:24:03 +02:00
worldofpeace 5883c59f76
Merge pull request #70880 from jtojnar/no-no-hot-corners
gnomeExtensions.nohotcorner: drop
2019-10-09 20:40:03 +00:00
Jan Tojnar 59bb56a243
gnomeExtensions.nohotcorner: drop
It is part of GNOME 3.34
2019-10-09 22:09:16 +02:00
Vladimír Čunát 53a97c3447
mesa's llvm: 7 -> 9
This is needed to support some new GPUs: #68809
2019-10-09 20:47:13 +02:00
Vladimír Čunát de513680c5
scylladb: remove the "broken" mark, add "big-parallel"
The build is really CPU-intensive, and requires around
2 * --cores GiB RAM.
2019-10-09 16:54:03 +02:00
Franz Pletz f024e7b769
Merge pull request #67890 from mguentner/mxisd_ma1sd
mxisd: 1.4.5 -> 1.4.6 ☺ ma1sd: init at 2.1.1
2019-10-09 14:36:56 +00:00
Peter Simons 5384da4e69
Merge pull request #70515 from peti/t/update-to-gfortran8
gfortran: use version 8 by default to match our C and C++ compiler
2019-10-09 10:52:26 +02:00
Stig Palmquist 67467400ea
perlPackages.ConvertBase32: init at 0.06 2019-10-09 03:09:21 +02:00
Stig Palmquist 5db820cba3
perlPackages.DBIxClassInflateColumnSerializer: init at 0.09 2019-10-09 03:03:20 +02:00
Stig Palmquist facb920543
perlPackages.CLASS: init at 1.00 2019-10-09 02:55:31 +02:00
Stig Palmquist eb76fdc355
perlPackages.DBIxClassDynamicDefault: init at 0.04
dependencies:
perlPackages.DBICxTestDatabase: init at 0.05
2019-10-09 02:48:35 +02:00
Stig Palmquist f075d2e62e
perlPackages.MojoJWT: init at 0.08 2019-10-09 02:39:30 +02:00
Stig Palmquist 061838aa44
perlPackages.DataMessagePack: init at 1.00 2019-10-09 02:35:07 +02:00
Stig Palmquist 4504da7392
perlPackages.AuthenOATH: init at 2.0.1 2019-10-09 02:26:42 +02:00
wucke13 7017e582ff raft-canonical: init at 0.9.6 2019-10-09 01:16:27 +02:00
wucke13 f50247d4df libco-canonical: init at 19.1 2019-10-09 01:16:26 +02:00
Gabriel Ebner 3171df49b5
wstunnel: init at unstable-2019-01-28 (#70758)
wstunnel: init at unstable-2019-01-28
2019-10-08 23:08:30 +02:00
Graham Christensen 21597ed69e
Merge pull request #70750 from grahamc/wlrobs
obs-wlrobs: init at 20191008
2019-10-08 14:26:56 -04:00
Graham Christensen a763975ad1
obs-wlrobs: init at 20191008 2019-10-08 12:49:49 -04:00
Gabriel Ebner b574693e97 wstunnel: init at unstable-2019-01-28 2019-10-08 18:26:02 +02:00
zimbatm 6886db123c
keycard-cli: init at 0.0.12 2019-10-08 17:35:14 +02:00
Christine Koppelt 54e4b13887 jikes: removing 2019-10-08 08:29:36 -07:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Silvan Mosberger 70d692d5ec
Merge pull request #70685 from Infinisil/fix/mumble-override
mumble/murmur: Fix .override not working
2019-10-08 13:37:40 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
makefu 1dfe851229
pythonPackages.pyhaversion: init at 3.1.0 2019-10-08 10:32:25 +02:00
makefu 9b62190190
pythonPackages.aresponses: init at 1.1.1
required by pyhaversion
2019-10-08 10:32:19 +02:00
Peter Simons 75711a10fc R: drop redundant gfortran8 override 2019-10-08 09:48:03 +02:00
Peter Simons 982d8599fb gfortran: use version 8 by default to match our C and C++ compiler
We recently updated to gcc 8.x, but our default Fortran compiler is still at
version 7.x. This causes trouble for all packages that mix C++ and Fortran
code, like R does.

Unfortunately, gfortran8 is marked broken on Darwin, so we cannot switch on
that platform yet:

 | $ nix-instantiate --arg nixpkg '{ outPath = ./.; revCount = 999999; shortRev = "peti"; }' ./pkgs/top-level/release.nix -A unstable --show-trace
 | [...]
 | while evaluating the attribute 'handled' at /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:251:7:
 | while evaluating 'handleEvalIssue' at /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:147:38, called from /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:252:14:
 | Failed to evaluate gfortran-wrapper-8.3.0: «broken»: is marked as broken
2019-10-08 09:19:10 +02:00
Mario Rodas 387020ecf8
postgresql_12: init at 12.0
Release notes: https://www.postgresql.org/docs/12/release-12.html
2019-10-07 20:03:32 -05:00
Will Dietz 1035f0a030
spleen: 1.3.0 -> 1.5.0, mkfontdir for X11 2019-10-07 19:16:32 -05:00
Will Dietz 47b6dd4345
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11 2019-10-07 19:06:43 -05:00
Silvan Mosberger 27605cebae
mumble/murmur: Fix .override not working
Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to
get .override attributes on all derivation attributes. It's also
non-trivial to add it without duplicating code.

So instead just use standard pkgs.callPackages and pass refer to qt libs
through pkgs.qt5
2019-10-08 01:46:11 +02:00
Will Dietz b01407602c
Merge pull request #68902 from dtzWill/feature/turbostat
linuxPackages*.turbostat: init
2019-10-07 18:20:27 -05:00
Will Dietz 3a9e0f7a78
Merge pull request #68911 from dtzWill/feature/power-calibrate
power-calibrate: init at 0.01.28
2019-10-07 18:01:49 -05:00
Will Dietz f7dfe59ced
Merge pull request #68916 from dtzWill/feature/health-check
health-check: init at 0.03.02
2019-10-07 17:59:13 -05:00
Will Dietz b51fbeb77c
Merge pull request #69055 from dtzWill/feature/fwts-efi-runtime
linuxPackages.fwts-efi-runtime: init
2019-10-07 17:58:56 -05:00
worldofpeace 2bf1e8da24
Merge pull request #70462 from worldofpeace/gnome-extension-mpris
gnomeExtensions.mpris-indicator-button: init at 2019-09-29
2019-10-07 18:42:05 +00:00