Commit graph

295515 commits

Author SHA1 Message Date
github-actions[bot] b9b43d5872
Merge staging-next into staging 2021-06-12 12:07:06 +00:00
github-actions[bot] 45799b7162
Merge master into staging-next 2021-06-12 12:07:03 +00:00
Fabian Affolter 1fe827462c
Merge pull request #126650 from fabaff/ha-pyflic
home-assistant: update component-packages
2021-06-12 13:19:46 +02:00
Petros Angelatos be976cdda9 materialize: 0.7.1 -> 0.8.0
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-06-12 19:26:36 +09:00
Alyssa Ross 2d641a29ab nixUnstable: fix cross by disabling documentation
The documentation for Nix HEAD now requires running the generated Nix
binary, so we can't cross-build it. :(

https://github.com/NixOS/nix/issues/4622
2021-06-12 10:02:26 +00:00
Fabian Affolter d4652e5ac4 home-assistant: update component-packages 2021-06-12 11:06:29 +02:00
Alyssa Ross b94e1977e0 attr: only supported on Linux
attr makes direct syscalls, so I don't think it's going to work on any
other platforms any time soon outside of a Linux translation layer.
2021-06-12 08:49:06 +00:00
Fabian Affolter cc0ea67d93
Merge pull request #126626 from fabaff/bump-metasploit
metasploit: 6.0.47 -> 6.0.48
2021-06-12 09:56:29 +02:00
Vincent Laporte 0887d7a747 ocaml-ng.ocamlPackages_4_13.ocaml: init at 4.13.0-α1 2021-06-12 09:21:31 +02:00
fortuneteller2k c63d4270fe linuxPackages.rtl8188eus-aircrack: init at unstable-2021-05-04 2021-06-11 23:24:43 -07:00
github-actions[bot] c0e1982cfc
Merge staging-next into staging 2021-06-12 06:08:20 +00:00
github-actions[bot] 19b5e1f139
Merge master into staging-next 2021-06-12 06:08:17 +00:00
Vladimír Čunát 9affc60b0c
Merge #126619: knot-resolver: skip tests on aarch64-darwin 2021-06-12 07:10:04 +02:00
upkeep-bot 2c8871a7db vscode: 1.56.2 -> 1.57.0 2021-06-12 13:10:23 +09:00
fortuneteller2k b06a0d409e linuxPackages.lttng-modules: 2.10.5 -> 2.12.6 2021-06-11 20:04:44 -07:00
Ryan Mulligan 26a88ecce8
Merge pull request #125391 from r-ryantm/auto-update/horizon-eda
horizon-eda: 1.4.0 -> 2.0.0
2021-06-11 17:34:07 -07:00
github-actions[bot] b5a68e6d43
Merge staging-next into staging 2021-06-12 00:10:25 +00:00
github-actions[bot] 8d3108832e
Merge master into staging-next 2021-06-12 00:10:23 +00:00
Alyssa Ross e45f6131a6 rhash: fix static build 2021-06-11 16:11:01 -07:00
R. RyanTM c3173699c7 ammonite: 2.3.8 -> 2.4.0 2021-06-11 19:03:51 -04:00
Robert Scott b1cd2be1fc
Merge pull request #126601 from risicle/ris-bosh-cli
bosh-cli: init at 6.4.3
2021-06-11 23:42:36 +01:00
Martin Weinelt a9a1a50858
Merge pull request #126264 from fabaff/bump-plugwise
python3Packages.plugwise: 0.9.4 -> 0.10.0
2021-06-12 00:40:39 +02:00
Martin Weinelt 0ad7cea04b
Merge pull request #126266 from fabaff/bump-tuyaha
python3Packages.tuyaha: 0.0.10 -> 0.0.11
2021-06-12 00:40:24 +02:00
Martin Weinelt 803d168453
Merge pull request #126625 from fabaff/bump-boschshcpy
python3Packages.boschshcpy: 0.2.18 -> 0.2.19
2021-06-12 00:40:00 +02:00
TredwellGit eeb255207d zfsUnstable: 2.1.0-rc6 -> 2.1.0-rc7
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc7
2021-06-11 15:31:30 -07:00
Fabian Affolter 4e5d5bfc32 python3Packages.xknx: 0.18.4 -> 0.18.5 2021-06-11 15:23:49 -07:00
Naïm Favier 21ed7a970c vimPlugins.vim-bracketed-paste: init at 2018-05-22 2021-06-11 15:16:24 -07:00
Fabian Affolter 84c97f7b27 python3Packages.meteoalertapi: 0.1.8 -> 0.2.0 2021-06-11 15:10:16 -07:00
Fabian Affolter ccfde9b541 home-assistant: update component-packages 2021-06-11 15:10:16 -07:00
Fabian Affolter 199a1453ed python3packages.meteoalertapi: init at 0.1.8 2021-06-11 15:10:16 -07:00
Fabian Affolter 8cb2d7a095 python3Packages.pyflic: init at 2.0.3 2021-06-11 15:09:46 -07:00
Alyssa Ross b0b5ef7286 stdenv: introduce dontAddStaticConfigureFlags
With removeUnknownConfigureFlags, it's impossible to express a package
that needs --enable-static, but will not accept --disable-shared,
without overriding the result of removeUnknownConfigureFlags _again_
in pkgs/top-level/static.nix.

It would be much better (and more in line with the rest of Nixpkgs) if
we encoded changes needed for static builds in package definitions
themselves, rather than in an ever-expanding list in static.nix.  This
is especially true when doing it in static.nix is going to require
multiple overrides to express what could be expressed with stdenv
options.

So as a step in that direction, and to fix the problem described
above, here I replace removeUnknownConfigureFlags with a new stdenv
option, dontAddStaticConfigureFlags.  With this mechanism, a package
that needs one but not both of the flags just needs to set
dontAddStaticConfigureFlags and then set up configureFlags manually
based on stdenv.hostPlatform.isStatic.
2021-06-11 14:16:05 -07:00
Fabian Affolter e8f08487b1 metasploit: 6.0.47 -> 6.0.48 2021-06-11 22:42:50 +02:00
Fabian Affolter ff424e9936 python3Packages.boschshcpy: 0.2.18 -> 0.2.19 2021-06-11 22:35:46 +02:00
Martin Weinelt b73c304dce
Merge pull request #125445 from mweinelt/home-assistant 2021-06-11 22:15:30 +02:00
Vladimír Čunát 389f628c08
knot-resolver: skip tests on aarch64-darwin (for now)
It used to build in a previous iteration
https://hydra.nixos.org/job/nixpkgs/aarch64-darwin/knot-resolver.aarch64-darwin
so I expect it will work without these tests
(I have no access to a darwin machine).
2021-06-11 20:39:06 +02:00
github-actions[bot] 8f3ead7190
Merge staging-next into staging 2021-06-11 18:05:09 +00:00
github-actions[bot] 69f9534853
Merge master into staging-next 2021-06-11 18:05:07 +00:00
Maximilian Bosch 2c31bc7f20
Merge pull request #125918 from chris-martin/crypto-maintainer
Removing myself from some maintainer lists
2021-06-11 19:49:38 +02:00
Maximilian Bosch e81442bbb2
Merge pull request #126597 from michaeladler/update-zsh-autosuggestions
zsh-autosuggestions: 0.6.4 -> 0.7.0
2021-06-11 19:48:20 +02:00
Jonathan Ringer 971eb04341 nixos-rebuild: fix extraBuildFlags usage with flakes 2021-06-11 10:35:14 -07:00
Jonathan Ringer d6a829e7b7 nixos-rebuild: remove unused variable: remotePATH 2021-06-11 10:35:14 -07:00
Jonathan Ringer 07da819bcf nixos-rebuild: prevent wordsplitting 2021-06-11 10:35:14 -07:00
Jonathan Ringer 0e8e7968d1 nixos-rebuild: prevent masking return value with declaration 2021-06-11 10:35:14 -07:00
Jonathan Ringer ea5956a2ed nixos-rebuild: remove repair, never used 2021-06-11 10:35:14 -07:00
misuzu ad502ab5c5 nixos/sourcehut: automatically build and import qemu image for docker 2021-06-11 11:48:49 -04:00
Ryan Mulligan 5707a8efad
Merge pull request #125604 from ryantm/md-assertions
nixos/doc: convert assertions and warnings section to CommonMark
2021-06-11 07:59:04 -07:00
Ryan Mulligan d37b25caf1
Merge pull request #125608 from ryantm/md-boot-problems
nixos/doc: convert boot problems section to CommonMark
2021-06-11 07:58:50 -07:00
Ryan Mulligan fa676044a4
Merge pull request #126603 from ncfavier/qt-doc
nixos/manual: update documentation on Qt themes
2021-06-11 07:55:09 -07:00
Ryan Mulligan 8eab3bef8c
Merge pull request #126004 from ryantm/md-generators
doc/functions/generators: convert to CommonMark
2021-06-11 07:53:33 -07:00