1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

222664 commits

Author SHA1 Message Date
Jörg Thalheim 11019ea58f
Merge pull request #85243 from oxalica/rust-analyzer 2020-04-23 16:36:54 +01:00
Orivej Desh 7c4282bf43 postgresql: remove version from passthru
It is already available in the regular attrs.

`passthru.version` prevents `overrideAttrs (attrs: { version = "x"; })` from
taking effect.
2020-04-23 15:20:35 +00:00
Jörg Thalheim 1bceaa1cee
linux_hardened: fix evaluation 2020-04-23 15:52:14 +01:00
Silvan Mosberger 290b9fdf56
Merge pull request #85867 from Infinisil/update-my-codeowners 2020-04-23 16:22:20 +02:00
Silvan Mosberger 16f0335d3f
.github/CODEOWNERS: Remove myself as codeowner from some paths
It's a bit too spammy!
2020-04-23 16:21:28 +02:00
Mario Rodas 7c41b7dee7
Merge pull request #85830 from marsam/update-spotify-tui
spotify-tui: 0.17.1 -> 0.18.0
2020-04-23 09:10:50 -05:00
Mario Rodas f02a129313
Merge pull request #85851 from geistesk/golangci-lint-v1.25.0
golangci-lint: 1.24.0 -> 1.25.0
2020-04-23 08:09:01 -05:00
Mario Rodas b8aece4984
Merge pull request #85829 from marsam/update-ytop
ytop: 0.5.1 -> 0.6.0
2020-04-23 07:49:47 -05:00
Tim Steinbach 45c22565f6
linux: 5.6.6 -> 5.6.7 2020-04-23 08:17:15 -04:00
Tim Steinbach 2f10053834
linux: 5.4.34 -> 5.4.35 2020-04-23 08:17:06 -04:00
Tim Steinbach 62a608fd63
linux: 4.19.117 -> 4.19.118 2020-04-23 08:16:58 -04:00
Michael Weiss 18504037c5
inxi: Add a flag to install all recommended tools 2020-04-23 13:56:46 +02:00
Florian Klink 06a34e69ad
Merge pull request #85832 from benley/benley/grub-serial
installer test: Fix grub extraConfig syntax
2020-04-23 13:38:30 +02:00
Florian Klink 25605d2e3f
Merge pull request #85735 from nh2/journald-storage-limit-logs
journald service docs: Add helpful comments about the journal getting full
2020-04-23 13:35:12 +02:00
Michael Weiss 58f8e4a8c2
inxi: 3.0.38-1 -> 3.1.00-1 2020-04-23 12:51:09 +02:00
Pavol Rusnak 461a252bee
verifast: change license to MIT
It seems verifast was relicensed to MIT in 2016:
b3c1bce76a

As this was the only package using lib.licenses.msrla I dropped it.
2020-04-23 09:59:33 +00:00
adisbladis 0dc3e485a1
Merge pull request #85822 from zowoq/cni-collision
nixos/{cri-o,podman}: remove cni-plugins from environment.systemPackages
2020-04-23 11:22:01 +02:00
oxalica b95699970f
vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:22 +08:00
oxalica a82fe46ae1
rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:04 +08:00
Alyssa Ross 98b3ac8d40 crosvm: 79.12607.0.0-rc4 -> 81.12871.0.0-rc1 2020-04-23 09:06:11 +00:00
Alyssa Ross 56e9d1f936 chromiumOSPackages.updateScript: fix buildspec url
"paladin" doesn't seem to be up to date, whereas "full" seems to match
what cros-updates-serving.appspot.com reports is currently being
shipped to Chromebooks.
2020-04-23 09:06:11 +00:00
Peter Hoeg 920c51e408
msmtp: fix for broken queueing
PR #85846
2020-04-23 10:59:41 +02:00
Florian Klink 04e308a496
Merge pull request #85815 from arianvp/fix-85800
Fix networkd not restarting on unit changes
2020-04-23 10:36:57 +02:00
Arian van Putten f332109ebf nixos/datadog-agent: Fix restartTriggers
Fixes #85800

1d61efb7f1 accidentially changed the
restartTriggers of `datadog-agent.service` to point to the attribute
name (in this case, a location relative to `/etc`), instead of the
location of the config files in the nix store.

This caused datadog to not get restarted on activation of new
config, if the file name hasn't changed.

Fix this, by pointing this back to the location in the nix store.
2020-04-23 09:58:18 +02:00
Arian van Putten 14395cc687 nixos/networkd: Fix restartTriggers
1d61efb7f1 accidentially changed the
restartTriggers of systemd-networkd.service` to point to the attribute
name (in this case, a location relative to `/etc`), instead of the
location of the network-related unit files in the nix store.

This caused systemd-networkd to not get restarted on activation of new
networking config, if the file name hasn't changed.

Fix this, by pointing this back to the location in the nix store.
2020-04-23 09:53:44 +02:00
geistesk a682c44e65 golangci-lint: 1.24.0 -> 1.25.0 2020-04-23 09:35:41 +02:00
Bart Brouns d0b9212338 x42-plugins: 20200114 -> 20200411
The patchShebangs need to stay. Upstream changed them to /usr/bin/env,
but I forgot that doesn't exist at build time.
2020-04-23 08:22:07 +02:00
zowoq 97851a33ac podman: add passthru.tests 2020-04-23 08:14:55 +02:00
Ingo Blechschmidt 4fb8fab4d6
tigervnc: fix vncserver
vncserver of tigervnc doesn't start because xauth is missing from $PATH
2020-04-23 07:13:48 +01:00
Frederik Rietdijk 2e69baf8e2
Merge pull request #85664 from NixOS/staging-next
Staging next
2020-04-23 08:12:52 +02:00
Frederik Rietdijk cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
Benjamin Hipple 994e4b8d2d
Merge pull request #85831 from marsam/update-bat
bat: 0.13.0 -> 0.14.0
2020-04-22 23:15:52 -04:00
Benjamin Hipple c039152ba8
Merge pull request #85834 from marsam/update-git-gone
gitAndTools.git-gone: 0.3.0 -> 0.3.2
2020-04-22 22:05:55 -04:00
Benjamin Hipple 21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Benjamin Hipple 480a55a6b6
doc/using/overlays.xml: update LD_LIBRARY_PATH example 2020-04-22 21:54:41 -04:00
worldofpeace 834a49e0d4 pantheon.wingpanel: add elementary-gtk-theme 2020-04-22 21:28:40 -04:00
worldofpeace 6cecb196fd pantheon.elementary-greeter: add elementary-gtk-theme 2020-04-22 21:28:39 -04:00
worldofpeace 19c3bbfff1 elementary-planner: cleanup
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
Mario Rodas 9409f5ba2d
Merge pull request #85738 from marsam/update-lxd
lxd: 4.0.0 -> 4.0.1
2020-04-22 19:38:54 -05:00
Benjamin Staffin f09b8be73d installer test: Fix grub extraConfig syntax
It looks like `terminal_output.serial` is incorrect, according to the
grub documentation:

https://www.gnu.org/software/grub/manual/grub/html_node/Serial-terminal.html

Related PR: #79406
2020-04-22 20:30:19 -04:00
zowoq 4102db2127 nixos/podman: remove cni-plugins from environment.systemPackages 2020-04-23 10:29:17 +10:00
zowoq 54b59dd6c0 nixos/cri-o: remove cni-plugins from environment.systemPackages 2020-04-23 10:29:11 +10:00
Niklas Hambüchen 811411db6e journald service: Add helpful comments about the journal getting full 2020-04-23 02:24:50 +02:00
Mario Rodas ffc0e67742
Merge pull request #85821 from zowoq/gh
gitAndTools.gh: 0.6.4 -> 0.7.0
2020-04-22 19:10:17 -05:00
Peter Hoeg 44a502bf6d
Merge pull request #84866 from peterhoeg/f/cyberjack
pcsc-cyberjack: minor cleanups
2020-04-23 07:44:34 +08:00
Tim Steinbach 629068fe5b
linux_latest-libre: 17402 -> 17445 2020-04-22 19:40:01 -04:00
Florian Klink 32516e4fee
Merge pull request #80103 from tfc/port-systemd-confinement-test
nixosTests.systemd-confinement: Port to Python
2020-04-23 01:00:51 +02:00
Mario Rodas 0f2a064816
bat: 0.13.0 -> 0.14.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0
2020-04-22 18:00:00 -05:00
zowoq f7b9c6c28b gitAndTools.gh: 0.6.4 -> 0.7.0
https://github.com/cli/cli/releases/tag/v0.7.0
2020-04-23 08:49:28 +10:00
Jan Tojnar c52cc1953c
Merge pull request #85812 from jtojnar/gegl-timeout 2020-04-22 23:23:39 +02:00