Commit graph

170153 commits

Author SHA1 Message Date
John Ericson 280795c163 qt4: Vendor bitrotted Arch Linux patch
It is no longer found at this URL. Vendoring until a better solution
comes along.

Fixes #63084
2019-08-15 11:25:48 -04:00
John Ericson bfc72142e0 nix*: Make .override work
Currently, .override is only on a temporary attrset that is thrown away, now it
is also on the nix derivations we use.
2019-03-10 13:52:55 -04:00
Vladimír Čunát a593f64cd7
metrics.nix: track qaCountBroken instead of qaCountDrv
From these three values, I believe it's most meaningful to track
one of the higher ones and their difference (qaCountBroken).
It's a bit unclear which of the higher ones - I have no data on that,
so I kept the one used before the parent commit.
2019-03-01 13:59:30 +01:00
Jan Malakhovski 36aa5b691d metrics.nix: add nix-env.qaCountDrv metric
Before ae16dd1a15 `nix-env.qaCount` and
`nix-env.qaCountDrv` were equivalent, after that change that is no longer
the case so this needs a separate metric now.
2019-02-22 16:59:29 +00:00
Michael Raskin 828759f9b8
Merge pull request #56088 from oxij/tree/move-defaults-to-package-trivial-leftovers
all-packages.nix: move defaults to package files continues^3
2019-02-20 13:12:43 +00:00
Franz Pletz ef8963c6b6
Merge pull request #56084 from ciil/jira-update
atlassian-jira: 7.13.0 -> 8.0.1
2019-02-20 13:01:15 +00:00
aanderse a9358c4356 nixos/httpd: update documentation to reflect changes from https://github.com/NixOS/nixpkgs/pull/54529 (#56079) 2019-02-20 14:43:25 +02:00
Simon Lackerbauer e2b4752596
atlassian-jira: 7.13.0 -> 8.0.1 2019-02-20 13:04:22 +01:00
Vladimír Čunát 61ef8f0b42
grub2: patch to work with updated binutils
This blocked some EFI stuff and consequently the channels.
I would fetchpatch, but their cgit server won't work on this commit.
2019-02-20 11:22:54 +01:00
Vincent Laporte b60b304cef ocamlPackages.yojson: 1.4.1 -> 1.6.0 2019-02-20 10:41:53 +01:00
Vladimír Čunát 32767d139f
Merge branch 'staging-next'
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Vladimír Čunát 28d983fe25
openscad: enableParallelBuilding = false;
Discussion: https://github.com/NixOS/nixpkgs/commit/c68dc2212e22
2019-02-20 09:38:21 +01:00
David Guibert b218ffdca6
Merge pull request #56041 from f--t/fix/paraview-update
paraview: 5.5.2 -> 5.6.0
2019-02-20 09:15:18 +01:00
Elis Hirwing f342be2c06
Merge pull request #56062 from elseym/jackett-module
jackett module: add more options and refactor
2019-02-20 09:14:36 +01:00
Elis Hirwing 66404f0742
Merge pull request #56061 from elseym/radarr-module
radarr module: add more options and refactor
2019-02-20 09:14:23 +01:00
Domen Kožar ae3a807a21
Merge pull request #47334 from bfortz/autojump
autojump: new program.autojump.enable flag to automatically load autojump
2019-02-20 15:12:51 +07:00
Elis Hirwing 2407f4cf2b
Merge pull request #55997 from aanderse/php-odbc
php: add pdo odbc support
2019-02-20 08:55:30 +01:00
Peter Hoeg ecb3c507f5
Merge pull request #54917 from peterhoeg/f/vmware
vmware: move from services to virtualisation and add support for paravirtual controller
2019-02-20 14:34:25 +08:00
Matthew Bauer 55757a0d44
Merge pull request #54402 from lopsided98/boehm-gc-cross-fix
beohm-gc: fix cross build of dependent packages
2019-02-19 22:51:00 -05:00
Matthew Bauer d6d5795ed9
Merge pull request #54916 from pbogdan/emacs-xcursor
emacs: link libXcursor when using lucid toolkit
2019-02-19 22:50:30 -05:00
Matthew Bauer 7e78ddbf03
Merge pull request #55950 from LnL7/darwin-ubiquity
darwin: remove references to Ubiquity.framework
2019-02-19 22:43:20 -05:00
Matthew Bauer 8724819d94
Merge pull request #55910 from veprbl/pr/qt5_qtconnectivity_darwin_fix
qt5.qtconnectivity: fix darwin build
2019-02-19 22:37:15 -05:00
Vincent Weisner a547a9b554 Fix alpha-embedded Target on Hydra (#55725) 2019-02-19 22:36:00 -05:00
Matthew Bauer 4141fdaa3f
Merge pull request #55956 from mroi/patch-1
glibc: enable cross builds on Darwin
2019-02-19 22:35:30 -05:00
Benedikt Heine fa82ebccf6 epkowa: support Epson Perfection V330 Photo 2019-02-19 20:45:31 -05:00
Victor SENE 44f78998bb mautrix-whatsapp: init at 2019-02-11 (#56054) 2019-02-20 01:05:08 +00:00
Florian Klink aaa0228240
Merge pull request #56068 from andir/linux-firmware-nonfree
firmwareLinuxNonfree: 2018-12-13 -> 2019-02-13
2019-02-20 01:59:37 +01:00
Florian Klink c8b33d15d1
Merge pull request #56076 from telotortium/patch-1
tt-rss: Fix syntax error in config.php DB_PASS field
2019-02-20 01:58:28 +01:00
Florian Klink 11699d03bc
Merge pull request #56072 from bgamari/gitlab-database-config
nixos/gitlab: Introduce database pool size option
2019-02-20 01:56:28 +01:00
Robert Irelan 7ae4b4897a
tt-rss: Fix syntax error in config.php DB_PASS field
Empty password case would write `define('DB_PASS', )` instead of `define('DB_PASS', '')`.
2019-02-19 16:24:17 -08:00
Franz Pletz 341f42b647
Merge pull request #55942 from flokli/gitlab-11.7.5
gitlab 11.7.4 -> 11.7.5
2019-02-19 23:25:02 +00:00
Ben Gamari bd5ba09b79 nixos/gitlab: Introduce database pool size option
As well as a extraDatabaseConfig option.
2019-02-19 17:49:15 -05:00
Orivej Desh c32fa47ab4 aws-sdk-cpp: 1.7.49 -> 1.7.53 2019-02-19 22:40:48 +00:00
Orivej Desh (NixOS) 7b25f9c833
Merge pull request #55754 from orivej/aws-sdk-cpp
aws-sdk-cpp: 1.6.52 -> 1.7.49; add aws-checksums, aws-c-common, aws-c-event-stream
2019-02-19 22:20:41 +00:00
Andreas Rammhold b9ac4c1dd3
firmwareLinuxNonfree: 2018-12-13 -> 2019-02-13 2019-02-19 22:59:35 +01:00
Michael Raskin 446520bb9b
Merge pull request #56026 from oxij/tree/move-defaults-to-package-files-half-cuda
all-packages.nix: move defaults to package files continues^2
2019-02-19 21:54:02 +00:00
Joachim F 5fc8559fbb
Merge pull request #56056 from delroth/electrum-3.3.4
electrum: 3.3.2 -> 3.3.4
2019-02-19 21:50:33 +00:00
Franz Pletz 160abfe3ec
Merge pull request #55872 from aanderse/kdevelop-php
kdevelop: added ability to include kdevelop plugins, kdev-php: init at 5.3.1, kdev-python: init at 5.3.1
2019-02-19 21:47:25 +00:00
zimbatm e0a927556b
mdsh: 0.1.2 -> 0.1.3 2019-02-19 21:56:42 +01:00
Franz Pletz f336986521
ncmpcpp: enable outputs and clock tab by default 2019-02-19 21:47:06 +01:00
Franz Pletz d8e918fa7c
minishift: 1.30.0 -> 1.31.0 2019-02-19 21:45:23 +01:00
Franz Pletz 7694c5149a
youtubeDL: 2019.01.30.1 -> 2019.02.18 2019-02-19 21:45:00 +01:00
worldofpeace 82cde8f36e
Merge pull request #55651 from rvolosatovs/update/godef
godef: 1.0.0 -> 1.1.1
2019-02-19 14:59:49 -05:00
worldofpeace b2de398ede
Merge pull request #56060 from Tomahna/mopidy-iris
mopidy-iris: 3.32.4 -> 3.32.5
2019-02-19 14:52:14 -05:00
Ryan Mulligan e27fabb737
Merge pull request #55749 from delroth/tpm2-tools
Add package tpm2-tools (+ deps) to nixpkgs
2019-02-19 11:51:58 -08:00
elseym a73817ed82
jackett module: add more options and refactor 2019-02-19 20:45:00 +01:00
Roman Volosatovs 6c26419f5e
godef: Use fetchFromGitHub 2019-02-19 20:39:25 +01:00
Sarah Brofeldt 45fceae236
Merge pull request #56001 from johanot/coredns-1.3.1-dashboard-1.10.1
nixos/kubernetes: Bump CoreDNS and Dashboard
2019-02-19 20:31:31 +01:00
elseym 7b58ca7797
radarr module: add more options and refactor 2019-02-19 20:25:58 +01:00
Kevin Rauscher 1ecd8a0daf mopidy-iris: 3.32.4 -> 3.32.5 2019-02-19 20:04:56 +01:00