Commit graph

235239 commits

Author SHA1 Message Date
Aaron Janse 60fd049b65 redox: add as target 2020-07-21 13:11:36 -07:00
Tad Fisher 903a0cac04
zoom-us: Link libfaac to fix audio recording (#93374)
Fixes #93341.

Using strace reveals that zoom is attempting to load "libfaac1.so" from
its PATH. As faac provides "libfaac.so.0", solve this by linking from
there to "libfaac1.so" in zoom's output.

This is the same solution as the one we use for libjpeg_turbo.
2020-07-18 19:38:58 -04:00
Mario Rodas 566982e0ee
Merge pull request #93441 from mweinelt/weechat
weechat: 2.8 -> 2.9
2020-07-18 17:08:19 -05:00
worldofpeace a5fc5dad56
Merge pull request #93439 from cript0nauta/p7zip-unfree
p7zip: fix build when enableUnfree is true
2020-07-18 18:03:47 -04:00
Milan Pässler 72e242d521 coreboot-utils: include common meta attrs for all 2020-07-18 23:56:29 +02:00
Mario Rodas 68dfdd34ae
Merge pull request #93420 from marsam/init-3270font
_3270font: init at 2.0.4
2020-07-18 16:19:42 -05:00
markuskowa 5ac114beed
Merge pull request #93280 from markuskowa/upd-ucx
ucx: 1.7.0 -> 1.8.1, build openmpi with ucx
2020-07-18 23:19:02 +02:00
markuskowa 533720caa9
Merge pull request #93031 from andrew-d/andrew/dsd
dsd: init at 2018-07-01
2020-07-18 23:18:23 +02:00
Martin Weinelt c3bf59eefb
weechat: 2.8 -> 2.9 2020-07-18 23:04:24 +02:00
Matías Lang 410dbaa077 p7zip: fix build when enableUnfree is true
`chmod +x install.sh` was only being executed when enableUnfree was
false. Therefore, building p7zip with enableUnfree set to true would fail
because install.sh was not an executable file.
2020-07-18 17:40:14 -03:00
Daniël de Kok cf059b32d9
Merge pull request #93428 from johnbcoughlin/petsc-install_name_tool
petsc: Fix install_name_tool patch
2020-07-18 20:45:39 +02:00
Robert Helgesson 60c9c3a233
sd-switch: init at 0.1.0
PR #93432
2020-07-18 19:48:27 +02:00
Daniël de Kok d05ea5c67f
Merge pull request #93402 from pacien/beamerpresenter-v0.1.2
beamerpresenter: 0.1.1 -> 0.1.2
2020-07-18 19:39:08 +02:00
Daniël de Kok 3bcbebb724
Merge pull request #93408 from justin-gerhardt/stm32cube
stm32cubemx: 5.3.0 -> 5.6.1
2020-07-18 19:31:32 +02:00
Gabriel Ebner 3ffc16a834
Merge pull request #93375 from MrChico/cvc4_1.8
cvc4: 1.6 -> 1.8
2020-07-18 18:48:12 +02:00
Mario Rodas c28899b9c6
Merge pull request #93427 from marsam/fix-strip-nondeterminism-darwin
strip-nondeterminism: fix build on darwin
2020-07-18 11:27:36 -05:00
Vladimír Čunát a5cc7d3197
krunner: fix hash of patch
Commit ee036bc02 put in hash *before* the normalization
done by fetchpatch.
2020-07-18 18:07:45 +02:00
Maximilian Bosch 8eb5f22ad4
Merge pull request #93309 from r-ryantm/auto-update/facter
facter: 3.14.11 -> 3.14.12
2020-07-18 18:07:06 +02:00
Dmitry Kalinkin b815effd72
Merge pull request #92942 from jollheef/bump-jedi
python: jedi: 0.17.0 -> 0.17.1
2020-07-18 12:06:42 -04:00
Dmitry Kalinkin 012582c6d1
Merge pull request #93208 from veprbl/pr/numexpr_darwin_fix
pythonPackages.numexpr: fix darwin build by refactoring checkPhase
2020-07-18 12:05:17 -04:00
Symphorien Gibol 5f4a279f41 pdfarranger: 1.5.3 -> 1.6.0 2020-07-18 12:04:18 -04:00
Symphorien Gibol 293d7c3933 img2pdf: make a python package 2020-07-18 12:04:18 -04:00
zowoq ba4f0c63e4
ffmpeg: 4.3 -> 4.3.1
(cherry picked from commit 916bc99f2c)
See the grandparent commit.
2020-07-18 18:02:24 +02:00
zowoq b9f891960e
ffmpeg_3_4: 3.4.7 -> 3.4.8
(cherry picked from commit 88c720f0bf)
See the parent commit.
2020-07-18 18:02:23 +02:00
zowoq 6af12c3339
ffmpeg_2_8: 2.8.16 -> 2.8.17
(cherry picked from commit 92cfd28d2b)
The ffmpeg updates aren't build rebuilds, so I forward-pick them
from staging to master.  I suspect they have important fixes.
Originally from PR #93217.
2020-07-18 18:02:22 +02:00
Daniël de Kok 704bd03243
Merge pull request #93363 from prusnak/rocksdb
rocksdb: 6.4.6 -> 6.10.2
2020-07-18 17:57:03 +02:00
Vladimír Čunát 41a323711a
Merge #93288: libapparmor: Fix with gnumake 4.3 2020-07-18 17:48:19 +02:00
Martin Lundfall 424936ed33 cvc4: 1.6 -> 1.8
Co-authored-by: Gabriel Ebner <gebner@gebner.org>

Update pkgs/applications/science/logic/cvc4/default.nix

Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2020-07-18 17:48:10 +02:00
Jack Coughlin 8a65fe8da6 petsc: Fix install_name_tool patch
The PETSc library's config/install.py script checks whether
/usr/bin/install_name_tool is an existing file:

https://gitlab.com/petsc/petsc/-/blob/master/config/install.py#L368

Therefore, it is not enough to replace it with something that we expect
to be on the PATH, as this will cause the linked if statement to be
silently skipped. The consequence is that applications linked against
this version of petsc will fail at runtime on MacOS with a dynamic
loading error.

Instead, we should replace install_name_tool with the absolute path of a
binary we know will be present at build time.

Note that this should be fixed upstream as well, but this is sufficient
to fix the runtime error.
2020-07-18 08:47:24 -07:00
Vladimír Čunát 4b028aecae
apparmor: only apply the gnumake fix to the parser
This is to avoid the huge rebuild for now, as it seems to be enough to
fix the problem, but I'll revert this on staging anyway.
2020-07-18 17:46:37 +02:00
Oleksii Filonenko b907241a66
Merge pull request #93404 from dywedir/rink
rink: 0.4.5 -> 0.5.0
2020-07-18 18:29:52 +03:00
Maximilian Bosch f80bb95e23
Merge pull request #93390 from danieldk/drawio-13.4.5
drawio: 13.3.9 -> 13.4.5
2020-07-18 17:23:33 +02:00
Maximilian Bosch e6c1fae528
Merge pull request #93410 from liff/patch-1
nixos/manual: Fix reference to copy_from_host
2020-07-18 17:20:53 +02:00
Pavol Rusnak 49581587c2
rocksdb: 6.4.6 -> 6.10.2 2020-07-18 16:57:38 +02:00
Mario Rodas d7e20ee25e
Merge pull request #93387 from r-ryantm/auto-update/python2.7-ipympl
python27Packages.ipympl: 0.5.6 -> 0.5.7
2020-07-18 08:51:15 -05:00
Mario Rodas 5868f8f306
strip-nondeterminism: fix build on darwin 2020-07-18 07:30:00 -05:00
Jan Tojnar ceb1527a61
Merge pull request #93409 from zowoq/gnome-ext-hooks
gnomeExtensions: add runHook to {build,install}Phase
2020-07-18 13:39:45 +02:00
Olli Helenius 2d8311dac9
nixos/manual: Fix reference to copy_from_host 2020-07-18 14:26:44 +03:00
zowoq 8f2d4f9956 gnomeExtensions: add runHook to {build,install}Phase 2020-07-18 21:06:33 +10:00
Lancelot SIX 9b195c5369
Merge pull request #93393 from r-ryantm/auto-update/python3.7-pylint-django
python37Packages.pylint-django: 2.0.15 -> 2.1.0
2020-07-18 11:56:50 +01:00
pacien 16d8632355 beamerpresenter: 0.1.1 -> 0.1.2 2020-07-18 12:40:43 +02:00
Vladyslav M 2076487221
rink: 0.4.5 -> 0.5.0 2020-07-18 13:30:05 +03:00
Michael Weiss a838caa33a
tdm: Fix the build
Was failing in the desktop-file validation stage [0]:
/nix/store/XXX-tdm.desktop/share/applications/tdm.desktop: error: value
"False" for boolean key "Terminal" in group "Desktop Entry" contains
invalid characters, boolean values must be "false" or "true"

[0]: https://hydra.nixos.org/build/123852137
2020-07-18 11:41:47 +02:00
Jörg Thalheim eb66a32a56
Merge pull request #76487 from ryneeverett/lockkernelmodules-docker 2020-07-18 10:35:34 +01:00
Mario Rodas 4703d4da7e
_3270font: init at 2.0.4 2020-07-18 04:20:00 -05:00
Daniël de Kok ae33b7daec
Merge pull request #93388 from danieldk/more-local-rocr-ext-dir
rocm-runtime: make ROCR_EXT_DIR handling more local
2020-07-18 10:42:17 +02:00
zowoq f138879273
Merge pull request #93394 from NixOS/revert-89017-package-grouping
Revert "Group packages by language/builder via dummy maintainer"
2020-07-18 18:14:25 +10:00
zowoq 0f19b9ba72
Revert "Group packages by language/builder via dummy maintainer" 2020-07-18 17:45:08 +10:00
R. RyanTM d867a5aecb python37Packages.pylint-django: 2.0.15 -> 2.1.0 2020-07-18 07:43:18 +00:00
Daniël de Kok 42655951f4 drawio: 13.3.9 -> 13.4.5
Changelogs:

https://github.com/jgraph/drawio-desktop/releases/tag/v13.4.4
https://github.com/jgraph/drawio-desktop/releases/tag/v13.4.5
2020-07-18 08:58:44 +02:00