Commit Graph

203432 Commits

Author SHA1 Message Date
Franz Pletz
6bdec0b828
Merge pull request #74178 from r-ryantm/auto-update/dhcpcd
dhcpcd: 8.0.6 -> 8.1.2
2019-11-26 14:39:27 +00:00
Maximilian Bosch
448ff7d44f
Merge pull request #74263 from emmanuelrosa/qutebrowser-1.8.2
qutebrowser: 1.8.1 -> 1.8.2
2019-11-26 15:30:23 +01:00
worldofpeace
406efdb934 nixosTests.pantheon: don't check bob username
From looking at
* https://hydra.nixos.org/build/107447356
it appears the subtest fails at this exact step.
OCR in the testing driver has been notoriously
flaky, so let's just match alice's user description.
This does have the downside of not verifying the
appearence of other user cards, which was an
issue with the greeter in the past.
2019-11-26 09:24:42 -05:00
Franz Pletz
636a135282
Merge pull request #74165 from r-ryantm/auto-update/clamav
clamav: 0.102.0 -> 0.102.1
2019-11-26 14:23:11 +00:00
Franz Pletz
49d4a24cd2
Merge pull request #74099 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.0.2 -> 7.0.3
2019-11-26 14:19:29 +00:00
Andreas Rammhold
a53a46f1be
Merge pull request #74241 from xrelkd/update/cargo-expand
cargo-expand: 0.4.15 -> 0.4.16
2019-11-26 15:19:06 +01:00
Jan Tojnar
16a1c8384c
gnome3.gnome-flashback: 3.34.1 -> 3.34.2 (#74232)
gnome3.gnome-flashback: 3.34.1 -> 3.34.2
2019-11-26 15:18:31 +01:00
Ryan Mulligan
8fb408abdf
Merge pull request #74121 from r-ryantm/auto-update/avocode
avocode: 3.9.6 -> 4.0.1
2019-11-26 06:08:00 -08:00
Andreas Rammhold
1b748554d5
buildRustCrate: add lib output
This cuts down the dependency tree on some rust builds where a crate not
just exposes a binary but also a library. `$out/lib` contained a bunch
of extra support files that among other information carry linker flags
(including the full path to link-time dependencies). Worst case this led
to some binary outputs depending on the full build closure of rust
crates.

Moving all the `$out/lib` files to `$lib/lib` solves this nicely.

`lib` might be a bit weird here as they are most of the time just rlib
files (rust libraries). Those are essential only required during
compilation but they can also be shared objects (like with traditional
C-style packages). Which is why I went with `lib` for the new output.

One of the caveats we are running into here is that we do not (always)
know ahead of time of a crate produces just a library or just a binary.
Cargo allows for some ambiguity regarding whether or not a crate
provides one, two, … binaries and libraries as it's outputs. Ideally we
would be able to rely on the `crateType` entirely but so far that isn't
the case. More work on that area might show how difficult that actually
is.
2019-11-26 15:05:01 +01:00
Jan Tojnar
5b2b82c821
evolution-data-server: 3.34.1 -> 3.34.2 (#74221)
evolution-data-server: 3.34.1 -> 3.34.2
2019-11-26 14:50:00 +01:00
worldofpeace
528647949a
Merge pull request #74264 from talyz/fix-common-updater-scripts
common-updater-scripts: Fix breakage
2019-11-26 13:32:27 +00:00
talyz
809768bb91 common-updater-scripts: Fix breakage
Fixes a bug introduced by 9b090ccbca
where the script fails to run if $attr.${versionKey} exists.
2019-11-26 14:18:33 +01:00
Emmanuel Rosa
33d18156f9 qutebrowser: 1.8.1 -> 1.8.2 2019-11-26 20:04:38 +07:00
Tim Steinbach
ba80ebc1b3
linux: 4.4.202 -> 4.4.203 2019-11-26 07:58:49 -05:00
Mario Rodas
927505157b
Merge pull request #74247 from bhipple/fix/par-pname
par: use pname
2019-11-26 07:36:14 -05:00
Mario Rodas
0c3a28f08f
Merge pull request #74045 from marsam/add-rhodium-libre
rhodium-libre: init at 1.2.0
2019-11-26 07:33:34 -05:00
worldofpeace
ebce2e0c68
Merge pull request #72584 from andir/homeInPath-false
nixos: default `environment.homeBinInPath` to false
2019-11-26 12:33:22 +00:00
Domen Kožar
634096c503
Merge pull request #73871 from mayflower/socket-activation-fix
nixos/switch-to-configuration: restart changed socket units
2019-11-26 13:28:48 +01:00
Andreas Rammhold
e38f83c762
Merge pull request #72826 from andir/cudapackages
cuda: make cudatoolkit & cudnn packages overrideable
2019-11-26 13:10:56 +01:00
Andreas Rammhold
a06529b7ad
nixos: default environment.homeBinInPath to false
This is a more sane default since we do not magically (without opt-in)
pull in binaries from `~/bin`. That is not really an expected behavior
for many users. Users that still want that behavior can now just flip
that switch.
2019-11-26 12:44:12 +01:00
Andreas Rammhold
ceafd896f5
cudatoolkit: move the dependencies into a common expression
This has the benefit of being able to override all the inputs to the
build where you were previously only able to override the entire package
set (if at all).
2019-11-26 12:28:45 +01:00
Andreas Rammhold
289a292608 cuda: make cudatoolkit & cudnn packages overrideable 2019-11-26 12:27:10 +01:00
adisbladis
e5b32b9719
openrazer: Fix build with Linux 5.4 2019-11-26 11:05:02 +00:00
Christian Kauhaus
dd87e9eb4d ssmtp: use services.ssmtp.* options
This PR is part of the networking.* namespace cleanup.

ssmtp used to be configured via `networking.defaultMailServer` which is
sort of misleading since it provides options only for ssmtp. Other
dumb mail relays like nullmailer have always been living under
services.

The intent of this PR is to align ssmtp's options with those of similar
services. Specifically, two renames have been done:

* Rename `networking.defaultMailHost` to `services.ssmtp`.
* Rename `directDelivery` to `enable` because this is what it basically does.
2019-11-26 11:08:44 +01:00
WilliButz
ce74c85ce7
grafana: 6.4.5 -> 6.5.0, build with go 1.13 2019-11-26 10:23:13 +01:00
Mario Rodas
f39103089a
ncspot: 2019-10-12 -> 0.1.1 2019-11-26 04:20:00 -05:00
Dima
7dd99adff8 tribler: 7.1.2 -> 7.4.0-exp1 (python 3)
Updating version for tribler to use python 3.
One most notable change is dropping the optional `pythonPackages.meliae`
as it does not support python 3 and addition pony, lz4 and pyqtgraph.

Also cleaned up a few other dependencies and removed an old workaround
for broken ui-graphics.
2019-11-26 10:14:52 +01:00
WilliButz
adc5ae70bf
nixos/prometheus-exporters: fix nginx exporter startup
When nginx is enabled on the same host the nginx exporter is,
the exporter needs to start after nginx.
2019-11-26 10:11:12 +01:00
Jacek Galowicz
4e89f75ca6 nixos/containers-bridge: Port test to python 2019-11-26 10:06:06 +01:00
Jacek Galowicz
76605b2127 nixos/ejabberd: Port test to python 2019-11-26 10:03:34 +01:00
WilliButz
6127bf9837
Merge pull request #74222 from marsam/update-pgtap
postgresqlPackages.pgtap: 1.0.0 -> 1.1.0
2019-11-26 10:00:36 +01:00
R. RyanTM
e17a0f3c5f gitfs: 0.5.1 -> 0.5.2 2019-11-26 00:42:45 -08:00
R. RyanTM
c3fb2267e3 geekbench: 5.0.3 -> 5.0.4 2019-11-26 00:39:39 -08:00
R. RyanTM
c74aee8d32 gource: 0.49 -> 0.51 2019-11-26 00:13:50 -08:00
Mario Rodas
d8e24fc92e protobuf3_11: init at 3.11.0
Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0
2019-11-25 23:58:21 -08:00
Jonathan Ringer
57cf4eb83b python3Packages.xmlschema: 1.0.15 -> 1.0.16 2019-11-25 23:17:17 -08:00
Benjamin Hipple
70d51cf1e0 par: use pname 2019-11-25 23:27:58 -05:00
Matthew Bauer
e010c1b031
Merge pull request #74092 from veprbl/pr/applgrid_fix
applgrid: fix build
2019-11-25 22:22:48 -06:00
Matthew Bauer
a6ea6e20cc
Merge pull request #74223 from bhpdt/fix/irony-server
irony-server: Fix failing build with 1.4.0 cmake files
2019-11-25 22:18:54 -06:00
R. RyanTM
dbb85d5a0f facter: 3.14.5 -> 3.14.6 2019-11-25 18:16:28 -08:00
R. RyanTM
4445dea280 fsuae: 3.0.0 -> 3.0.2 2019-11-25 18:14:11 -08:00
R. RyanTM
8e4ed92a32 libgnurl: 7.66.0 -> 7.67.0 2019-11-25 18:12:52 -08:00
R. RyanTM
6852fee386 iosevka-bin: 2.3.2 -> 2.3.3 2019-11-25 18:05:58 -08:00
Mario Rodas
ebde7664eb gitAndTools.git-subtrac: init at 0.01 2019-11-25 18:05:03 -08:00
R. RyanTM
0bf622a06b grabserial: 1.9.8 -> 1.9.9 2019-11-25 17:58:31 -08:00
R. RyanTM
5d230d8c58 fuse-overlayfs: 0.6.2 -> 0.7 2019-11-25 17:35:30 -08:00
R. RyanTM
1ab7b456f4 gnome3.gnome-flashback: 3.34.1 -> 3.34.2 2019-11-25 17:22:53 -08:00
Ben Hipple
33e0ffebc1 irony-server: Fix build with 1.4.0 cmake files
The irony-server binary package tracks the irony-server elisp package, which was
upgraded to 1.4.0. This is now failing on Hydra because upstream has refactored
the CMake build, and now require CMake files from LLVM.
2019-11-26 00:39:53 +00:00
R. RyanTM
817069e8f9 evolution-data-server: 3.34.1 -> 3.34.2 2019-11-25 16:30:40 -08:00
Jan Tojnar
8cf56826e3
ofono: 1.30 → 1.31 (#74217)
ofono: 1.30 → 1.31
2019-11-26 01:21:28 +01:00