Commit Graph
167621 Commits
Author SHA1 Message Date
Matthieu Coudron 045e1332d9 linux: fix after rebase 2019-01-28 11:24:59 +09: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
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
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
Jörg ThalheimandGitHub db1d045351 Merge pull request #54705 from r-ryantm/auto-update/python3.7-pydub
python37Packages.pydub: 0.23.0 -> 0.23.1
2019-01-27 16:48:48 +00:00
Silvan MosbergerandGitHub dede5baac7 Merge pull request #54681 from Ma27/escape-interface-names-in-wpa-supplicant-unit
nixos/wpa_supplicant: escape interface names to listen on
2019-01-27 17:35:18 +01:00
Justin Humm 38f23046a3 unifi, nixos/unifi: add erictapen as maintainer 2019-01-27 17:28:15 +01:00
Jan Tojnar 6851b8f3da python.pkgs.pygobject2: fix darwin build 2019-01-27 17:24:53 +01:00
Jan Tojnar 8f217162e7 gtk2-x11: fix darwin build 2019-01-27 17:24:36 +01:00
R. RyanTM 40dd693ba9 python37Packages.pydub: 0.23.0 -> 0.23.1
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-pydub/versions
2019-01-27 07:53:57 -08:00
R. RyanTMandworldofpeace 88fac8aa40 python37Packages.peewee: 3.8.1 -> 3.8.2
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-peewee/versions
2019-01-27 15:17:45 +00:00
Jan Tojnar 10a60af7e0 gtk3-x11: fix darwin build 2019-01-27 15:38:18 +01:00
Alyssa RossandGitHub 9c2c5eec14 Merge pull request #54640 from alyssais/rbczmq
defaultGemConfig.rbczmq: init
2019-01-27 14:31:25 +00:00
Ryan MulliganandGitHub 648ca97f01 Merge pull request #54645 from r-ryantm/auto-update/wpgtk
wpgtk: 5.8.6 -> 5.8.7
2019-01-27 06:06:58 -08:00
Ryan MulliganandGitHub 3d295fc4eb Merge pull request #54666 from r-ryantm/auto-update/safeeyes
safeeyes: 2.0.6 -> 2.0.8
2019-01-27 06:05:32 -08:00
Robert Schütz f1e8aab72b dmensamenu: 1.1.1 -> 1.2.1 2019-01-27 14:23:24 +01:00