Niklas Hambüchen and Alyssa Ross
0e3c8a95da
musl: 1.1.24 -> 1.2.0
...
The libdrm `musl-ioctl.patch` is no longer necessary, see:
https://github.com/openembedded/openembedded-core/commit/015e631cd18d982df03d4c829c0f8229a2face38
2020-08-16 13:10:50 +00:00
Ryan Mulligan and GitHub
65406ee980
Merge pull request #95547 from r-ryantm/auto-update/padthv1
...
padthv1: 0.9.15 -> 0.9.16
2020-08-16 06:10:25 -07:00
Marvin Strangfeld and Alyssa Ross
cb4cfcf948
gradle: 6.5 -> 6.6
2020-08-16 13:10:15 +00:00
Justin Humm and Alyssa Ross
066544a7eb
stabber: 2016-11-09 -> 2020-06-08
...
Also updated meta.homepage
2020-08-16 13:09:50 +00:00
Atemu and Alyssa Ross
b843475bdd
roccat-tools: apply workaround for missing hb.h
...
Same issue as https://github.com/NixOS/nixpkgs/pull/75789
2020-08-16 13:08:58 +00:00
Atemu and Alyssa Ross
9bfb0c7df6
libgaminggear: apply workaround for missing hb.h
...
Same issue as https://github.com/NixOS/nixpkgs/pull/75789
2020-08-16 13:08:58 +00:00
Ben Wolsieffer and Alyssa Ross
23b4356a5f
nixos/nixos-*: use runtimeShell
...
Fix shebangs and other shell uses in the NixOS tools, allowing them to work
correctly on cross-compiled systems.
2020-08-16 13:08:33 +00:00
Philipp and Alyssa Ross
dda939844a
gnunet: 0.13.1 -> 0.13.2
2020-08-16 13:07:27 +00:00
MarcFontaine and Alyssa Ross
1fddd9f4a3
wsjtx: 2.1.2 -> 2.2.2
2020-08-16 13:07:05 +00:00
Arnout Engelen and Alyssa Ross
cde92f9f71
libfaac/libfaad2: drop homepage
...
Because it seems the audiocoding.com domain expired
2020-08-16 13:03:12 +00:00
Florian Klink and GitHub
b2f3bbd3fb
Merge pull request #95507 from flokli/remove-mesos
...
mesos: remove package, module and test (and chronos/marathon which depends on it)
2020-08-16 14:46:24 +02:00
Arnout Engelen and Jan Tojnar
fc00e14704
flam3: fix license (gpl3+, not cc-by-nc-sa-20)
...
https://github.com/scottdraves/flam3/blob/v3.1.1/COPYING
2020-08-16 14:26:11 +02:00
Jörg Thalheim and GitHub
aeffd67cec
Merge pull request #95493 from Izorkin/nginx-unit
2020-08-16 13:20:31 +01:00
Robert Hensing and GitHub
cf568e31f8
Merge pull request #95584 from hercules-ci/fix-nixos-test-instrumentation
...
nixos/test-instrumentation.nix: Fix evaluation error
2020-08-16 13:59:50 +02:00
Robert Hensing
2578557530
nixos/test-instrumentation.nix: Fix evaluation error
...
Discovered via https://github.com/NixOS/nixpkgs/pull/82743 which
improved option checking, causing an evaluation error that was
hard to understand without running the evaluation manually.
2020-08-16 13:50:53 +02:00
Jörg Thalheim and Alyssa Ross
0cb79c953d
nixos/ec2: remove dependency on NIX_PATH
...
This is required when migrating to flakes
2020-08-16 10:56:44 +00:00
buffet and Alyssa Ross
5aeff94693
kak-prelude: init at 2020-03-15
2020-08-16 10:50:18 +00:00
Dmitry Bogatov and Alyssa Ross
a5985162e3
git: make nls support optional
...
Add option "nlsSupport" (true by default, maching upstream defaults) to
make nls support configurable. This change does not trigger rebuild.
2020-08-16 10:38:28 +00:00
Martin Weinelt and GitHub
9774276bb1
Merge pull request #95537 from risicle/ris-sigil-1.3.0
...
sigil: 0.9.14 -> 1.3.0, addressing CVE-2019-14452
2020-08-16 12:38:07 +02:00
Sergey Lukjanov and Alyssa Ross
da4e029edf
nixos/zfs: enable encryption test for stable zfs
2020-08-16 10:36:48 +00:00
Ben Wolsieffer and Alyssa Ross
8f1de2e7c0
environment.noXlibs: disable X11 support in cairo
2020-08-16 10:33:44 +00:00
Ben Wolsieffer and Alyssa Ross
98be04b83a
cairo: make OpenGL support require X11
...
If OpenGL is enabled without X11, the build fails with:
In file included from /nix/store/<...>-libglvnd-1.3.1-dev/include/EGL/egl.h:39,
from cairo-gl.h:130,
from cairo-gl-private.h:51,
from cairo-gl-composite.c:48:
/nix/store/<...>-libglvnd-1.3.1-dev/include/EGL/eglplatform.h:128:10: fatal error: X11/Xlib.h: No such file or directory
128 | #include <X11/Xlib.h>
| ^~~~~~~~~~~~
compilation terminated.
2020-08-16 10:33:44 +00:00
Luca Favatella and Alyssa Ross
7802608649
androidenv/emulate-app: use runtimeShell instead of stdenv.shell
...
See also https://github.com/NixOS/nixpkgs PR 56408.
2020-08-16 10:27:37 +00:00
Florian Klink and GitHub
b3909d1cb1
Merge pull request #95565 from vcunat/p/symlinkJoin
...
nixos/systemd.tmpfiles.packages: fix an edge case
2020-08-16 12:27:19 +02:00
Florian Klink and GitHub
609eb86db7
Merge pull request #95444 from doronbehar/fix/mount+s
...
nixos/wrappers: make mount have the +s bit.
2020-08-16 12:23:12 +02:00
paumr and Alyssa Ross
d420369354
nixos/emacs: formatted with nixpkgs-fmt
2020-08-16 10:22:56 +00:00
Alyssa Ross and GitHub
f299f5d6a4
Merge pull request #83113 from bdesham/swiftformat-0.44.6
...
swiftformat: 0.44.2 -> 0.44.9
2020-08-16 10:18:02 +00:00
Michael Raskin and GitHub
5a3aa53600
Merge pull request #94619 from doronbehar/saga-opencv4
...
saga: 7.6.3 -> 7.7.0
2020-08-16 10:17:16 +00:00
Dmitry Kozlyuk and Alyssa Ross
8b89e0494c
mingw-w64: 5.0.4 -> 6.0.0
...
Version 6.0.0 brings better Win32 API coverage and bugfixes.
It's been used in various distros long enough to be considered stable.
Latest version 7.0.0 hasn't received extensive testing yet.
Announce mail:
https://sourceforge.net/p/mingw-w64/mailman/message/36416777/
2020-08-16 10:16:51 +00:00
Mario Rodas and Alyssa Ross
ca9265c140
zathura: fix build on darwin
2020-08-16 10:14:46 +00:00
Mario Rodas and Alyssa Ross
fd497a5cd6
girara: fix build on darwin
2020-08-16 10:14:46 +00:00
Mario Rodas and Alyssa Ross
b479497df1
appstream: enable on darwin
2020-08-16 10:14:46 +00:00
Mario Rodas and Alyssa Ross
cc7fbc4ac1
xvfb_run: enable on darwin
2020-08-16 10:14:46 +00:00
Daniël de Kok and GitHub
ced111f6da
Merge pull request #95513 from hannesweisbach/libngspice
...
libngspice: add darwin to platforms
2020-08-16 12:12:52 +02:00
Michael Raskin and GitHub
d82cf2139d
Merge pull request #94586 from kini/ccl/bump
...
ccl: 1.11.5 -> 1.12
2020-08-16 10:07:43 +00:00
Michael Raskin and GitHub
657f6129b3
Merge pull request #94027 from Atemu/zen-kernel-init
...
linux_zen: init at 5.7.10
2020-08-16 10:06:56 +00:00
Frederik Rietdijk
a653b54dba
git ignore __pycache__ folders
2020-08-16 11:30:11 +02:00
Domen Kožar and GitHub
b7f877078b
Merge pull request #95156 from turboMaCk/add-elm-json
...
elmPackages.elm-json: init at 0.2.7
2020-08-16 11:29:27 +02:00
Vladimír Čunát
3937923f81
nixos/systemd.tmpfiles.packages: fix an edge case
...
symlinkJoin can break (silently) when the passed paths contain symlinks
to directories. This should work now.
Down-side: when lib/tmpfiles.d doesn't exist for some passed package,
the error message is a little less explicit, because we never get
to the postBuild phase (and symlinkJoin doesn't provide a better way):
/nix/store/HASH-NAME/lib/tmpfiles.d: No such file or directory
Also, it seemed pointless to create symlinks for whole package trees
and using only a part of the result (usually very small part).
2020-08-16 10:23:53 +02:00
Alyssa Ross
a6524c4661
ola: enable parallel building
...
Works fine for me at -j48.
2020-08-16 08:13:39 +00:00
misuzu and Alyssa Ross
24028674a1
qemu: 5.0.0 -> 5.1.0
2020-08-16 08:12:55 +00:00
Hannes Weisbach
5b583650e8
libngspice: add darwin to platforms
2020-08-16 10:00:46 +02:00
Daniël de Kok and GitHub
3ab2bf69ce
Merge pull request #85330 from chkno/openmvg
...
openmvg: 1.3 -> 1.5 (unbreak)
2020-08-16 09:39:38 +02:00
Scott Worley and Daniël de Kok
05a16be9c5
openmvg: 1.3 -> 1.6 (unbreak)
2020-08-16 08:35:54 +02:00
Vincent Laporte and Vincent Laporte
a379617057
coqPackages.stdpp: 1.2.1 → 1.4.0
...
coqPackages.iris: 3.2.0 → 3.3.0
2020-08-16 08:22:55 +02:00
Frederik Rietdijk and GitHub
b00845938f
Merge pull request #95540 from jonringer/disable-many-py2
...
pythonPackages.*: disable failing python2 builds
2020-08-16 08:17:47 +02:00
Mario Rodas and GitHub
49dc0245c4
Merge pull request #90116 from purcell/netcdf-no-gcc-at-runtime
...
netcdf: prevent bogus runtime dependency on gcc
2020-08-16 00:37:40 -05:00
Jörg Thalheim and GitHub
3bb54189b0
Merge pull request #95551 from zowoq/rust-platforms
2020-08-16 05:43:00 +01:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Alvar Penning and Jon
4789d6feaf
openrct2: 0.2.6 -> 0.3.0
2020-08-15 19:41:21 -07:00