Commit Graph
167702 Commits
Author SHA1 Message Date
Dmitry KalinkinandGitHub e6f2816502 Merge pull request #54611 from veprbl/pr/libsForQt5.poppler_fix
libsForQt5.poppler: fix on darwin
2019-01-27 22:01:32 -05:00
Matthieu Coudron 045e1332d9 linux: fix after rebase 2019-01-28 11:24:59 +09:00
Tim Steinbach e707ac126b linux: Tag hardened kernels 2019-01-27 21:00:29 -05:00
Tim Steinbach e1ddb90ca8 linux: 4.20-rc4 -> 4.20-rc5 2019-01-27 20:56:23 -05:00
Jan Tojnar 8a66e219c2 pulseeffects: 4.4.6 -> 4.4.7 2019-01-28 02:51:27 +01:00
Silvan MosbergerandGitHub 2a40236e60 Merge pull request #50849 from cyounkins/startlimitinterval
nixos/systemd: add StartLimitIntervalSec to unit config
2019-01-28 02:44:21 +01:00
Graham ChristensenandGitHub 078d8853cf Merge pull request #54699 from MikePlayle/master
libamqpcpp: 3.0.0 -> 4.1.3
2019-01-27 20:43:23 -05:00
Silvan MosbergerandGitHub ddcf01bca6 Merge pull request #53848 from veprbl/pr/qtwebengine_darwin_fix
qt511.qtwebengine: fix on darwin
2019-01-28 02:41:53 +01:00
Florian KlinkandGitHub d5881eb5f0 Merge pull request #54718 from r-ryantm/auto-update/python3.7-astral
python37Packages.astral: 1.7.1 -> 1.8
2019-01-28 02:16:35 +01:00
Florian KlinkandGitHub 40ede81f30 Merge pull request #54683 from r-ryantm/auto-update/python3.7-twilio
python37Packages.twilio: 6.23.0 -> 6.23.1
2019-01-28 02:16:01 +01:00
Craig Younkins 6f6287fbf9 nixos/systemd: add StartLimitIntervalSec to unit config 2019-01-28 00:29:43 +00:00
Matthieu Coudron 461cb3f9ed linux: added tests for the config 2019-01-28 09:07:24 +09:00
Matthieu Coudron 7aacbdb898 linux: convert hardened-config to a structured one 2019-01-28 09:07:24 +09:00
Matthieu Coudron 3bb7b3f02e linux: ability to merge structured configs
This should make the composability of kernel configurations more straigthforward.

- now distinguish freeform options from tristate ones
- will look for a structured config in kernelPatches too
one can now access the structuredConfig from a kernel via linux_test.configfile.structuredConfig
in order to reinject it into another kernel, no need to rewrite the config from scratch

The following merge strategies are used in case of conflict:
-- freeform items must be equal or they conflict (mergeEqualOption)
-- for tristate (y/m/n) entries, I use the mergeAnswer strategy which takes the best available value, "best" being defined by the user (by default "y" > "m" > "n", e.g. if one entry is both marked "y" and "n", "y" wins)
-- if one item is both marked optional/mandatory, mandatory wins (mergeFalseByDefault)
2019-01-28 09:06:33 +09:00
Dmitry Kalinkin 56dcf6e1f6 qt5.qtwebengine: refactor to use lib.versionOlder 2019-01-27 19:01:17 -05:00
Matthew BauerandGitHub bf041c3f1d systems/default.nix: wasm in platform.uname.system
This adds the "Wasm" system to platform.uname.system. This is used in CMake infrastructure.
2019-01-27 17:29:23 -05:00
Shea LevyandGitHub 15e8d1d314 Merge pull request #52848 from mightybyte/callHackage-variant
Add a callHackage variant that doesn't require all-cabal-hashes
2019-01-27 17:13:40 -05:00
Matthew BauerandGitHub ae16dd1a15 stdenv/make-derivation: don't hide broken packages
This behavior ended up breaking the handleEvalIssue functionality by hiding those packages. So something like this:

$ nix-env -iA nixpkgs.zoom-us

would silently fail, without telling the user how to fix it! Regardless, this "bug" should be handled in Nix - not Nixpkgs.

Fixes #38952.
2019-01-27 17:02:17 -05:00
Tim Steinbach 39fdfd0eb1 linux: 4.20.4 -> 4.20.5 2019-01-27 16:12:13 -05:00
Tim Steinbach 4ab5604c85 linux: 4.19.17 -> 4.19.18 2019-01-27 16:12:13 -05:00
Tim Steinbach 19505bb8d1 linux: 4.14.95 -> 4.14.96 2019-01-27 16:12:12 -05:00
Tim Steinbach 4606793349 linux: 4.9.152 -> 4.9.153 2019-01-27 16:12:12 -05:00
Tim Steinbach 6df6bb42b5 linux: 4.4.171 -> 4.4.172 2019-01-27 16:12:12 -05:00
Graham ChristensenandGitHub 18119f2d93 Merge pull request #54519 from devhell/modify_ngc.pl
nixos-generate-config: Include extraGroups "wheel"
2019-01-27 15:59:29 -05:00
devhell c3d22fdca1 nixos-generate-config: Include extraGroups "wheel"
I've been asked, on numerous occasions, by my students and others, how
to 'sudo' on NixOS.

Of course new users could read up in the manual on how to do that, or we
could make it more accessible for them by simply making it visible in
the default `configuration.nix` file.

Additionally, as raised in [1], replacing `guest` with something more
recognizable could be potentially beneficial to new users. I've
opted for `jane` for now.

[1]: https://github.com/NixOS/nixpkgs/pull/54519#issuecomment-457012223
2019-01-27 20:33:36 +00:00
Jörg ThalheimandGitHub d5f340f59e Merge pull request #54658 from allowthere/patch-2
go: 1.11.4 -> 1.11.5
2019-01-27 20:19:23 +00:00
Pascal Wittmann 3f541d1e7f moreutils: 0.62 -> 0.63 2019-01-27 21:16:22 +01:00
worldofpeace dc923b6ad1 nixos/pulseaudio: disable flat-volumes by default
The motivation for this is that some applications are unaware
of this feature and can set their volume to 100% on startup
harming people ears and possiblly blowing someone's audio
setup.

I noticed this in #54594 and by extension epiphany[0].

Please also note that many other distros have this default for
the reason outlined above.

Closes #5632 #54594

[0]: https://bugzilla.gnome.org/show_bug.cgi?id=675217
2019-01-27 19:51:26 +00:00
Will DietzandGitHub 022c0165c2 Merge pull request #53907 from dtzWill/update/bcc-0.8.0
bcc: 0.7.0 -> 0.8.0
2019-01-27 13:36:03 -06:00
Will DietzandGitHub f34e604cac Merge pull request #54059 from dtzWill/update/fwts-19.01.00
fwts: 18.12.00 -> 19.01.00
2019-01-27 13:33:51 -06:00
Will DietzandGitHub 2b0108482e Merge pull request #53916 from dtzWill/update/getdns-1.5.1
getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5
2019-01-27 13:33:26 -06:00
Silvan MosbergerandGitHub a5c912f7f9 Merge pull request #54008 from palfrey/libnetfilter_acct
libnetfilter_acct: init at 1.0.3
2019-01-27 20:28:04 +01:00
Silvan MosbergerandGitHub e06af14ce7 Merge pull request #54612 from veprbl/pr/qtkeychain_cleanup
qtkeychain: remove CMP0025 hack
2019-01-27 20:23:21 +01:00
Silvan MosbergerandGitHub f98c3b27ac Merge pull request #54608 from qolii/eternal_terminal_5_1_8__5_1_9
Eternal-terminal: 5.1.8 -> 5.1.9
2019-01-27 20:22:20 +01:00
Matthew BauerandGitHub 8f30e05ce6 Merge pull request #54614 from matthewbauer/libstdcxx
libstdcxx: don’t set stdlib automatically
2019-01-27 13:55:27 -05:00
Matthew BauerandGitHub 580c675ea9 Merge pull request #53618 from matthewbauer/fix-49206
haskell.buildStackProject: use setup hook
2019-01-27 13:54:40 -05:00
Matthew BauerandGitHub 14ecdbefd4 Merge pull request #54659 from matthewbauer/doc-fixes
Nixpkgs documentation additions for 19.03
2019-01-27 13:54:06 -05:00
R. RyanTM cd0e669d80 python37Packages.astral: 1.7.1 -> 1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-astral/versions
2019-01-27 10:52:35 -08:00
Jörg ThalheimandGitHub 9bbb7d01c5 Merge pull request #54712 from dtzWill/update/whois-5.4.1
whois: 5.4.0 -> 5.4.1
2019-01-27 18:30:00 +00:00
Jörg ThalheimandGitHub 6ed3361f3d Merge pull request #54713 from dywedir/fff
fff: 1.5 -> 1.7
2019-01-27 18:28:14 +00:00
Silvan MosbergerandGitHub f2daf4295e Merge pull request #54708 from erictapen/unifi-maintainer
unifi, nixos/unifi: add erictapen as maintainer
2019-01-27 19:02:40 +01:00
Tor Hedin BrønnerandGitHub b2d0bd4b99 Merge pull request #54664 from r-ryantm/auto-update/totem-pl-parser
gnome3.totem-pl-parser: 3.26.1 -> 3.26.2
2019-01-27 19:01:04 +01:00
Silvan MosbergerandGitHub fede41404d Merge pull request #50220 from pbogdan/ffmpeg-cleanup
ffmpeg: misc cleanups
2019-01-27 19:00:12 +01:00
Vladyslav Mykhailichenko 773f1a7a57 fff: 1.5 -> 1.7 2019-01-27 19:48:15 +02:00
Doug Beardsley 0cb5b013c0 Overrides can be passed to callHackageDirect 2019-01-27 12:28:01 -05:00
Michael Weiss 35518331d6 scdoc: 1.6.1 -> 1.8.0 2019-01-27 18:26:42 +01:00
Matthew Bauer a376d62441 nixpkgs/manual: add one more fix for a missed review 2019-01-27 12:01:23 -05:00
Matthew Bauer d7b62cb601 nixpkgs/manual: address review comments
Mostly taken from requested changes exactly as recommended.
2019-01-27 11:57:36 -05:00
Jan TojnarandGitHub d06efd2107 Merge pull request #54615 from jtojnar/gtk3-x11
gtk3-x11: fix build
2019-01-27 17:54:14 +01:00
Will Dietz 733bc4648e whois: 5.4.0 -> 5.4.1
https://github.com/rfc1036/whois/releases/tag/v5.4.1
2019-01-27 10:52:57 -06:00