Commit Graph

275824 Commits

Author SHA1 Message Date
Jörg Thalheim 776f482e02 zoom-us: remove qttools
this is a left-over when we used nixpkgs's qt instead of the bundled version
2021-03-15 19:41:57 +01:00
Yarny0 b747aa0f9f zoom-us: unset Qt env variables to fix dialog boxes
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.

I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.

Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
Daniël de Kok 916ee862e8 Merge pull request #115893 from r-ryantm/auto-update/1password
_1password-gui: 0.9.26 -> 8.0.27
2021-03-12 08:09:13 +01:00
TredwellGit f03cfcafbf wireshark: 3.4.3 -> 3.4.4 (#116018)
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-12 07:03:16 +01:00
Mario Rodas d02b1cc8ed Merge pull request #116011 from samuela/upkeep-bot/vscode-1.54.2-1615508392
vscode: 1.53.2 -> 1.54.2
2021-03-11 23:00:13 -05:00
Mario Rodas 143bfeebcd Merge pull request #116019 from r-ryantm/auto-update/mruby
mruby: 2.1.2 -> 3.0.0
2021-03-11 22:29:00 -05:00
Mario Rodas 1394179695 Merge pull request #116002 from fatho/fix/dunst-src-hash
dunst: fix 1.6.1 src and build
2021-03-11 22:25:48 -05:00
R. RyanTM 5d294f1912 mruby: 2.1.2 -> 3.0.0 2021-03-12 03:10:25 +00:00
Sandro c5147860e2 Merge pull request #115937 from 06kellyjac/kube3d
kube3d: 4.2.0 -> 4.3.0
2021-03-12 02:45:11 +01:00
Sandro b409c3c9b4 Merge pull request #115989 from spease/spease/cocoapods-update 2021-03-12 02:44:55 +01:00
Sandro bb0d236596 Merge pull request #115997 from Profpatsch/lorri-1.3.1
lorri: 1.3.0 -> 1.3.1
2021-03-12 02:44:37 +01:00
Sandro 802cc885e4 Merge pull request #115718 from timstott/tmuxPlugins-refactor-mkTmuxPlugin
tmuxPlugins: rename function to build plugin
2021-03-12 02:36:43 +01:00
Sandro c0a09eb740 Merge pull request #116009 from fzakaria/faridzakaria/fix-jruby-java-home
jruby: Fix JAVA_HOME to support proper jmod support
2021-03-12 02:24:43 +01:00
Sandro 2b839d7a0f Merge pull request #115500 from SuperSandro2000/override-new-lines
pythonPackages: move overrides into new lines
2021-03-12 02:16:18 +01:00
Sandro 1b6e2fb5f7 Merge pull request #115995 from Mindavi/libwebsockets/cross-compilation-fix
libwebsockets: improve cross-compilation support
2021-03-12 02:09:34 +01:00
Sandro d214588367 Merge pull request #115981 from liff/python-hcloud/v1.11.0
pythonPackages.hcloud: 1.10.0 -> 1.11.0
2021-03-12 02:04:09 +01:00
Sandro f7bf62ec5b Merge pull request #115986 from 0x4A6F/master-dasel
dasel: 1.13.3 -> 1.13.4
2021-03-12 01:59:45 +01:00
upkeep-bot 2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Farid Zakaria bfcd4b0e2a jruby: Fix JAVA_HOME to support proper jmod support
This is investigation I've done in support of
https://github.com/jruby/jruby/issues/6608 where I noticed some funky
issues with JRuby and module loading.

Looks like that JRuby expects JAVA_HOME to have a directory called
`jmod`, which is consistent with the Java Module system.

Unfortunately, the top level directory for the `jre` or `jdk` /nix/store
entry is not a valid JAVA_HOME since it is missing that directory.

Instead it's set within `lib/openjdk`, and there is a passthru variable
set accordingly.

This fixes JRuby and follows many other derivations.
A simple search in the code-base shows that there are many other
packages that suffer this same bug.
2021-03-11 16:10:22 -08:00
Mario Rodas 0fad702a50 Merge pull request #115985 from 0x4A6F/master-promscale
promscale: 0.2.0 -> 0.2.1
2021-03-11 19:08:27 -05:00
Sandro Jäckel 8a26c93b4c pythonPackages: move overrides into new lines 2021-03-12 00:12:56 +01:00
Wael Nasreddine 34cf38fca4 vimPlugins.fzfWrapper: place the fzf binary in the plugin's bin dir 2021-03-12 00:05:24 +01:00
Fabian Thorand f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Graham Christensen 7b69e62cb0 Merge pull request #116000 from sternenseemann/mcfgthreads-fix-eval
mcfgthreads: fix syntax
2021-03-11 18:00:20 -05:00
sternenseemann 81e5833fd1 mcfgthreads: fix syntax
PR #115603 / 8ad96b7786 introduced a
syntax error by introducing an '' inside an indented string and thus a
syntax error. Was merged despite the failing ofborg check.
2021-03-11 23:59:14 +01:00
Profpatsch dfafbdd56c lorri: 1.3.0 -> 1.3.1
Fix `lorri direnv` triggering an unconditional rebuild every time it is run.

After fixing up the build loop people suddenly started noticing that
lorri was evaluating every time something ran `lorri direnv`, which
could potentially be every time the user switched between buffers in
the editor.

This is not the intended behaviour, since we should run an
unconditional build only the first time the project is added to the
watcher, and after rely on the watcher to notify us of any file
changes (or the user running `lorri internal ping` to force a
rebuild).
2021-03-11 23:54:02 +01:00
Sandro 793bc75c81 Merge pull request #115929 from marsam/fix-nix-linter-build
nix-linter: fix build
2021-03-11 23:40:39 +01:00
Sandro a5d6ab4932 Merge pull request #115963 from OPNA2608/update/megapixels-0.15.0/21.05
megapixels: 0.14.0 -> 0.15.0
2021-03-11 23:38:59 +01:00
Sandro 99838b738d Merge pull request #115957 from ilian/u/reaper
reaper: 6.23 -> 6.25
2021-03-11 23:36:40 +01:00
Sandro cf4c29a9ec Merge pull request #115955 from 06kellyjac/nerdctl
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM 2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
John Ericson 7ef425d276 Merge pull request #115603 from mroi/patch-mcfgthreads
mcfgthreads: enable cross-compiling on Darwin
2021-03-11 17:23:29 -05:00
Sandro a7a28d3343 Merge pull request #115978 from superherointj/package-mtd-utils
mtd-utils: 2.1.1 -> 2.1.2
2021-03-11 23:17:09 +01:00
Rick van Schijndel 03b6aa509a libwebsockets: improve cross-compilation support
Building works on aarch64-multiplatform:

- libwebsockets_3_1
- libwebsockets_3_2
- libwebsockets_4_0
- libwebsockets_4_1
2021-03-11 23:09:31 +01:00
Michael Weiss 381af7aa3f chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
Tim Steinbach 1857d1bf70 awscli: 1.19.24 -> 1.19.25 2021-03-11 16:20:37 -05:00
Tim Steinbach ba3b293272 python3Packages.boto3: 1.17.24 -> 1.17.25 2021-03-11 16:20:37 -05:00
Tim Steinbach 50271bfa76 python3Packages.botocore: 1.20.24 -> 1.20.25 2021-03-11 16:20:37 -05:00
Steven Pease b2942f0e2a cocoapods-beta: 1.10.0 -> 1.10.1 2021-03-11 13:10:59 -08:00
Steven Pease 108aa14927 cocoapods: 1.10.0 -> 1.10.1 2021-03-11 13:10:04 -08:00
0x4A6F 810b7863cf dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
Sandro fde0082ca4 Merge pull request #115932 from dotlambda/marisa-trie-cython
python39Packages.marisa-trie: fix
2021-03-11 21:36:18 +01:00
0x4A6F db9e9af3ae promscale: 0.2.0 -> 0.2.1 2021-03-11 21:33:57 +01:00
Sandro 148e686044 Merge pull request #115933 from 06kellyjac/terragrunt
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Benjamin Hipple 17a9f368e3 Merge pull request #115793 from lbpdt/feature/docker-tools-layered-image-name-slashes
dockerTools.buildLayeredImage: image names with registry/ prefix
2021-03-11 14:58:26 -05:00
Benjamin Hipple f707104092 Merge pull request #115791 from lbpdt/feature/docker-tools-nix-store-dir
dockerTools.buildLayeredImage: configurable store root
2021-03-11 14:56:39 -05:00
Sandro 54972fdaf5 Merge pull request #115941 from NeQuissimus/jenkins
jenkins: 2.263.4 → 2.277.1
2021-03-11 20:55:30 +01:00
Fabian Affolter 93e2dafc9d Merge pull request #115840 from r-ryantm/auto-update/gdu
gdu: 4.7.0 -> 4.8.0
2021-03-11 20:54:40 +01:00
Olli Helenius 66dce5b3f5 pythonPackages.hcloud: 1.10.0 -> 1.11.0 2021-03-11 21:40:39 +02:00
superherointj 795e18ed2e mtd-utils: 2.1.1 -> 2.1.2 2021-03-11 16:04:42 -03:00