Artturi
dd8117df89
Merge pull request #225664 from uninsane/pr/sane/cross-gstreamer
2023-04-15 20:36:53 +03:00
Colin
ceb4451bcc
gst_all_1.vaapi: move python3
to nativeBuildInputs
to fix cross compilation
2023-04-15 19:11:36 +03:00
Colin
5b82c9d52c
gst_all_1.gst_editing_service: fix cross compilation
...
python3 is used both during the build process (nativeBuildInputs)
and #include'd/linked to by ges-formatter.c (buildInputs)
2023-04-15 19:11:36 +03:00
Weijia Wang
280b1cdc1e
Merge pull request #226267 from wegank/qt6-darwin-sdk
...
qt6.qtbase: add frameworks on x86_64-darwin
2023-04-15 14:59:58 +03:00
Weijia Wang
4566cd6901
qt6.qtbase: add frameworks on x86_64-darwin
2023-04-15 14:39:04 +03:00
Maximilian Bosch
85b081528b
Merge pull request #225332 from amjoseph-nixpkgs/pr/fixcross/goffice
...
goffice: fix cross
2023-04-15 13:22:10 +02:00
Nick Cao
ef47127eee
Merge pull request #226097 from r-ryantm/auto-update/simdjson
...
simdjson: 3.1.6 -> 3.1.7
2023-04-15 11:08:22 +08:00
Robert Schütz
b564f8038d
Merge pull request #226123 from amjoseph-nixpkgs/pr/fixcross/gpgme
...
gpgme: fix cross, drop python2
2023-04-14 18:06:58 -07:00
Weijia Wang
e3b18e82da
Merge pull request #226212 from wegank/stellarium-darwin-pre
...
stellarium: update darwin patches
2023-04-15 03:54:49 +03:00
Weijia Wang
83ed2b7e9a
indilib: add aarch64-darwin support
2023-04-15 03:10:34 +03:00
Christoph Neidahl
bfc75c7491
libsForQt5.qtsystems: init at unstable-2019-01-03 ( #214179 )
2023-04-15 00:42:03 +02:00
Weijia Wang
4f399bd5c4
Merge pull request #226182 from wegank/qt6-qtwebengine-refactor
...
qt6.qtwebengine: separate linux-only parts
2023-04-14 22:12:37 +03:00
Weijia Wang
75f03610ba
qt6.qtwebengine: separate linux-only parts
2023-04-14 21:34:17 +03:00
Adam Joseph
08c78eaa64
gpgme: fix cross, drop python2
...
This package very confusingly takes both python(2) and python3 as
arguments, and then mixes them up via an overlay in python-packages.
Since python2 is now marked INSECURE, let's just stick with python3.
Also fixes cross compilation.
2023-04-14 11:25:26 -07:00
Weijia Wang
bd8c68fdec
qt6: avoid building under /tmp on darwin
2023-04-14 21:11:09 +03:00
Weijia Wang
5de5912954
Merge pull request #226018 from NickCao/qt6-rework
...
qt6: rework packaging of qt modules (part 2)
2023-04-14 21:05:55 +03:00
Nick Cao
a1a3813f7b
qt6: drop devTools attribute as they are no longer moved to the dev output
2023-04-14 19:30:02 +08:00
Nick Cao
0bad2288a7
qt6.qttools: symlink bin to dev output
...
There are several reference to "${qttools.dev}/bin" treewide, adding the
symlink to fix compatibility with these packages.
2023-04-14 19:30:01 +08:00
Nick Cao
e5ba8e7113
qt6.qttools: fix embedded path to tools
2023-04-14 19:30:01 +08:00
Nick Cao
37e3fafb41
qt6.qtdeclarative: drop outdated workarounds
2023-04-14 19:30:00 +08:00
Nick Cao
91fb53dce3
qt6.qtwebengine: remove outdated postFixup phase
2023-04-14 19:29:59 +08:00
Nick Cao
d25348517e
qt6.qtbase: fixup paths in setup hooks
2023-04-14 19:29:58 +08:00
Nick Cao
bf05505377
qt6.qtbase: remove fixQmakeLibtool hook
...
As we are now building qt modules with cmake, libtool libraries are no
longer generated, the fixQmakeLibtool hook can be droppped.
2023-04-14 19:29:57 +08:00
Nick Cao
79f934c803
Merge pull request #220317 from linyinfeng/update-matrix-sdk-crypto-nodejs
...
matrix-sdk-crypto-nodejs: 0.1.0-beta.2 -> 0.1.0-beta.3
2023-04-14 19:11:20 +08:00
Nick Cao
f9f2b3ae42
qt6: fix references to qmake
...
As devTools are no longer moved to the dev output,
paths to qmake has to be updated.
2023-04-14 19:09:57 +08:00
Nick Cao
d84e2bf056
qt6: do not move devTools to dev output
2023-04-14 19:09:56 +08:00
Nick Cao
5aa78f89f0
qt6.qtbase: refresh patches
...
Apart from the previous ones, two new patches are added. One for
reducing the runtime closure size by removing reference to cmake, the
other for fixing the linker flags in generated qmake files.
2023-04-14 19:09:55 +08:00
Nick Cao
d94ae302c6
qt6.qtbase: do not embed compiler information into generated cmake files
...
The qt build system embeds information about compilers used during
building qtbase into the generated cmake files, to avoid mixing
different compilers when building qt modules, however this greatly
bloats the closure size of qtbase and the mixed use of compilers is
sometimes desired in Nixpkgs.
2023-04-14 18:38:03 +08:00
Nick Cao
97a538791c
qt6: set "moveToDev" to false
...
The qt build system locates header files, libraries and other installed
components with paths relative to the cmake files. Thus the default
behavior of moving them to the "dev" output breaks these expectations
and is now disabled.
2023-04-14 18:34:21 +08:00
Nick Cao
21a773c671
qt6: drop cmake patch used for fixing cmake file generation
...
The "multiple-outputs.sh" setup hook moves "include", "lib/cmake" and
other folders into the "dev" output if it exists, thus breaking the
invariants expected by the qt build system and we used to patch cmake to
fixup the generated cmake files. In a series of changes to rework qt
packaging, we are now setting "moveToDev" to false to suppress that
behavior, and the cmake patch is no longer required.
2023-04-14 18:34:07 +08:00
Weijia Wang
d9cce072b1
Merge pull request #225995 from wegank/webkitgtk-misc
...
webkitgtk: remove obsolete flags on darwin
2023-04-14 10:56:00 +03:00
Sergei Trofimovich
e513872900
Merge pull request #207572 from j0lol/sdl2_net
...
SDL2_net: 2.0.1 -> 2.2.0
2023-04-14 06:23:06 +01:00
Anderson Torres
cf0db2e3ff
libbytesize: 2.7 -> 2.8
2023-04-13 22:34:01 -03:00
R. Ryantm
267e2e6ef5
simdjson: 3.1.6 -> 3.1.7
2023-04-14 00:41:03 +00:00
Weijia Wang
896cb0b3a5
Merge pull request #226067 from wegank/qt6-qtconnectivity-fix
...
qt6.qtconnectivity: fix build on darwin
2023-04-14 00:30:30 +03:00
Weijia Wang
1bf4cbfa5e
qt6.qtconnectivity: fix build on darwin
2023-04-13 22:59:13 +03:00
figsoda
35fd406515
relibc: fix build
2023-04-13 12:35:35 -04:00
Sandro
16068e09ca
Merge pull request #218157 from OmnipotentEntity/katago-1.12.4
...
katago: 1.11.0 -> 1.12.4
2023-04-13 15:43:27 +02:00
Sandro
c58e6fbf25
Merge pull request #225806 from LeSuisse/samba-4.17.7
...
samba: 4.17.5 -> 4.17.7, ldb: 2.6.1 -> 2.6.2
2023-04-13 14:37:37 +02:00
Nick Cao
b8eed15662
Merge pull request #225668 from NickCao/qt6-cleanup-2
...
qt6: rework packaging of qt modules (part 1)
2023-04-13 19:33:50 +08:00
Weijia Wang
4422120628
webkitgtk: remove obsolete flags on darwin
2023-04-13 12:42:37 +03:00
7c6f434c
9831794859
Merge pull request #225679 from r-ryantm/auto-update/libatomic_ops
...
libatomic_ops: 7.6.14 -> 7.8.0
2023-04-13 08:58:16 +00:00
K900
6092709f22
Revert "Add LTS version of GnuPG and update libgcrypt to latest LTS version"
2023-04-13 11:46:59 +03:00
7c6f434c
73de7b0703
Merge pull request #225425 from mimame/update-geoclue2-2.7.0
...
geoclue2: 2.6.0 -> 2.7.0
2023-04-13 08:31:38 +00:00
Peter Simons
3f78d78e3d
Merge pull request #215109 from afh/gnupg-libgcrypt-lts
...
Add LTS version of GnuPG and update libgcrypt to latest LTS version
2023-04-13 08:20:47 +02:00
Robert Scott
2107f7de60
Merge pull request #225865 from bzizou/samtools
...
samtools: 1.13 -> 1.17
2023-04-13 00:10:42 +01:00
Kerstin
203c1604d0
Merge pull request #225008 from juspay/osrm-backend
...
osrm-backend: support for mac
2023-04-12 20:24:24 +02:00
Weijia Wang
b743df0f39
Merge pull request #225916 from wegank/qt5-qtwebengine-darwin
...
qt5.qtwebengine: fix build on aarch64-darwin
2023-04-12 21:01:36 +03:00
Weijia Wang
02c564de3c
qt5.qtwebengine: fix build on aarch64-darwin
2023-04-12 20:03:30 +03:00
Ag
8ca6b762bf
luabind: Fix build on darwin.
2023-04-12 20:04:11 +05:30