Commit graph

126839 commits

Author SHA1 Message Date
Tuomas Tynkkynen 2f39b19535 mdadm: Make 4.0 the default
4.0 has been out for a year without another upstream release, so
presumably 4.x's quite stable enough (and already in Arch & Debian
Buster for instance).
2018-01-28 13:31:50 +02:00
Maximilian Bosch 8ed3a90cdf
nixos/powerManagement: set cpuFreqGovernor with mkOptionDefault
`nixos-generate-config` detects the `cpuFreqGovernor` suited best for my
machine, e.g. `powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";`.

However the `powerManagement` module sets a sensitive default for
`cpuFreqGovernor` using `mkDefault` to avoid breackage with older
setups. Since 140ac2f1 the `hardware-configuration.nix` sets the
gorvernor with `mkDefault` as well which causes evaluation errors if the
powermanagement module is enabled:

```
error: The unique option `powerManagement.cpuFreqGovernor' is defined multiple times, in `/home/ma27/Projects/nixos-config/hardware-configuration.nix' and `/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/config/power-management.nix'.
```

Using `mkOptionDefault` rather than `mkDefault` in the powermanagement
module fixes this issue as it decreases the priority of the module and
prefers the value set in `hardware-configuration.nix`.

I have confirmed the change using the following VM declaration:

```
{
  cpuFreq = { lib, ... }: {
    powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
    powerManagement.enable = true;
  };
}
```
2018-01-28 09:38:45 +01:00
Thomas Mader b07f0f9eec dub: 1.6.0 -> 1.7.1 2018-01-28 09:30:52 +01:00
adisbladis 8ecadc1250
Merge pull request #34342 from matthiasbeyer/update-mutt
mutt: 1.9.2 -> 1.9.3
2018-01-28 11:01:16 +08:00
adisbladis eacd789ef2
Merge pull request #34323 from samdroid-apps/gradio-7.1
gradio: 7.0-> 7.1
2018-01-28 10:15:54 +08:00
adisbladis a7794d287b
Merge pull request #34347 from aneeshusa/make-bsdtar-available-for-vagrant
vagrant: Make bsdtar available to extract boxes
2018-01-28 09:57:08 +08:00
Will Dietz 15aa4fcf75
networkmanagerapplet: 1.8.2 -> 1.8.6
https://git.gnome.org/browse/network-manager-applet/tree/NEWS?h=1.8.6
2018-01-28 08:12:45 +08:00
adisbladis 48474a712c
Merge pull request #34300 from magnetophon/magnetophonDSP
magnetophonDSP: remove workarounds for:
2018-01-28 07:54:34 +08:00
Aneesh Agrawal 9c33aa8465 vagrant: Make bsdtar available to extract boxes 2018-01-27 15:48:19 -08:00
adisbladis 4cc3ee2049
Merge pull request #34341 from tomberek/gitolite_bump
gitolite: 3.6.3 -> 3.6.7
2018-01-28 07:40:14 +08:00
adisbladis c721cd83ce
mesos: 1.4.0 -> 1.4.1 2018-01-28 06:59:54 +08:00
adisbladis 8227d87aa6
mkvtoolnix: 19.0.0 -> 20.0.0 2018-01-28 06:59:53 +08:00
adisbladis 405e53ab71
networkmanager: 1.10.0 -> 1.10.2 2018-01-28 06:59:46 +08:00
adisbladis 1f80e7384e
redis: 4.0.6 -> 4.0.7 2018-01-28 06:51:37 +08:00
adisbladis 740b16eda2
offlineimap: 7.1.4 -> 7.1.5 2018-01-28 06:51:36 +08:00
adisbladis c2dcf10b27
krita: 3.3.2 -> 3.3.3 2018-01-28 06:51:35 +08:00
adisbladis 27e4499f6a
libdivecomputer: 0.5.0 -> 0.6.0 2018-01-28 06:51:34 +08:00
adisbladis 41af33a039
mypy: 0.540 -> 0.560 2018-01-28 06:51:33 +08:00
adisbladis 70a03faa48
graylog: 2.4.0 -> 2.4.1 2018-01-28 06:51:32 +08:00
adisbladis 64d9a928f4
fail2ban: 0.10.1 -> 0.10.2 2018-01-28 06:51:31 +08:00
adisbladis 792a3d97b5
electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20 2018-01-28 06:51:30 +08:00
adisbladis 5056931ff1
debianutils: 4.8.2 -> 4.8.4 2018-01-28 06:51:29 +08:00
adisbladis 1ca9fb1085
cadvisor: 0.26.1 -> 0.28.3 2018-01-28 06:51:28 +08:00
adisbladis 92d790117d
ccache: 3.3.4 -> 3.3.5 2018-01-28 06:51:28 +08:00
adisbladis 74ebb70f89
cryfs: 0.9.7 -> 0.9.8 2018-01-28 06:51:27 +08:00
Linus Heckemann 5ba11ca00e pmidi: init at 1.7.1 2018-01-27 22:24:58 +00:00
Franz Pletz 366136806b
hyx: init at 0.1.4 2018-01-27 22:59:19 +01:00
Michael Raskin 96be241536
Merge pull request #33070 from lheckemann/vdrift-fix
vdrift: fix build, allow parallel building
2018-01-27 21:54:52 +00:00
Daiderd Jordan d71c8da8da
mariadb: fix connector-c library install_name on darwin 2018-01-27 22:52:33 +01:00
Matthias Beyer e23e131025 mutt: 1.9.2 -> 1.9.3 2018-01-27 22:10:07 +01:00
Michael Raskin 32925f082b lispPackages: deduplicate dynamical library search path 2018-01-27 21:59:19 +01:00
Sarah Brofeldt 5e5cae073c
Merge pull request #34324 from ThomasMader/dmd2.078.1
dmd: 2.078.0 -> 2.078.1
2018-01-27 21:36:15 +01:00
Sarah Brofeldt 4d8be61278
Merge pull request #34325 from ThomasMader/dtools2.078.1
dtools: 2.078.0 -> 2.078.1
2018-01-27 21:20:31 +01:00
Tom Bereknyei a43f0dd137 gitolite: 3.6.3 -> 3.6.7 2018-01-27 15:16:01 -05:00
Michal Rus cd8d6ef9e4
hubstaff: 1.2.15 → 1.3.0 2018-01-27 19:00:54 +01:00
Tuomas Tynkkynen 355a6ca189 diffoscope: 87 -> 90 2018-01-27 19:55:29 +02:00
Daiderd Jordan e39f211575
Merge pull request #34244 from LnL7/rust-skip-test
rust: disable another fragile test
2018-01-27 18:26:03 +01:00
Daiderd Jordan b119c18e92
Merge pull request #34227 from thefloweringash/rust-darwin-dont-strip
rustc: Fix corrupted .rlib files caused by stripping on Darwin
2018-01-27 18:25:51 +01:00
Renato Alves 43b72ba4c5
Add Renato Alves (unode) to maintainers 2018-01-27 16:41:02 +01:00
Alexey Shmalko 38fbc93f46
Merge pull request #34156 from arcadio/star
star: init at 2.5.3a
2018-01-27 17:02:16 +02:00
Symphorien Gibol 4b0dc51d11 bombono: import patches from AUR to fix gcc7 build 2018-01-27 15:47:14 +01:00
Tuomas Tynkkynen 5925caf39d libbsd: 0.8.6 -> 0.8.7 2018-01-27 16:23:43 +02:00
Tuomas Tynkkynen eef3601b08 Revert "ldb: 1.1.27 -> 1.3.1"
This reverts commit bc474e2dd8.

Source hash is incorrect:

https://hydra.nixos.org/build/68234054

And even fixing it doesn't make it compile:

Checking for system tdb (>=1.3.15)                                                : not found
ERROR: System library tdb of version 1.3.15 not found, and bundling disabled
builder for ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed with exit code 1
error: build of ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed
2018-01-27 16:23:43 +02:00
Tuomas Tynkkynen fff0daddce streamlink: 0.9.0 -> 0.10.0 2018-01-27 16:10:46 +02:00
zimbatm e526128aed
packer: 1.1.0 -> 1.1.3 (#34329) 2018-01-27 12:57:11 +00:00
Robert Schütz f2a5b2fd65 pythonPackages.hbmqtt: init at 0.9.1 2018-01-27 11:42:20 +01:00
Robert Schütz 2474e6e212 pythonPackages.transitions: init at 0.6.4 2018-01-27 11:42:13 +01:00
Sam Parkinson 3883d12fdf gradio: 7.0-> 7.1 2018-01-27 21:30:58 +11:00
Andreas Rammhold cca2c2014a
Merge pull request #34320 from dotlambda/spectre-meltdown-checker
spectre-meltdown-checker: 0.32 -> 0.33
2018-01-27 10:05:43 +00:00
Robert Schütz 8fff349390 spectre-meltdown-checker: 0.32 -> 0.33 2018-01-27 10:57:32 +01:00