Commit Graph

51447 Commits

Author SHA1 Message Date
S. Nordin Abouzahra
40b4eb1c52 firefox: simplify NIX_LDFLAGS usage
This was required to solve the XPCOMGlueLoad error when building with
LTO. However, it turns out libxul.so is supposed to have some libraries
that are reported as not found by ldd. Setting the RPATH worked around
the error as it forced dependency resolution but failed to fix the real
issue of broken generation of dependentlibs.list.

The libraries that are reported as not found by ldd are supposed to be
dlopened through the logic found in nsXPCOMGlue.cpp. However since the
generation of dependentlibs.list is broken under LTO this did not
happen. Instead of pulling libwayland-client.so from the GTK libraries
it found the stub library first (libmozwayland.so). The stub library
causes (as it should) wl_display_connect to always return NULL which is
the cause of the segmentation fault and LTO breaking wayland support.

Remove the hardcoded path used for the XPCOMGlueLoad error workaround
in NIX_LDFLAGS. libunwind is still unfortunately needed. Once the issue
of the generation of dependentlibs.list being borked is fixed it should
remedy the wayland crash issue on LTO.
2021-01-13 08:06:47 -05:00
S. Nordin Abouzahra
a277fca1c4 firefox: remove patchelf usage
Firefox has a number of optional dependencies that get dlopened.
Instead of using patchelf to set the RPATH use LD_LIBRARY_PATH.
The motivation for this is we already set LD_LIBRARY_PATH in the
wrapper on Linux.
2021-01-13 08:06:46 -05:00
S. Nordin Abouzahra
80e863c52c firefox: clean up optionals
Change `lib.optionals a [ b ]` to `lib.optional a b`.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra
96c34702e9 firefox: restrict system NSPR workaround
It only affected FF80 so place an upper bound restriction. See
bmo#1661096 for details.

This fixes substituteStream() warnings about missing patterns which
appeared in the logs.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra
c6f113a3f4 firefox: remove superfluous NIX_CFLAGS_COMPILE
It was added for nspr and nss back in the 55.0.3 to 56.0 upgrade. It
also served as a workaround for an undeclared gio-unix-2.0 dependency.
Sometime afterwards nspr was removed, leaving just the two. Since then,
upstream has added a declaration for gio-unix-2.0 (in FF62). As for the
nss include it seemingly has no purpose since current firefox builds
with it removed.
2021-01-13 08:06:44 -05:00
Sandro
9534559209
Merge pull request #109264 from 06kellyjac/terragrunt
terragrunt: 0.27.0 -> 0.27.1
2021-01-13 14:05:14 +01:00
Sandro
0d1a657a25
Merge pull request #109142 from freezeboy/remove-postinstall-amfora
amfora: remove unnecessary postInstall phase for darwin
2021-01-13 14:04:33 +01:00
Sandro
8b59c33807
Merge pull request #107142 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.14.0 -> 0.15.0
2021-01-13 14:01:48 +01:00
Sandro
c05e2bc529
Merge pull request #109115 from charvp/pr/bump-gomuks
gomuks: 0.2.1 -> 0.2.2
2021-01-13 14:01:19 +01:00
06kellyjac
2525c0252e terragrunt: 0.27.0 -> 0.27.1 2021-01-13 10:54:37 +00:00
Mark Vainomaa
b451286b1f
docker: 19.03.4 -> 20.10.2 (#108960)
This commit refactors the build process to handle Docker engine and
CLI split.
2021-01-13 11:33:14 +01:00
Charlotte Van Petegem
da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
adisbladis
f2380fe2ee
Merge pull request #109246 from adisbladis/emacs-packages-2021-01-13
emacsPackages: Bump to 2021-01-13
2021-01-13 10:11:57 +01:00
freezeboy
5a15487897 amfora: remove unnecessary postInstall phase for darwin 2021-01-13 09:34:40 +01:00
Sandro
c36b928f4f
Merge pull request #108993 from flokli/nufraw-gimp
remove ufraw and the gimp plugin
2021-01-13 09:19:39 +01:00
Sandro
e12409de89
Merge pull request #108959 from mikroskeem/docker-proxy-update
docker-proxy: 7b2b1fe -> fa125a3
2021-01-13 09:18:19 +01:00
Sandro
0499c16150
Merge pull request #90272 from alexfmpe/bump-printrun
printrun: 1.6.0 -> 2.0.0rc5
2021-01-13 08:50:28 +01:00
Sandro
10c8ab5e23
Merge pull request #109018 from 06kellyjac/exodus
exodus: 20.12.4 -> 21.1.7
2021-01-13 08:49:47 +01:00
Sandro
c7a1cbf5cf
Merge pull request #100642 from oxzi/astroid-plugin-fix
astroid: fix python plugin usage
2021-01-13 08:49:29 +01:00
Sandro
f73fb5337e
Merge pull request #100447 from uvNikita/ultralist 2021-01-13 08:47:53 +01:00
Sandro
0238b200e7
Merge pull request #109130 from yoctocell/gita-0.11.9 2021-01-13 08:44:12 +01:00
Florian Klink
c0a6ee2511 gerrit: 3.2.3 -> 3.3.1
Fixes https://github.com/NixOS/nixpkgs/issues/109167
Addresses CVE-2020-8919
Addresses CVE-2020-8920
2021-01-12 23:08:43 -08:00
adisbladis
5ea6dcd1d2
emacsPackages.melpa-packages: 2021-01-13 2021-01-13 03:54:10 +01:00
adisbladis
19d9d0023d
emacsPackages.org-packages: 2021-01-13 2021-01-13 03:53:14 +01:00
adisbladis
051af70ce5
emacsPackages.elpa-packages: 2021-01-13 2021-01-13 03:53:13 +01:00
adisbladis
35fca4864e
emacs.update-from-overlay: Allow broken in all nix-instantiate calls 2021-01-13 03:52:39 +01:00
Alexandre Esteves
400213309c printrun: 1.6.0 -> 2.0.0rc5 2021-01-13 00:34:31 +00:00
Florian Klink
038de4c5b1 ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146).

Using Darktable seems to be the reasonable choice for now.

Closes https://github.com/NixOS/nixpkgs/issues/97946.
2021-01-13 00:30:46 +01:00
Sandro
e35938ab71
Merge pull request #109135 from divanorama/mycrypto_1.7.13
mycrypto: 1.7.12 -> 1.7.13
2021-01-12 23:45:26 +01:00
Pavol Rusnak
e6229b82f0
Merge pull request #108945 from prusnak/electrs
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
yoctocell
0714396196
gitAndTools.gita: 0.10.10 -> 0.11.9 2021-01-12 19:59:55 +01:00
Niklas Hambüchen
e350b35cce
Merge pull request #109103 from taku0/thunderbird-bin-78.6.1
thunderbird,  thunderbird-bin: 78.6.0 -> 78.6.1 [Critical security fix]
2021-01-12 19:36:40 +01:00
Sandro
aa401c386f
Merge pull request #109106 from marzzzello/i3-update
i3, i3-gaps: 4.18.3 -> 4.19
2021-01-12 19:16:30 +01:00
Dmitry Ivankov
c249d03341 mycrypto: 1.7.12 -> 1.7.13 2021-01-12 19:06:41 +01:00
Sandro
769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
Sandro
69b5b1a35f
Merge pull request #107884 from freezeboy/update-amfora
amfora: 1.6.0 -> 1.7.2
2021-01-12 17:02:38 +01:00
Sandro
b53bee873e
Merge pull request #107841 from freezeboy/update-3proxy
_3proxy: 0.8.13 -> 0.9.3
2021-01-12 17:02:23 +01:00
marzzzello
af56bbf6ac i3, i3-gaps: 4.18.3 -> 4.19
Upstream switched from the autotools build system to the meson build system.
Also the source archive format switched from tar.bz2 to tar.xz
The build now supports application documentation in /share/doc/i3/
https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt
2021-01-12 16:55:21 +01:00
06kellyjac
245e4b7961 exodus: 20.12.4 -> 21.1.7 2021-01-12 15:02:47 +00:00
Sandro
65a4ef7cb8
Merge pull request #108221 from eduardosm/masterpdfeditor4
masterpdfeditor4: init at 4.3.89
2021-01-12 16:00:58 +01:00
Nikita Uvarov
33cc60dc34
ultralist: 0.8.1 -> 1.5.1 2021-01-12 15:48:50 +01:00
Nikita Uvarov
5b82aad3f9
ultralist: rename from todolist
Announcement: https://github.com/ultralist/ultralist/issues/136.
2021-01-12 15:48:45 +01:00
Anderson Torres
2900382c14
Merge pull request #109090 from hugolgst/update/calibre
calibre: 4.23.0 -> 5.9.0
2021-01-12 11:03:20 -03:00
Alvar Penning
1eae217a5f astroid: fix python plugin usage
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-12 13:47:27 +01:00
Hugo Lageneste
bbe300a6b8
calibre: 4.23.0 -> 5.9.0
Updates calibre version to 5.9.0 by pinning the Python version to 3.
Calibre upgraded to Python 3 since the 5.0 release.
Adds aliases for removed packages.

Fixes #106256.
2021-01-12 13:11:54 +01:00
Maximilian Bosch
0ac27f8beb
Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify
gitea: add sqlite_unlock_notify build tag
2021-01-12 12:08:01 +01:00
freezeboy
7ff002dc9f amfora: 1.6.0 -> 1.7.2 2021-01-12 11:44:07 +01:00
Pavol Rusnak
488c4cf2e5
electrs: init at 0.8.6 2021-01-12 10:04:16 +01:00
David Birks
fec9f56aa6 pulseeffects: 4.8.3 -> 4.8.4 2021-01-11 20:08:44 -08:00
Sandro
5ea525376f
Merge pull request #108951 from erictapen/sub-batch-init
sub-batch: init at 0.3.0
2021-01-11 22:56:56 +01:00