1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 00:54:11 +00:00
Commit graph

289400 commits

Author SHA1 Message Date
Mauricio Collares 391028eb3a pynac: add more patches, link to sage trac 2021-05-11 16:49:10 -03:00
Mauricio Collares 2a95fe1aea gap: 4.11.0 -> 4.11.1 2021-05-11 16:49:10 -03:00
Michael Weiss d4a651f448
Merge pull request #122602 from primeos/sway-set-xdg-env-vars
sway: Set XDG_CURRENT_DESKTOP=sway
2021-05-11 21:25:47 +02:00
Michael Weiss 9716bb8944
sway: Set XDG_CURRENT_DESKTOP=sway
This seems like a good idea in general and will at least make it easier
to get screen sharing to work (but still requires a proper NixOS
configuration including xdg-desktop-portal-wlr).

Note: It isn't necessary to set XDG_SESSION_TYPE=wayland as wlroots
already takes care of it (currently at least for the logind and libseat
session backends, the next wlroots release will require libseat):
4839664a92/backend/session/session.c (L80)
2021-05-11 21:19:45 +02:00
Robert Schütz 1e14061a82
Merge pull request #122457 from dotlambda/fastapi-fix
python3Packages.fastapi: fix build
2021-05-11 21:14:26 +02:00
Babbaj 7c609936c5
gb-backup: 2021-03-06 -> 2021-04-07 2021-05-11 15:08:22 -04:00
Alvar Penning 0310818382 watson: 2.0.0 -> 2.0.1 2021-05-11 20:54:50 +02:00
Robert Schütz 35d969a581 libdeltachat: 1.54.0 -> 1.55.0
https://github.com/deltachat/deltachat-core-rust/blob/1.55.0/CHANGELOG.md
2021-05-11 20:46:10 +02:00
Fabian Affolter 1f3b6d5a16 python3Packages.aiohue: update meta 2021-05-11 20:45:56 +02:00
Stéphan Kochen 967c6d8640 anevicon: fix darwin build 2021-05-11 20:40:33 +02:00
Bruno Bigras f0c88117e8 obsidian: 0.11.13 -> 0.12.3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-11 14:38:56 -04:00
Stéphan Kochen c16bc80432 agate: fix darwin build 2021-05-11 20:28:44 +02:00
github-actions[bot] 37c26a396b
Merge master into staging-next 2021-05-11 18:28:07 +00:00
Michael Raskin 010661db26
Merge pull request #122604 from rmcgibbo/flint
flint: fix build on darwin
2021-05-11 18:26:38 +00:00
Robert Schütz c9494b6fe0
megapixels: 0.16.0 -> 1.0.1 (#121722)
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.0
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.1
2021-05-11 20:07:20 +02:00
Pavol Rusnak a195450875
Merge pull request #122591 from stephank/fix-bomutils-darwin
bomutils: fix darwin build
2021-05-11 20:05:07 +02:00
Malte Brandy b729cc4565
haskellPackages.haskell-language-server: Fix build 2021-05-11 19:59:55 +02:00
Stéphan Kochen 34d988e673 apacheHttpdPackages.mod_python: fix darwin build 2021-05-11 19:55:13 +02:00
Bruce Toll 12d4e7567c python-mapnik: fix pycairo support
Fully enable pycairo support by exporting PYCAIRO=true and using
pkg-config to locate the pycairo library (with included patch).

The patch restores the use of pkg-config to find pycairo. This code was
present upstream, but commented out; it has been re-enabled and
modified to support both pycairo and py3cairo (the python3 version
of pycairo).
2021-05-11 13:49:58 -04:00
Robert Helgesson 9e8b1b0755
terraform-providers: bump Azure providers
Specifically,

- azuread: 0.10.0 -> 1.4.0

- azurerm: 2.13.0 -> 2.58.0

- azurestack: 0.9.0 -> 0.10.0
2021-05-11 19:44:42 +02:00
toonn 462c21b533
wire-desktop: mac 3.24.4059 -> 3.25.4095 2021-05-11 19:17:07 +02:00
toonn 07dc385e07
wire-desktop: linux 3.24.2939 -> 3.25.2940 2021-05-11 19:14:32 +02:00
Robert Schütz 7c35d1e73e
Merge pull request #122332 from dotlambda/mauikit-1.2.2
libsForQt5.mauikit: 1.2.1 -> 1.2.2
2021-05-11 19:12:53 +02:00
Bruce Toll beed9092dd mapnik: fix missing proj and libxml2 support
This commit provides three minor improvements:

1. Fix missing proj support. Fixes #91889.
2. Fix missing libxml2 support.
3. Improve build time with parallel build.

Fix missing proj support:
-------------------------
The 2019-07-09 update to proj version 6.1.1 in nixpkgs
commit d55cba68ff caused two problems for mapnik:

1. The separation of the dev output was not reflected in the mapnik
   expression. Since proj support is optional in the mapnik build,
   the build succeeded but no longer included proj support.

   See build log for: https://hydra.nixos.org/build/96274475.

2. Even if the mapnik expression was updated to use the separate
   dev output, it would still have dropped proj support because mapnik
   has not been updated for the proj 6 API.

This commit fixes the PROJ_INCLUDES to use the correct dev output and
also makes the PROJ_LIBS output explicit. In addition, it defines
ACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 since mapnik still does not have
a tagged release that supports the proj 6 api.

Looking to the future, it appears that the mapnik master branch includes
proj 6 support, so some checks were included to help insure that this
workaround gets removed once it is no longer required.

Fix missing libxml2 support:
----------------------------
Configure with "XMLPARSER=libxml2" to get libxml2 support. This has been
needed since mapnik 3.0.2. Remove XML2_INCLUDES and XML2_LIBS which
trigger a bug in the supplied SConstruct script (when used with
"XMLPARSER=libxml2.

In addition, libxml2 needs to be a propagatedBuildInput to avoid
errors building apacheHttpdPackages.mod_tile, python-mapnik, and
possibly other packages.

Enable parallel build:
----------------------
Setting enableParallelBuild does not result in a parallel build
with mapnik. However, setting JOBS=$(NIX_BUILD_CORES) in buildFlags
works and significantly reduces the build time.
2021-05-11 13:10:37 -04:00
Robert T. McGibbon bae8a2bedc flint: fix build on darwin 2021-05-11 12:56:06 -04:00
Kira Bruneau c3a52c2a27 mangohud: 0.4.1 → 0.6.1 2021-05-11 12:52:12 -04:00
Jan Tojnar bd53855480
Merge pull request #122360 from dotlambda/feedbackd-0.0.0+git20210426
feedbackd: unstable-2021-01-25 -> 0.0.0+git20210426
2021-05-11 18:43:39 +02:00
Michael Raskin 51775817bd
Merge pull request #122593 from rmcgibbo/mpir
mpir: fix darwin
2021-05-11 16:42:47 +00:00
Domen Kožar 32eed0987f
Merge pull request #122583 from domenkozar/linux-firmware-bump
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11
2021-05-11 18:26:54 +02:00
Robert Schütz 3681cf7d12 python3Packages.json-logging: re-enable tests involving FastAPI 2021-05-11 18:25:23 +02:00
Aluísio Augusto Silva Gonçalves c38d70127d python3Packages.jupytext: fix tests
Due to improper sandboxing, I didn't notice the failed tests while
upgrading jupytext in #121648.  The errors come from jupyter_core so
the same fix is used here as there: set $HOME to a writable directory.
2021-05-11 09:20:38 -07:00
Stéphan Kochen 4c201a5e2e boost-build: fix darwin build 2021-05-11 09:16:23 -07:00
Stéphan Kochen cd66ac5fc3 bitwarden_rs: fix darwin build 2021-05-11 09:14:06 -07:00
Sandro 59ac1c0c48
Merge pull request #119240 from siraben/z88dk-update 2021-05-11 18:08:07 +02:00
Robert Schütz b8ec4fd2a4
Merge pull request #121719 from drewrisinger/dr-pr-lark-parser-bump
python3Packages.lark-parser: 0.11.2 -> 0.11.3, python3Packages.cassandra-driver: 3.24.0 -> 3.25.0, pythonPackages.gremlinpython: unbreak
2021-05-11 17:55:58 +02:00
Malte Brandy b3c521a562
haskellPackages.hls-plugin-api: Pin version to fix ghcide 2021-05-11 17:55:42 +02:00
Stéphan Kochen b7b547b7c3 bomutils: fix darwin build 2021-05-11 17:42:48 +02:00
Sandro 5ac5828a6f
Merge pull request #120844 from kolaente/update/cypress-7.2 2021-05-11 17:31:55 +02:00
Sandro b1eb90c00f
Merge pull request #122454 from nixbitcoin/XD 2021-05-11 17:31:33 +02:00
Sandro c14ea7e2dd
Merge pull request #122584 from diogox/master
evans: init at 0.9.3
2021-05-11 17:21:27 +02:00
Sandro c5e26e3a62
Merge pull request #122549 from erdnaxe/fix_gnuradio
gnuradio: add Qt5 wrapper for version 3.9+
2021-05-11 17:21:06 +02:00
oxalica 4b544285bf
rust-analyzer: 2021-04-19 -> 2021-05-10 (#122474) 2021-05-11 17:20:41 +02:00
Sandro eb80b70b67
Merge pull request #121714 from rnhmjoj/tnat64
tnat64: init at 0.05
2021-05-11 17:20:14 +02:00
Sandro 61549765d7
Merge pull request #122512 from roblabla/probe-run-0.2.2
probe-run: 0.2.1 -> 0.2.2
2021-05-11 17:16:16 +02:00
Robert T. McGibbon 93deff3962 mpir: fix darwin 2021-05-11 11:09:25 -04:00
Malte Brandy 8ed841a90d
haskellPackages.phonetic-languages-phonetics-basics: Remove obsolete patch 2021-05-11 17:08:18 +02:00
Malte Brandy 464c4992d2
haskellPackages.ghcide: Pin version to fix hls build 2021-05-11 16:26:00 +02:00
rnhmjoj 64f2ba269f
tnat64: init at 0.05 2021-05-11 16:16:13 +02:00
Mario Rodas ca26ea50d6
Merge pull request #122516 from marsam/update-ncspot
ncspot: 0.6.0 -> 0.7.0
2021-05-11 09:05:12 -05:00
Maximilian Bosch d72d622723
matrix-synapse: 1.33.1 -> 1.33.2
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.33.2
2021-05-11 16:05:00 +02:00