Fabian Affolter and GitHub
8f06fa3a26
Merge pull request #145373 from fabaff/bump-simplisafe-python
...
python3Packages.simplisafe-python: 2021.10.0 -> 2021.11.0
2021-11-25 23:40:09 +01:00
Fabian Affolter and GitHub
5deee46583
Merge pull request #145596 from fabaff/bump-aiohomekit
...
python3Packages.aiohomekit: 0.6.3 -> 0.6.4
2021-11-25 23:38:15 +01:00
Fabian Affolter and GitHub
121f5ff1fd
Merge pull request #146426 from fabaff/bump-pysma
...
python3Packages.pysma: 0.6.8 -> 0.6.9
2021-11-25 23:36:27 +01:00
Fabian Affolter
a952e5579b
python3Packages.pythonegardia: add patch for search path
2021-11-25 23:32:01 +01:00
Michael Weiss
63a370df6f
mesa: 21.2.5 -> 21.2.6
2021-11-25 23:26:00 +01:00
Victor Engmark
44a15ab801
lib/tests: Use standard test syntax
...
For consistency.
2021-11-26 11:03:40 +13:00
Victor Engmark
b8f8589e9a
lib/tests: Anchor config output regexes
...
Strengthens the tests by making sure the whole line is matched.
2021-11-26 11:02:41 +13:00
Vikram Narayanan
22b72c17bb
gnuradio3_8packages.ais: fix build
2021-11-25 14:01:32 -08:00
Victor Engmark
989f034ff1
lib/tests: Set hardening pragmas
...
Makes any programming errors more likely to show up early.
Non-obvious changes because of this:
- Ignore the `evalConfig` result in `reportFailure`; we're not checking
it at that point.
- Pre-increment `$fail` and `$pass` to make sure the arithmetic doesn't
result in a zero, which would result in a non-zero exit code for the
expression.
2021-11-26 10:55:14 +13:00
Victor Engmark
bfc580f54f
lib/tests: Don't return non-zero values from checks
...
The exit codes aren't used for anything.
2021-11-26 10:52:28 +13:00
Victor Engmark
40ae711f73
lib/tests: Avoid assigning an array to a string
...
As per <https://github.com/koalaman/shellcheck/wiki/SC2124 >.
2021-11-26 10:52:27 +13:00
Victor Engmark
04223a0d43
lib/tests: Remove redundant semicolons
2021-11-26 10:51:56 +13:00
Victor Engmark
41fd1d8626
lib/tests: Clarify assignment
...
The extra equal sign was confusing, and doesn't seem to be relevant.
2021-11-26 10:51:12 +13:00
Victor Engmark
5e85cd86af
lib/tests: Use correct shebang line
...
The script uses plenty of non-POSIX features, such as referencing
`$BASH_SOURCE`.
2021-11-26 10:51:12 +13:00
Victor Engmark
40d1c87bea
lib/tests: Quote variable references
2021-11-26 10:51:12 +13:00
Dmitry Kalinkin and GitHub
5f914776f4
Merge pull request #147081 from veprbl/pr/tensorflow_2_7_0
...
python3Packages.tensorflow: 2.4.2 -> 2.7.0
2021-11-25 16:41:23 -05:00
Maëlys Bras de fer and Jan Tojnar
7d5905395d
geoclue2: add geoclue2-with-demo-agent to be cached
2021-11-25 22:20:16 +01:00
7c6f434c and GitHub
899d2d2677
Merge pull request #147397 from erictapen/graphviz
...
graphviz_2_32, guitone: remove
2021-11-25 21:15:45 +00:00
Kerstin Humm
283e178e6c
scribusUnstable: patch for harfbuzz 3.0
2021-11-25 22:15:29 +01:00
Robert Scott
dc523cbb80
ocaml: heed hardeningDisable flags set for individual versions
...
specifically this re-fixes ocaml 4.09 on clang by allowing its
hardeningDisable flags to take effect
2021-11-25 21:13:12 +00:00
Tom
3664cbde79
wlr-protocols: init at unstable-2021-11-01
2021-11-25 13:12:12 -08:00
SCOTT-HAMILTON and GitHub
b47648f6c8
mariadb-connector-c: fix static build ( #147166 )
2021-11-25 16:03:55 -05:00
Rick van Schijndel
35f13295c4
libxklavier: support cross-compilation
2021-11-25 22:02:34 +01:00
Fabian Affolter
e822c34ff9
python3Packages.seaborn: add missing dependencies
2021-11-25 21:46:22 +01:00
Kerstin Humm
79e5ac3df4
scribusUnstable: clarify license
2021-11-25 21:44:18 +01:00
Tobias Happ
0235225a3c
zsh-better-npm-completion: init at unstable-2019-11-19
2021-11-25 21:39:02 +01:00
Victor Engmark
6d53055cb7
lib/tests: export separately from assignment
...
Avoids hiding the exit code from the assignment. See
<https://github.com/koalaman/shellcheck/wiki/SC2155 >.
2021-11-26 09:30:10 +13:00
sternenseemann
d4c2ca42d9
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-11-25 21:20:21 +01:00
sterni and GitHub
7ee7afedc8
Merge pull request #147361 from sternenseemann/wrap-ghc-more-tightly
...
haskell.compiler: use wrapper scripts over propagating
2021-11-25 21:18:31 +01:00
adisbladis and GitHub
07e3b29217
Merge pull request #147387 from Mic92/nix-eval-jobs
...
nix-eval-jobs: switch to nix stable
2021-11-25 12:17:53 -08:00
John Ericson and GitHub
303999a073
Merge pull request #147400 from sternenseemann/top-level-ghc-more-intuitive-cross
...
ghc: make sure top level exposed GHC is always host->target
2021-11-25 14:55:14 -05:00
Alyssa Ross
4b5c3d9376
qemu: only include alsa-lib for alsa support
2021-11-25 19:48:48 +00:00
Alyssa Ross
5d9e0f86b9
qemu: never use bundled Meson
...
It's better to fail to build if our version of Meson isn't compatible
with QEMU's, so we'll know something is wrong. Otherwise, we'll get
subtle breakages that only manifest at runtime, which I think might be
what happened in 9e403b19a1 ("qemu: 5.1.0 -> 5.2.0") to necessitate
autoPatchelfHook.
2021-11-25 19:47:56 +00:00
Nicolas Dudebout and Kerstin
0b12f0c1c9
antlr4: install CMake config files
2021-11-25 20:35:56 +01:00
Guillaume Girol and GitHub
1de042bc0a
Merge pull request #146883 from Mindavi/graphene/cross
...
graphene: support cross-compilation
2021-11-25 19:22:14 +00:00
Fabian Affolter
1461ac6edd
python3Packages.zigpy-znp: 0.5.4 -> 0.6.1
2021-11-25 20:21:43 +01:00
sternenseemann
558da925f3
ghc: make sure top level exposed GHC is always host->target
...
See the added comment in all-packages.nix for a more detailed
explanation. This makes the top-level GHC different from
haskellPackages.ghc (which is build->host and used for building the
package set), but more consistent with gcc, gnat etc.
Specifically, pkgsCross.${platform}.buildPackages.ghc will now be a
cross-compiler instead of a native build->build compiler.
Since this change has a slight chance of being disruptive, add a note to
the changelog.
2021-11-25 20:18:25 +01:00
Guillaume Girol and GitHub
3da23f7aac
Merge pull request #146881 from Mindavi/libnice/cross
...
libnice (+ dependencies): support cross-compilation
2021-11-25 19:16:00 +00:00
Guillaume Girol and GitHub
9d4747aec4
Merge pull request #146557 from Mindavi/mindustry/unbreak
...
mindustry: unbreak
2021-11-25 19:11:27 +00:00
Kerstin Humm
1d2c379e3b
graphviz_2_32: remove
...
It is broken and their is no usage in current nixpkgs.
Also the notice about its necessity is from 2014:
08131bd5d5
2021-11-25 20:10:34 +01:00
Kerstin Humm
86b2661837
guitone: remove package
...
Guitone isn't used in Nixpkgs anywhere. It hasn't seen a release in 11 years
(6a09974e0f ) and is unmaintained in
Nixpkgs. Also it's the sole remaining user of graphviz_2_32, which
should be removed as well.
2021-11-25 20:10:34 +01:00
Fabian Affolter
0ab64335ae
python3Packages.zigpy: 0.39.0 -> 0.41.0
2021-11-25 20:06:47 +01:00
Fabian Affolter
c1790982b3
python3Packages.zwave-js-server-python: 0.31.3 -> 0.33.0
2021-11-25 20:00:38 +01:00
Robert Schütz
f7963ac1e9
libdeltachat: 1.66.0 -> 1.67.0
...
https://github.com/deltachat/deltachat-core-rust/blob/1.67.0/CHANGELOG.md
2021-11-25 10:52:59 -08:00
Robert Schütz and GitHub
14217c548b
Merge pull request #147165 from dotlambda/libdeltachat-1.66.0
...
libdeltachat: 1.65.0 -> 1.66.0
2021-11-25 10:41:04 -08:00
sternenseemann
ef081bf305
haskell.compiler.*: don't useLLVM if aarch64-darwin NCG is available
...
aarch64-darwin NCG was added in 9.2.1 which makes it unnecessary to
include LLVM in the wrapper.
2021-11-25 19:30:05 +01:00
sternenseemann
50f256f5ef
ghcWithPackages: don't wrap GHC with LLVM unnecessarily
...
Since GHC now will have LLVM available when needed, we don't need to add
it in the wrapper anymore. It can still be added if NCG is available,
but -fllvm should be used (e. g. to work around an NCG bug).
2021-11-25 19:28:57 +01:00
Thiago Kenji Okada and GitHub
3ecace59a4
Merge pull request #146958 from thiagokokada/add-missing-libretro-cores
...
Add missing libretro cores
2021-11-25 15:14:24 -03:00
github-actions[bot] and GitHub
c0838c1e7a
Merge master into staging-next
2021-11-25 18:01:08 +00:00
Jörg Thalheim
856ce74b01
nix-eval-jobs: switch to nix stable
...
This also should make prevent breakages like https://github.com/NixOS/nixpkgs/pull/147376
2021-11-25 18:57:02 +01:00