Commit Graph
235235 Commits
Author SHA1 Message Date
worldofpeaceandGitHub 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 RodasandGitHub 68dfdd34ae Merge pull request #93420 from marsam/init-3270font
_3270font: init at 2.0.4
2020-07-18 16:19:42 -05:00
markuskowaandGitHub 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
markuskowaandGitHub 533720caa9 Merge pull request #93031 from andrew-d/andrew/dsd
dsd: init at 2018-07-01
2020-07-18 23:18:23 +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 KokandGitHub 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 KokandGitHub 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 KokandGitHub 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 EbnerandGitHub 3ffc16a834 Merge pull request #93375 from MrChico/cvc4_1.8
cvc4: 1.6 -> 1.8
2020-07-18 18:48:12 +02:00
Mario RodasandGitHub 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 BoschandGitHub 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 KalinkinandGitHub 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 KalinkinandGitHub 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 GibolandDmitry Kalinkin 5f4a279f41 pdfarranger: 1.5.3 -> 1.6.0 2020-07-18 12:04:18 -04:00
Symphorien GibolandDmitry Kalinkin 293d7c3933 img2pdf: make a python package 2020-07-18 12:04:18 -04:00
zowoqandVladimír Čunát ba4f0c63e4 ffmpeg: 4.3 -> 4.3.1
(cherry picked from commit 916bc99f2c)
See the grandparent commit.
2020-07-18 18:02:24 +02:00
zowoqandVladimír Čunát 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
zowoqandVladimír Čunát 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 KokandGitHub 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 LundfallandGabriel Ebner 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 FilonenkoandGitHub b907241a66 Merge pull request #93404 from dywedir/rink
rink: 0.4.5 -> 0.5.0
2020-07-18 18:29:52 +03:00
Maximilian BoschandGitHub 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 BoschandGitHub 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 RodasandGitHub 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 TojnarandGitHub 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 HeleniusandGitHub 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 SIXandGitHub 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 ThalheimandGitHub 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 KokandGitHub 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
zowoqandGitHub 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
zowoqandGitHub 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
Vladyslav MandGitHub effb57d395 Merge pull request #93130 from cmacrae/spacebar/move_owner
spacebar: 0.5.0 -> 1.1.0
2020-07-18 09:39:29 +03:00
Daniël de KokandGitHub cace440c15 Merge pull request #93290 from danieldk/manual-opencl-amd
nixos/manual: add a section about enabling OpenCL for AMD GPUs
2020-07-18 08:34:07 +02:00
Daniël de KokandGitHub 26a014166d Merge pull request #93359 from r-ryantm/auto-update/nomacs
nomacs: 3.14.2 -> 3.15.1616
2020-07-18 08:27:14 +02:00
Daniël de KokandGitHub f71b91f4eb Merge pull request #93369 from r-ryantm/auto-update/osmo
osmo: 0.4.2 -> 0.4.4
2020-07-18 08:17:37 +02:00