Commit Graph
314663 Commits
Author SHA1 Message Date
Mario RodasandGitHub 2b4c4eb126 Merge pull request #135623 from paperdigits/wlc-1.12
wlc: 1.11 -> 1.12
2021-08-29 01:35:59 -05:00
Mario RodasandGitHub 1aa6a11373 Merge pull request #135736 from r-ryantm/auto-update/cjson
cjson: 1.7.14 -> 1.7.15
2021-08-29 01:34:32 -05:00
Mario RodasandGitHub f5889e2180 Merge pull request #134561 from r-ryantm/auto-update/sentry-cli
sentry-cli: 1.66.0 -> 1.68.0
2021-08-29 01:31:43 -05:00
Romanos SkiadasandBjørn Forsman ad4883cb96 gnucash: Add patch that fixes enableDebugging gnucash
I wouldn't be able to say exactly why this is the case, but with the
flags that enableDebugging adds to the gnucash derivation, the build
fails. The patch added fixes the warning that causes the build to fail
and makes enableDebugging gnucash work.
2021-08-29 08:28:51 +02:00
Michael RaskinandGitHub f56bc01a16 Merge pull request #135992 from r-ryantm/auto-update/simgear
simgear: 2020.3.8 -> 2020.3.11
2021-08-29 06:25:37 +00:00
Vlad MandGitHub 6ebd363dcf Merge pull request #136053 from marsam/update-elvish
elvish: 0.16.1 -> 0.16.3
2021-08-29 09:10:04 +03:00
Mario RodasandGitHub 2012e82c0f Merge pull request #135856 from r-ryantm/auto-update/python3.8-dropbox
python38Packages.dropbox: 11.16.0 -> 11.18.0
2021-08-29 01:05:56 -05:00
Kranium Gikos Mendoza b7066a57de libaom: disable NEON on armv7l 2021-08-29 15:53:04 +10:00
Mario RodasandGitHub dd13b8b7e1 Merge pull request #135510 from r-ryantm/auto-update/joker
joker: 0.17.1 -> 0.17.2
2021-08-29 00:52:34 -05:00
Mario RodasandGitHub 60017257dd Merge pull request #134398 from r-ryantm/auto-update/go-tools
go-tools: 2021.1 -> 2021.1.1
2021-08-29 00:41:29 -05:00
Mario RodasandGitHub d2b5fe15bc Merge pull request #135998 from r-ryantm/auto-update/cloudflared
cloudflared: 2021.8.3 -> 2021.8.6
2021-08-29 00:39:57 -05:00
Mario RodasandGitHub 7ec338a7c1 Merge pull request #136000 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.39.2 -> 0.39.4
2021-08-29 00:38:30 -05:00
Mario RodasandGitHub 744eb3a9f3 Merge pull request #136054 from marsam/update-ncspot
ncspot: 0.8.1 -> 0.8.2
2021-08-29 00:36:24 -05:00
R. RyanTM 22a588bca2 python38Packages.portalocker: 2.3.1 -> 2.3.2 2021-08-29 03:52:51 +00:00
Jan Tojnar 882899981d qgnomeplatform: 0.6.1 → 0.8.0
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.7.0
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.7.1
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.8.0
2021-08-29 04:25:07 +02:00
Jan Tojnar 47afdc4627 nixos/gnome: enable platform integration for Qt
Qt links against GTK to be able to use native GTK file chooser
in GTK-oriented DEs. However, GTK expects a specific environment,
which means the application needs to be wrapped to prevent crashes
when file chooser is opened in some environments.

This patch bypasses the need for wrapping Qt applications with GTK-related
environment since the file chooser dialogue will now come from a separate
process (instantiated by the XDG desktop portal via D-Bus).

In the future, we could remove the GTK dependency from Qt to fix the crashes
on non-{GNOME,Pantheon} environments. Then, users would be able to choose
between non-native Qt dialogue or native one facilitated by XDG portals
(e.g. through setting `QT_QPA_PLATFORMTHEME` to either `qgnomeplatform`,
or `xdgdesktopportal`).

One disadvantage is adding a Qt dependency to GNOME, even for people
who might not use any Qt apps. But they can easily just add `qt5.enable = false;`
to their NixOS configuration.

The configuration is also presumably less battle tested than plain Qt
with its first-party GTK integration. But it is backed by Fedora
and used by Manjaro GNOME so it cannot be that bad.

Lastly, I worry about ABI compatibility of the platform modules
with apps installed from different Nixpkgs revision.
2021-08-29 04:23:34 +02:00
github-actions[bot]andGitHub e96f5aea47 Merge master into haskell-updates 2021-08-29 00:06:33 +00:00
Dmitry KalinkinandGitHub ce77cbef67 Merge pull request #135872 from chvp/bump-mu
mu: 1.6.4 -> 1.6.5
2021-08-28 19:44:01 -04:00
Robert Schütz ea4364b2f7 kdeltachat: unstable-2021-08-02 -> unstable-2021-08-28 2021-08-28 16:27:46 -07:00
Maximilian BoschandGitHub 8678ac57d7 Merge pull request #135891 from Ma27/mautrix-telegram-perm-startup
nixos/mautrix-telegram: loosen umask to keep `config.json` writable
2021-08-29 00:06:06 +02:00
Maximilian BoschandGitHub 6f8cfa08fe Merge pull request #135946 from Ma27/nextcloud-tableprefix
nixos/nextcloud: remove invalid `--database-table-prefix` option
2021-08-29 00:00:25 +02:00
Michael WeissandGitHub 99e97479b3 Merge pull request #136064 from primeos/chromiumBeta
chromium: Move the version helper functions into default.nix
2021-08-28 23:46:41 +02:00
Alexander Kiselyov 20a1ea5de7 python3Packages.pytorch: added BLAS provider passthru
`torch.fft` is available only when BLAS provider is MKL. Passing it thru
allows dependent derivations to easily check for FFT availability.
2021-08-29 00:33:01 +03:00
Michael Weiss 186315def7 chromium: Move the version helper functions into default.nix
Those functions can be required anywhere in the Nix expressions for
Chromium and therefore they should be defined in default.nix and
inherited where necessary.

This fixes the chromiumBeta build which failed because I forgot to
update the channel conditional when the beta channel advanced to M94.
This is exactly why the version based conditionals should be used
everywhere.
2021-08-28 23:27:55 +02:00
Michael WeissandGitHub ae75e98913 Merge pull request #136061 from primeos/llvmPackages_git
llvm/update-git.py: Automatically commit the changes
2021-08-28 23:18:31 +02:00
Michael WeissandGitHub b6e5111de5 Merge pull request #136062 from primeos/llvmPackages_13
llvmPackages/update.sh: Support LLVM 13+
2021-08-28 23:18:06 +02:00
Michael Weiss 00e380f1be llvmPackages/update.sh: Support LLVM 13+ 2021-08-28 22:55:08 +02:00
Michael Weiss 680c2e60c9 llvm/update-git.py: Automatically commit the changes 2021-08-28 22:54:31 +02:00
B. KellyandRebecca Kelly 7221585f89 nixos/deliantra-server: add settings module for Deliantra MMORPG server 2021-08-28 16:25:11 -04:00
B. KellyandRebecca Kelly c5d61a5e93 deliantra-server: init at 3.1
Includes deliantra-arch, deliantra-maps, and deliantra-data (a combined
package that includes the compiled archetypes and maps and the static
data shipped with the server itself).
2021-08-28 16:23:32 -04:00
B. KellyandRebecca Kelly 17325b20e6 perlPackages.Deliantra: init at 2.01 2021-08-28 16:23:32 -04:00
B. KellyandRebecca Kelly 9a8e5e3b67 perlPackages.CoroEV: init at 6.55 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly 420757f99a perlPackages.AnyEventIRC: init at 0.97 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly c1a2327239 perlPackages.AnyEventBDB: init at 1.1 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly 6247f09c49 perlPackages.ObjectEvent: init at 1.23 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly 5c6349c21f perlPackages.CompressLZF: init at 3.8 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly cc829e3655 perlPackages.BDB: init at 1.92 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly f3ea275c67 perlPackages.DigestMD5: init at 2.55 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly 10005589c3 blitz: reinstate at 1.0.1 2021-08-28 16:23:31 -04:00
B. KellyandRebecca Kelly 978e73e5f4 nixos/crossfire-server: add settings module for Crossfire MMORPG server 2021-08-28 16:23:30 -04:00
Sergei Trofimovich a693aca24d pax-utils: 1.2.8 -> 1.3.3 2021-08-28 20:55:51 +01:00
Ryan Burns 5e72b0a076 fossil: 2.15.1 -> 2.16
For CVE-2021-36377

Add enableDeserialize option to sqlite,
which is required to build fossil v2.16+.
2021-08-28 12:42:41 -07:00
TredwellGit f3840694a6 electron_12: 12.0.17 -> 12.0.18
https://github.com/electron/electron/releases/tag/v12.0.18
2021-08-28 19:25:35 +00:00
TredwellGit a544b2b378 electron_13: 13.2.2 -> 13.2.3
https://github.com/electron/electron/releases/tag/v13.2.3
2021-08-28 19:24:43 +00:00
Robert Schütz b6ea4c478b deltachat-cursed: 0.2.0 -> 0.3.0
https://github.com/adbenitez/deltachat-cursed/blob/v0.3.0/CHANGELOG.md
2021-08-28 12:02:57 -07:00
Pavol RusnakandGitHub 0f157df1a3 Merge pull request #135967 from r-ryantm/auto-update/stm32flash
stm32flash: 0.5 -> 0.6
2021-08-28 20:35:37 +02:00
Pavol RusnakandGitHub 5a9b69e7fa Merge pull request #136045 from r-ryantm/auto-update/charge-lnd
charge-lnd: 0.2.2 -> 0.2.3
2021-08-28 20:31:09 +02:00
4fecb8b2d0 nixos/airsonic: make path to war file and jre configurable (#135709)
* nixos/airsonic: make path to war file and jre configurable

* Apply suggestions from code review

Co-authored-by: Sumner Evans <me@sumnerevans.com>

Co-authored-by: Sumner Evans <me@sumnerevans.com>
2021-08-28 14:26:03 -04:00
R. RyanTM e2551a696b charge-lnd: 0.2.2 -> 0.2.3 2021-08-28 16:50:51 +00:00
polykernel ca20a96b5f treewide: concatStrings (intersperse ...) -> concatStringsSep ...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00