Silvan Mosberger
51d2eed83b
Merge pull request #42838 from teto/kernel_autoconf
...
[RFC] add ability to merge structured configs
2019-01-28 10:38:00 +01:00
R. RyanTM
8c2aaf37fd
python37Packages.httpsig: 1.2.0 -> 1.3.0 ( #54724 )
...
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-httpsig/versions
2019-01-28 10:24:13 +01:00
worldofpeace
c0bb14fc4f
vscode: update desktop items
...
These should now be identical to the templates at
https://github.com/Microsoft/vscode/tree/master/resources/linux
2019-01-28 09:06:25 +00:00
R. RyanTM
f8f8f5b149
python37Packages.latexcodec: 1.0.5 -> 1.0.6 ( #54735 )
...
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-latexcodec/versions
2019-01-28 09:23:04 +01:00
Domen Kožar
df3142f118
Merge pull request #54759 from timbertson/nose
...
pythonPackages.nose_progressive: 1.5.1 -> 1.5.2
2019-01-28 13:14:27 +07:00
Tim Cuthbertson
2d3a53ad6d
pythonPackages.nose_progressive: 1.5.1 -> 1.5.2
2019-01-28 15:18:26 +11:00
Ryan Mulligan
5094de98f0
Merge pull request #54673 from r-ryantm/auto-update/remmina
...
remmina: 1.2.32.1 -> 1.3.0
2019-01-27 19:54:44 -08:00
Tim Steinbach
6ecfe92986
linux: Tag hardened kernels 2/2
...
Forgot to change the modDirVersion
2019-01-27 22:15:22 -05:00
Dmitry Kalinkin
b8d6cc8157
Merge pull request #54520 from veprbl/pr/sherpa_2.2.6
...
sherpa: 2.2.5 -> 2.2.6
2019-01-27 22:01:53 -05:00
Dmitry Kalinkin
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
Silvan Mosberger
2a40236e60
Merge pull request #50849 from cyounkins/startlimitinterval
...
nixos/systemd: add StartLimitIntervalSec to unit config
2019-01-28 02:44:21 +01:00
Graham Christensen
078d8853cf
Merge pull request #54699 from MikePlayle/master
...
libamqpcpp: 3.0.0 -> 4.1.3
2019-01-27 20:43:23 -05:00
Silvan Mosberger
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 Klink
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 Klink
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 Bauer
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 Levy
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 Bauer
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 Christensen
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 Thalheim
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 Dietz
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 Dietz
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 Dietz
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 Mosberger
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 Mosberger
e06af14ce7
Merge pull request #54612 from veprbl/pr/qtkeychain_cleanup
...
qtkeychain: remove CMP0025 hack
2019-01-27 20:23:21 +01:00
Silvan Mosberger
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 Bauer
8f30e05ce6
Merge pull request #54614 from matthewbauer/libstdcxx
...
libstdcxx: don’t set stdlib automatically
2019-01-27 13:55:27 -05:00
Matthew Bauer
580c675ea9
Merge pull request #53618 from matthewbauer/fix-49206
...
haskell.buildStackProject: use setup hook
2019-01-27 13:54:40 -05:00
Matthew Bauer
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 Thalheim
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 Thalheim
6ed3361f3d
Merge pull request #54713 from dywedir/fff
...
fff: 1.5 -> 1.7
2019-01-27 18:28:14 +00:00
Silvan Mosberger
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ønner
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