Commit Graph

92615 Commits

Author SHA1 Message Date
Jan Malakhovski
2f35ab5960 firefoxPackages: implement privacySupport option 2017-04-30 00:08:18 +02:00
Jan Malakhovski
f0f572ff46 firefox: refactor into firefoxPackages, add more options 2017-04-30 00:08:16 +02:00
Jan Malakhovski
1d407173b0 firefox: rename default.nix -> common.nix 2017-04-30 00:08:16 +02:00
Michael Weiss
8c9b60a830 pykde4: Remove kde4.pykde4
This package is broken since 0a3b7f994e
(python-sip: 4.18.1 -> 4.19.1). Removing it seems reasonable since we're
dropping KDE4 anyway.

Fixes #24548.
2017-04-29 23:10:07 +02:00
Joachim F
f15dae36fe Merge pull request #25295 from mguentner/youtubedl_170428
youtube-dl: 2017.04.17 -> 2017.04.28
2017-04-29 22:06:50 +01:00
Michael Raskin
f1c7d5a6ba gimpPlugins.resynthesizer2: fix build 2017-04-29 16:51:25 +02:00
Maximilian Bosch
b12f76ddd3 geogebra: 5-0-350-0 -> 5-0-355-0 (#25324) 2017-04-29 14:34:57 +01:00
Jörg Thalheim
e715283dca Merge pull request #25306 from NickHu/teamviewer
teamviewer: 12.0.71510 -> 12.0.76279
2017-04-29 15:26:36 +02:00
Michael Raskin
f44165f484 Merge pull request #25303 from tohl/master
sbcl updates
2017-04-29 13:31:14 +02:00
Michael Raskin
4a207b1dd8 gimpPlugins.resynthesizer: fix build 2017-04-29 12:41:31 +02:00
Michael Raskin
316d0ff7c7 libsamplerate: update license information (in effect since 0.1.9) 2017-04-29 12:34:11 +02:00
Michael Raskin
adadf7e5ce androidsdk: meta.url to meta.homepage 2017-04-29 12:26:16 +02:00
Franz Pletz
bd27594bc6
promtheus-node-exporter: 0.13.0 -> 0.14.0 2017-04-29 11:44:39 +02:00
Robin Gloster
154dacde20
grafana: 4.1.2 -> 4.2.0 2017-04-29 11:43:17 +02:00
Jörg Thalheim
fddeacfe4c Merge pull request #25316 from ericsagnes/pkg-update/ibus-mozc
ibus-engines.mozc:  2.17.2313.102 -> 2.20.2673.102
2017-04-29 11:14:00 +02:00
Jörg Thalheim
6af952fac8
rtkit: fix meta attr 2017-04-29 10:49:12 +02:00
Jörg Thalheim
6318a0c64c Merge pull request #25318 from ericsagnes/feat/stdenv-metacheck
stdenv-generic: add meta attributes checks
2017-04-29 10:48:00 +02:00
Peter Simons
d1008a9a5f Merge pull request #25299 from ahmedtd/fix-wrap-gapps-hook
wrapGAppsHook: Correct `wrapProgram` invocations
2017-04-29 10:33:52 +02:00
Jaka Hudoklin
85d16bd7af Merge pull request #25312 from calvertvl/update-xpra-2_0_2
xpra: 2.0.1 -> 2.0.2
2017-04-29 10:33:32 +02:00
Eric Sagnes
7004919243 stdenv-generic: add meta attributes checks 2017-04-29 17:07:01 +09:00
Eric Sagnes
424f175546 ibus-engines.mozc: 2.17.2313.102 -> 2.20.2673.102 2017-04-29 15:26:22 +09:00
Dan Peebles
90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Victor Calvert
5539f8acfa xpra: 2.0.1 -> 2.0.2 2017-04-28 23:39:19 -04:00
Dan Peebles
1a4ca220e1 treewide: fix assorted issues revealed by the meta checker
Turns out a couple of the licenses were wrong, as well as being strings.
2017-04-28 23:07:42 -04:00
Nick Hu
90c5bf8c58 teamviewer: 12.0.71510 -> 12.0.76279 2017-04-29 00:29:18 +01:00
Dan Peebles
32ae4bfc20 stdenv-generic: add meta attribute checking
This is turned off by default but I think we should fix all packages to
respect it and then turn it on by default
2017-04-28 18:12:18 -04:00
Tomas Hlavaty
f1cf8125f0 sbcl: enable threadSupport also on aarch64-linux 2017-04-28 23:51:58 +02:00
Tomas Hlavaty
6e53534c2f sbcl: 1.3.16 -> 1.3.17 2017-04-28 23:51:53 +02:00
André-Patrick Bubel
ce6eb0cbbe
udiskie: 1.5.1 -> 1.7.0 2017-04-28 22:55:39 +02:00
Joachim F
2b22dc303e Merge pull request #25241 from womfoo/bump/asterisk
update asterisk-stable and asterisk-lts
2017-04-28 21:54:19 +01:00
Taahir Ahmed
2cd342cfb3 wrapGAppsHook: Correct wrapProgram invocations
This change fixes several defects in the way `wrapGAppsHook` selected
the executable to wrap.

Previously, it would wrap any top-level files in the target `/bin` and
`/libexec` directories, including directories and non-executable
files.  In addition, it failed to wrap files in subdirectories.

Now, it uses `find` to iterate over these directory hierarchies,
selecting only executable files for wrapping.
2017-04-28 15:24:50 -05:00
Maximilian Güntner
76d8811d8a
youtube-dl: 2017.04.17 -> 2017.04.28 2017-04-28 20:06:40 +02:00
Peter Simons
5c25c33a05 wrapGAppsHook: Revert "Correct wrapProgram invocations"
This reverts commit 8b9f153bb9 of
https://github.com/NixOS/nixpkgs/pull/25183 because it breaks builds of
packages that don't install both a "bin" and a "libexec" directory. See
https://github.com/NixOS/nixpkgs/pull/25183#issuecomment-298064769 for more
details.
2017-04-28 20:01:33 +02:00
Periklis Tsirakidis
db6ba4dee7 emscripten: fix closure-compiler path 2017-04-28 18:54:47 +02:00
Vincent Laporte
752351e889 ocamlPackages: make explicit some version requirements 2017-04-28 16:19:58 +00:00
Vincent Laporte
1bacfb4637 ocamlPackages.cppo: 1.3.2 -> 1.5.0 2017-04-28 16:19:57 +00:00
Vincent Laporte
2e75b4b479 ocamlPackages.ocurl: propagate its curl dependency 2017-04-28 16:19:57 +00:00
Vincent Laporte
8ab3a2a232 Revert "ocamlPackages.llvm: fix hash"
This reverts commit 0c8cf28091.
2017-04-28 16:19:57 +00:00
Eelco Dolstra
e042db5e41
nixUnstable: 1.12pre5152_915f62fa -> 1.12pre5308_2f21d522 2017-04-28 17:55:53 +02:00
schneefux
6adc79d72b wallabag: 2.1.6 -> 2.2.2 (#25120) 2017-04-28 14:27:44 +01:00
Pascal Wittmann
959fadb86e yesod-auth-oauth2: jailbreak because of outdated dependencies 2017-04-28 14:40:26 +02:00
Joachim F
bb572f0942 Merge pull request #25115 from sifmelcara/update/crystal-0.22.0
crystal: 0.21.0 -> 0.22.0
2017-04-28 12:44:57 +01:00
Thomas Tuegel
951b6b8a7f
plasma-workspace: 5.9.5 -> 5.9.5.1 2017-04-28 06:27:19 -05:00
Joachim Fasting
32b8512e54
grsecurity: discontinue support
Upstream has decided to make -testing patches private, effectively ceasing
free support for grsecurity/PaX [1].  Consequently, we can no longer
responsibly support grsecurity on NixOS.

This patch turns the kernel and patch expressions into build errors and
adds a warning to the manual, but retains most of the infrastructure, in
an effort to make the transition smoother.  For 17.09 all of it should
probably be pruned.

[1]: https://grsecurity.net/passing_the_baton.php
2017-04-28 12:35:15 +02:00
Peter Simons
edcff000d4 Merge pull request #25183 from ahmedtd/fix-wrap-gapps-hook
wrapGAppsHook: Correct `wrapProgram` invocations
2017-04-28 11:13:12 +02:00
Tim Steinbach
7f3b857d0d
linux: 4.4.63 -> 4.4.64 2017-04-27 22:12:35 -04:00
Tim Steinbach
08c44a5cac
linux: 4.10.12 -> 4.10.13 2017-04-27 22:10:06 -04:00
Tim Steinbach
903fec9922
linux: 4.9.24 -> 4.9.25 2017-04-27 22:07:34 -04:00
Peter Hoeg
bf4710fa80 speedcrunch: allow building with qt 5.8 2017-04-28 08:41:58 +08:00
Peter Hoeg
3e06c96f50 xca: now works with qt 5.8 2017-04-28 08:33:59 +08:00