Patrick Mahoney
ceed1e2840
faust: fix compiler flags when used outside nix shell
...
Fixes https://github.com/NixOS/nixpkgs/issues/78610
The issue is some additional environment variables added to the nix
compiler wrappers that also need to be exported by the faust
wrapper.
This "wrapWithBuildEnv" solution is very hacky, but I
don't know of a better solution.
2021-06-12 09:05:08 -05:00
Fabian Affolter and GitHub
1fe827462c
Merge pull request #126650 from fabaff/ha-pyflic
...
home-assistant: update component-packages
2021-06-12 13:19:46 +02:00
Petros Angelatos and Raphael Megzari
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 and GitHub
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 and Vincent Laporte
0887d7a747
ocaml-ng.ocamlPackages_4_13.ocaml: init at 4.13.0-α1
2021-06-12 09:21:31 +02:00
fortuneteller2k and Jonathan Ringer
c63d4270fe
linuxPackages.rtl8188eus-aircrack: init at unstable-2021-05-04
2021-06-11 23:24:43 -07: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 and Raphael Megzari
2c8871a7db
vscode: 1.56.2 -> 1.57.0
2021-06-12 13:10:23 +09:00
fortuneteller2k and Jonathan Ringer
b06a0d409e
linuxPackages.lttng-modules: 2.10.5 -> 2.12.6
2021-06-11 20:04:44 -07:00
Ryan Mulligan and GitHub
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
R. RyanTM and Tim Steinbach
c3173699c7
ammonite: 2.3.8 -> 2.4.0
2021-06-11 19:03:51 -04:00
Robert Scott and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and Jonathan Ringer
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 and Jonathan Ringer
4e5d5bfc32
python3Packages.xknx: 0.18.4 -> 0.18.5
2021-06-11 15:23:49 -07:00
Naïm Favier and Jonathan Ringer
21ed7a970c
vimPlugins.vim-bracketed-paste: init at 2018-05-22
2021-06-11 15:16:24 -07:00
Fabian Affolter and Jonathan Ringer
84c97f7b27
python3Packages.meteoalertapi: 0.1.8 -> 0.2.0
2021-06-11 15:10:16 -07:00
Fabian Affolter and Jonathan Ringer
ccfde9b541
home-assistant: update component-packages
2021-06-11 15:10:16 -07:00
Fabian Affolter and Jonathan Ringer
199a1453ed
python3packages.meteoalertapi: init at 0.1.8
2021-06-11 15:10:16 -07:00
Fabian Affolter and Jonathan Ringer
8cb2d7a095
python3Packages.pyflic: init at 2.0.3
2021-06-11 15:09:46 -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 and GitHub
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
Maximilian Bosch and GitHub
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 and GitHub
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 and Jonathan Ringer
971eb04341
nixos-rebuild: fix extraBuildFlags usage with flakes
2021-06-11 10:35:14 -07:00
Jonathan Ringer and Jonathan Ringer
d6a829e7b7
nixos-rebuild: remove unused variable: remotePATH
2021-06-11 10:35:14 -07:00
Jonathan Ringer and Jonathan Ringer
07da819bcf
nixos-rebuild: prevent wordsplitting
2021-06-11 10:35:14 -07:00
Jonathan Ringer and Jonathan Ringer
0e8e7968d1
nixos-rebuild: prevent masking return value with declaration
2021-06-11 10:35:14 -07:00
Jonathan Ringer and Jonathan Ringer
ea5956a2ed
nixos-rebuild: remove repair, never used
2021-06-11 10:35:14 -07:00
misuzu and tomberek
ad502ab5c5
nixos/sourcehut: automatically build and import qemu image for docker
2021-06-11 11:48:49 -04:00
Ryan Mulligan and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
8eab3bef8c
Merge pull request #126004 from ryantm/md-generators
...
doc/functions/generators: convert to CommonMark
2021-06-11 07:53:33 -07:00
Domen Kožar and GitHub
2072bba95d
Merge pull request #125311 from jansol/pipewire
...
pipewire: 0.3.27 -> 0.3.30
2021-06-11 16:48:52 +02:00
Maciej Krüger and GitHub
bd0e86a969
Merge pull request #126600 from mkg20001/nginx-update
2021-06-11 14:39:13 +00:00
Kerstin Humm and erictapen
99f12af681
imagemagick: 6.9.12-12 -> 6.9.12-14
2021-06-11 16:34:41 +02:00
Naïm Favier
44055b4557
nixos/manual: update documentation on Qt themes
2021-06-11 16:18:20 +02:00
Maciej Krüger
07864c64aa
nginxQuic: 12f18e0bca09 -> 1fec68e322d0
2021-06-11 16:16:21 +02:00
Robert Scott
8f3bf74e1c
bosh-cli: init at 6.4.3
2021-06-11 15:15:49 +01:00
Michael Adler
d555585281
zsh-autosuggestions: 0.6.4 -> 0.7.0
2021-06-11 15:33:11 +02:00
Doron Behar and GitHub
5a409e8d4a
Merge pull request #126592 from jeffa5/update-tectonic-0.5.2
...
tectonic: 0.4.1 -> 0.5.2
2021-06-11 13:14:15 +00:00
Ryan Mulligan
606bf6dc17
doc/functions/generators: convert to CommonMark
2021-06-11 06:06:42 -07:00