1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00
Commit graph

113401 commits

Author SHA1 Message Date
Herwig Hochleitner 4e026c7b94 pinentry: fix keyboard/pointer grabbing bugs
use debian patches to get the gtk2 version to work with various tiling
window managers

Related reports:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850708
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851707
https://github.com/ch11ng/exwm/issues/263
https://github.com/ch11ng/exwm/issues/279
2017-08-22 00:26:27 +02:00
Sean Parsons 830d8b3b8f renoise: 3.0.1 -> 3.1.0 (#28380)
Replaced demo parameter with releasePath parameter.
2017-08-22 00:12:28 +02:00
Joachim F ea064461cb Merge pull request #28414 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.1.3 -> 3.2.0
2017-08-21 21:14:45 +00:00
Thomas Tuegel 50a9f98c42 Merge pull request #27224 from ttuegel/kdepim
KDE PIM Applications
2017-08-21 13:47:45 -05:00
Pascal Bach ec779fb2c3 nginx: enable stream support by default
TCP proxying should be a default feature of nginx
2017-08-21 20:30:41 +02:00
Pascal Bach 6de00c1cb2 nginx: add possibility to compile reverse proxy with mail support 2017-08-21 20:30:41 +02:00
Pascal Bach 1d8412d17a nginx: add additional features when streams are enabled
This allows nginx to work as a TCP load balancer including
TLS and geo IP routing support
2017-08-21 20:30:41 +02:00
Pascal Bach e309c318c6 nginx: enable additional compile flags
These flags can increase performance.

They are also enabled by default on Debian and Archlinux
2017-08-21 20:30:41 +02:00
Pascal Bach 12e0e9d31c nginx: remove deprecated ipv6 compile flag
The build process for both mainline and stable print a warning that
"--with-ipv6" is deprecated
2017-08-21 20:30:41 +02:00
Franz Pletz 66fe192301 Merge pull request #28293 from makefu/module/gitlab-runner/configOptions
module gitlab-runner: introduce configOptions and configFile
2017-08-21 20:27:48 +02:00
Robert Helgesson 4d192a3522
cassandra: clean up installed documentation
Fixes #28281.
2017-08-21 19:41:59 +02:00
Robert Helgesson 9459dd27ec
liquibase: clean up installed documentation
Fixes #28281.
2017-08-21 19:35:52 +02:00
Franz Pletz cfb716e6a5
phpfpm service: remove NoNewPrivileges systemd option
This interferes with sendmail because suid won't work. Fixes #26611.
2017-08-21 19:24:17 +02:00
Franz Pletz 775a7944c5
kanboard: 1.0.44 -> 1.0.46
Fixes CVE-2017-12850 & CVE-2017-12851.
2017-08-21 19:23:58 +02:00
John Ericson 056a389d3b ios cross cc-wrapper: Fail assertion to avoid breaking tarball job
Previously, this wasn't being evaluated by CI.
2017-08-21 11:50:29 -04:00
Frederik Rietdijk b7b815b45d Merge pull request #28386 from ericsagnes/pkg-update/pytorch
pytorch: 0.1.12 -> 0.2.0
2017-08-21 16:57:09 +02:00
Daniel Peebles 7242500cc1 Merge pull request #27728 from konimex/ostree
ostree: 2016.11 -> 2017.9
2017-08-21 09:33:42 -04:00
Domen Kožar 37c340728e
servant-auth: tests pass for a while now 2017-08-21 14:42:05 +02:00
Gabriel Ebner 0c36f8569f Merge pull request #28420 from canndrew/intel-microcode
microcode-intel: 2017-05-11 -> 2017-07-07
2017-08-21 14:09:38 +02:00
Thomas Tuegel 933f384fc7
ark: use plain unzip
Use plain unzip instead of unzipNLS, which is unnecessary and also broken.
2017-08-21 06:52:48 -05:00
Thomas Tuegel 46ecfa1908
okteta: fixup inputs 2017-08-21 06:52:47 -05:00
Thomas Tuegel 4fd2820dcd
k3b: fixup inputs 2017-08-21 06:52:47 -05:00
Thomas Tuegel 5f3732f815
Revert "kdepim-runtime: patch from upstream to fix IMAP resource crash"
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
2017-08-21 06:52:15 -05:00
Thomas Tuegel ca324e54dd
kdepim-runtime: patch from upstream to fix IMAP resource crash 2017-08-21 06:51:34 -05:00
Thomas Tuegel d143269ea8
grantlee5: patch CMake module correctly in release or debug build 2017-08-21 06:51:34 -05:00
Thomas Tuegel 96e2a3bd85
grantlee5: update meta.homepage 2017-08-21 06:51:33 -05:00
Thomas Tuegel 6ba0ab1b92
Revert "kcmutils: fix kcm plugin path"
This reverts commit cb922bbd5855aba00b96f223dce50c4556472a25.
2017-08-21 06:51:33 -05:00
Thomas Tuegel 7c850a0fd6
libkscreen: fix circular references 2017-08-21 06:51:33 -05:00
Thomas Tuegel 91b99ec929
sddm: no propagatedBuildInputs 2017-08-21 06:51:33 -05:00
Thomas Tuegel dd3f3de3e3
syndication: multiple outputs 2017-08-21 06:51:33 -05:00
Thomas Tuegel 2978918f63
kdesignerplugin: propagate qttools build input 2017-08-21 06:51:33 -05:00
Thomas Tuegel d0337b0874
libgnome-keyring: separate $dev output 2017-08-21 06:51:33 -05:00
Thomas Tuegel b4780249c6
grantlee5: don't link plugins into $dev 2017-08-21 06:51:32 -05:00
Thomas Tuegel 55e6c1b8e1
kholidays: add to libsForQt5 2017-08-21 06:51:32 -05:00
Thomas Tuegel 5ba0dd1ad7
qgpgme: build with -DQT_NO_DEBUG
qgpgme uses Q_ASSERT which causes build inputs to be retained unnecessarily at
runtime unless debugging is disabled.
2017-08-21 06:51:32 -05:00
Thomas Tuegel 22b6a93fad
akonadi: no need to set MYSQLD_EXECUTABLE 2017-08-21 06:51:32 -05:00
Thomas Tuegel fa2f19467f
akonadi: use QLatin1String instead of QStringLiteral
QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths,
so we must use QLatin1String for strings that may be paths, or the dependency
graph will be broken!
2017-08-21 06:51:32 -05:00
Thomas Tuegel 88d29f80c1
qttools: move qdbusviewer to runtime output 2017-08-21 06:51:31 -05:00
Thomas Tuegel b3ffeab007
kdeApplications: move mkDerivation 2017-08-21 06:51:31 -05:00
Thomas Tuegel 597a1c6a9e
kwallet: remove legacy D-Bus service 2017-08-21 06:51:18 -05:00
Thomas Tuegel 5a609e389a
grantlee5: multiple outputs 2017-08-21 06:51:18 -05:00
Thomas Tuegel 548f52c0a3
korganizer: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel c3101965d4
incidenceeditor: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel 95eee6b49b
eventviews: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel 3ca93ebb4b
kqtquickcharts: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel b7493e1361
kdiagram: init at 2.6.0 2017-08-21 06:51:17 -05:00
Jos van den Oever 129413c474
kontact: init at 17.04.0 2017-08-21 06:51:17 -05:00
Jos van den Oever 7fe86510c1
kaddressbook: init at 17.04.0 2017-08-21 06:51:17 -05:00
Jos van den Oever 60f56bac82
kleopatra: init at 17.04.0 2017-08-21 06:51:17 -05:00
Thomas Tuegel 58cf19a98a
grantlee: don't canonicalize template paths 2017-08-21 06:51:17 -05:00