Commit Graph

169897 Commits

Author SHA1 Message Date
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
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
Kevin Rauscher
1ecd8a0daf mopidy-iris: 3.32.4 -> 3.32.5 2019-02-19 20:04:56 +01:00
Pierre Bourdon
d21e4f1ab4
tpm2-tools: init at 3.1.3 2019-02-19 20:02:31 +01:00
Pierre Bourdon
0cb599293b
tpm2-tss: init at 2.2.0 2019-02-19 20:02:31 +01:00
Pierre Bourdon
67d912af0a
ibm-sw-tpm2: init at 1332 2019-02-19 20:02:31 +01:00
Alyssa Ross
03bffcb674
Merge pull request #56049 from alyssais/gotop
gotop: 1.7.1 -> 2.0.1
2019-02-19 18:14:48 +00:00
Alyssa Ross
9e8c2671d7
gotop: use vendored dependencies 2019-02-19 18:00:33 +00:00
Dmitry Kalinkin
3e3e3918f2 qt5.qtwebengine: fail properly
QtWebEngine's build system is setup to perform certain platform checks
(see mkspecs/features/platform.prf). But a failed check will not cause
configuration phase to fail, but instead it configures no build targets.
So in such case the build will successfully perform build and install
phases. An empty output directories will are produced and the build
succeeds.

This patches qtwebengine qmake files to properly fail during
configuration phase.

This doesn't touch qt56 as it doesn't have this mechanism.
2019-02-19 12:28:15 -05:00
Uri Baghin
718a82b108 buildBazelPackage: autodetect nix toolchain instead of Xcode one on macOS (#56033) 2019-02-19 16:44:05 +00:00
Linus Heckemann
688ca701b2
Merge pull request #56043 from mayflower/ossemul
linux: enable SND_OSSEMUL
2019-02-19 17:12:26 +01:00
Pierre Bourdon
a13a0d7868
electrum: 3.3.2 -> 3.3.4 2019-02-19 17:01:57 +01:00
Matthew Bauer
9584d16fc1
Merge pull request #56051 from P-E-Meunier/revealjs
nodePackages.reveal: init at 3.7.0
2019-02-19 09:35:25 -06:00
Pascal Wittmann
56780983fa
Merge pull request #55974 from dtzWill/update/notmuch-0.28.2
notmuch: 0.28.1 -> 0.28.2
2019-02-19 16:32:42 +01:00
Dmitry Kalinkin
78d041f6a9 rivet: 2.6.2 -> 2.7.0 2019-02-19 10:19:25 -05:00
R. RyanTM
0ea514f58f xmr-stak: 2.7.1 -> 2.8.2 (#55804) 2019-02-19 14:59:07 +00:00
Chris Ostrouchov
e6aa9ac72d pythonPackages.nbsphinx: init at 0.4.2 2019-02-19 15:22:38 +01:00
Chris Ostrouchov
7c3d9d442a pythonPackages.nbconvert: 5.4.0 -> 5.4.1
Needed for nbsphinx version cannot be 5.4.0
2019-02-19 15:22:38 +01:00
Pierre-Étienne Meunier
f0186ed533 nodePackages.reveal: init at 3.7.0 2019-02-19 12:59:34 +00:00
Alyssa Ross
6208ad3ee3
gotop: 1.7.1 -> 2.0.1 2019-02-19 12:27:40 +00:00
zimbatm
580f5b0716
oil: 0.3.0 -> 0.6.pre15 2019-02-19 12:07:52 +01:00
Vincent Laporte
e4035c3e0e
Merge pull request #55633 from vbgl/alt-ergo-2.3.0
alt-ergo: 2.2.0 -> 2.3.0
2019-02-19 09:53:57 +01:00
Vincent Laporte
390ed4a626 ocaml-4.08: disable “strictoverflow” hardening 2019-02-19 09:44:04 +01:00
Vincent Laporte
1753b20648 ocaml: init at 4.08.0+beta1 2019-02-19 09:44:04 +01:00
Vladimír Čunát
c721be4008
Merge #55845: linux-hardkernel: 4.14.87-153 -> 4.14.94-155 2019-02-19 09:16:01 +01:00
Pascal Wittmann
d76f38a762
Merge pull request #55992 from dywedir/watchexec
watchexec: 1.10.0 -> 1.10.1
2019-02-19 09:15:23 +01:00
Herwig Hochleitner
c414e5bd08 chromium: 72.0.3626.96 -> 72.0.3626.109 2019-02-19 04:44:37 +01:00
Elis Hirwing
8ef5700958 dump1090: Move to radio 2019-02-18 22:35:16 -05:00