Commit Graph

203394 Commits

Author SHA1 Message Date
Florian Klink 9e67ae524e
Merge pull request #74186 from kalbasit/nixpkgs_update-bazel
bazel: 1.1.0 -> 1.2.0
2019-11-26 17:32:34 +01:00
talyz ce2aa10765 gitlab: 12.4.3 -> 12.5.0 2019-11-26 17:32:01 +01:00
Andreas Rammhold 958358d1ff
Merge pull request #74275 from talyz/fix-rl-2003
rl-2003: Fix typo
2019-11-26 17:14:00 +01:00
talyz 86223aade7 rl-2003: Fix typo
Fix a typo introduced in a06529b7ad which prevents the manual from building.
2019-11-26 17:04:59 +01:00
Robin Gloster c33110db9e
Merge pull request #73299 from toonn/wpa_supplicant-unit-start-bonding
nixos/wpa_supplicant: fix unit-start script
2019-11-26 16:48:48 +01:00
Ryan Mulligan a024b44965
Merge pull request #74234 from r-ryantm/auto-update/fuse-overlayfs
fuse-overlayfs: 0.6.2 -> 0.7
2019-11-26 07:39:55 -08:00
James Cook 2430535d0b
Merge pull request #74238 from r-ryantm/auto-update/libgnurl
libgnurl: 7.66.0 -> 7.67.0
2019-11-26 10:28:48 -05:00
adisbladis 5c6b7392f6
Merge pull request #74268 from cleverca22/bump-plex-version
plex-media-player: fix build by upgrading QT 5.9 -> 5.12
2019-11-26 15:24:29 +00:00
Matthew Bauer 886fd8dfe8
Merge pull request #74125 from nomeata/joachim/wasmtime
wasmtime: 20191018 -> 20191111
2019-11-26 09:23:17 -06:00
Graham Christensen 97f51dff59
Merge pull request #61310 from cryptix/update/gocdServer
gocd-server: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 10:06:58 -05:00
Graham Christensen bc8223d9f0
Merge pull request #61309 from cryptix/update/gocdAgent
gocd-agent: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 09:43:13 -05:00
Michael Bishop 3740a21e8a
plex-media-player: fix build by upgrading QT 5.9 -> 5.12 2019-11-26 10:43:11 -04:00
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