263896 Commits

Author SHA1 Message Date
archaeron
ab879aa622
nushell: 0.24.1 -> 0.25.1 2021-01-13 17:57:07 +01:00
Fabian Affolter
e8a2613d58 home-assistant: update component-packages 2021-01-13 17:53:00 +01:00
Fabian Affolter
e0dd82d309 python3Packages.icmplib: init at 2.0.1 2021-01-13 17:51:42 +01:00
Michael Weiss
79150e0573
chromiumDev: 89.0.4381.6 -> 89.0.4385.0 2021-01-13 17:43:12 +01:00
Jörg Thalheim
9de67acaa9
Merge pull request #103292 from mikesperber/libtensorflow-2
libtensorflow_2: add TensorFlow 2 as a library
2021-01-13 16:39:16 +00:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis
6347f78fd9
emacsPackages*: Move to emacs*.pkgs
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`

The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +01:00
Fabian Affolter
27f11bd967 home-assistant: update component-packages 2021-01-13 17:02:13 +01:00
TredwellGit
e6b1439ac2 electron_11: 11.1.0 -> 11.2.0
https://github.com/electron/electron/releases/tag/v11.2.0
2021-01-13 16:00:15 +00:00
Fabian Affolter
68026a2219 python3Packages.hydrawiser: init at 0.2 2021-01-13 16:59:53 +01:00
TredwellGit
7016ae47d9 element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
Mogria
2025ca9528 plantuml: 1.2020.22 -> 1.2020.26
PlantUML complains that it's too old when a diagram is generated to PNG an
error occurs.
2021-01-13 16:31:10 +01:00
TredwellGit
8fdbb53c35 element-desktop: replace electron_9 with electron 2021-01-13 15:14:22 +00:00
Fabian Affolter
7f0efa1786 home-assistant: update component-packages 2021-01-13 16:07:18 +01:00
Fabian Affolter
d69a27efbf python3Packages.pyinsteon: init at 1.0.8 2021-01-13 16:04:26 +01:00
Johan Thomsen
423b9b2a70 ceph: 15.2.7 -> 15.2.8 2021-01-13 15:51:18 +01:00
Fabian Affolter
b343e5375f python3Packages.gps3: init at 0.33.3 2021-01-13 15:37:32 +01:00
Vladimír Čunát
9e2880e5fa
nixos ISO image: revert another part of 8ca33835ba 2021-01-13 15:25:19 +01:00
Fabian Affolter
ea4c52041e home-assistant: update component-packages 2021-01-13 15:16:19 +01:00
Fabian Affolter
1a0e5c95cc python3Packages.aiokef: init at 0.2.17 2021-01-13 15:14:30 +01:00
Christian Mainka
210dec49a1 joplin-desktop: 1.4.19 -> 1.6.7 2021-01-13 15:13:14 +01:00
Sandro
a76f0696cc
Merge pull request #109260 from ymatsiuk/flux2bump 2021-01-13 14:59:50 +01:00
Sandro
c0ee156b1c
Merge pull request #109266 from suhr/droidcam 2021-01-13 14:59:25 +01:00
Sandro
e091074a5c
Merge pull request #109268 from 06kellyjac/tokei
tokei: 12.1.1 -> 12.1.2
2021-01-13 14:58:04 +01:00
Vladimír Čunát
1a16428c17
nixos ISO image: revert a part of 8ca33835ba
Thanks @ primeos.  This wasn't really needed; my mistake.
2021-01-13 14:50:40 +01:00
Sirio Balmelli
097d0836b4
gopass: 1.10.1 -> 1.11.0
Remove workaround introduced in dda50e73:
https://github.com/gopasspw/gopass/issues/1662
has now been fixed upstream.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-01-13 14:14:48 +01:00
Fabian Affolter
4cca0bce17 python3Packages.pyftdi: 0.52.0 -> 0.52.9 2021-01-13 14:11:36 +01:00
Fabian Affolter
99eebb6e73 python3Packages.pytest-factoryboy: 2.0.3 -> 2.1.0 2021-01-13 14:07:17 +01:00
S. Nordin Abouzahra
dbe008a52a firefox: remove python2 dependency
Python 2 is no longer required to build Firefox.
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra
7415d0589d firefox: overhaul LTO
Enable LTO support on Linux by default again.

Add patch to fix dependentlibs.list generation under LTO. This is
necessary for fixing firefox-wayland crashing when built with LTO.

Add makeFlags which set ar, ranlib, and nm to be llvm-ar, llvm-ranlib
and llvm-nm when building with llvm-based LTO. (bmo#1480005)
2021-01-13 08:06:48 -05:00
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
Vladimír Čunát
8ca33835ba
nixos: fixup build of aarch64 minimal ISO (fixes #109252)
Perhaps it's not pretty nor precise; feel free to improve.
2021-01-13 14:05:45 +01: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
Sandro
45c1428afa
Merge pull request #109259 from oxzi/pytmx-3.24.0
pytmx: 3.22.0 -> 3.24.0
2021-01-13 14:00:57 +01:00
Fabian Möller
07e7cea102 python36: enable ctypes.util.find_library patch 2021-01-13 13:13:02 +01:00
Fabian Affolter
c0f8f06241 home-assistant: update component-packages 2021-01-13 13:06:11 +01:00
Fabian Affolter
f90920cc2c python3Packages.pyfnip: init at 0.2 2021-01-13 12:42:47 +01:00
Fabian Affolter
6e31a9a2d0 python3Packages.faker: adjust requirements and check part 2021-01-13 12:32:42 +01:00
06kellyjac
859a64428d tokei: 12.1.1 -> 12.1.2 2021-01-13 11:26:09 +00:00
Justin Humm
073ddd892e
contributing.md: Change labels for backported PRs
This is somewhat convention already and it makes keeping track of
missing backports a lot easier.
2021-01-13 12:19:19 +01:00
Sandro
fa0253297e
Merge pull request #109258 from oxzi/go-shadowsocks2-0.1.3
go-shadowsocks2: 0.0.11 -> 0.1.3
2021-01-13 12:11:54 +01:00
Sandro
ebb5191ab4
Merge pull request #109254 from fabaff/bump-tld 2021-01-13 12:11:19 +01:00
Sandro
568a5bb6b8
Merge pull request #108911 from davegallant/awscli2-2.1.17
awscli2: 2.1.7 -> 2.1.17
2021-01-13 12:08:00 +01:00