Commit graph

474039 commits

Author SHA1 Message Date
Bobby Rong 6a3f91e944
Merge pull request #226140 from SubhrajyotiSen/update-maestro
maestro: 1.26.0 -> 1.26.1
2023-04-14 20:29:24 +08:00
Martin Weinelt 5fa70d22e7
Merge pull request #226020 from raboof/pythonocc-core-skip-bulk-update
python3Packages.pythonocc-core: skip bulk update
2023-04-14 14:27:18 +02:00
Bobby Rong 1c9c16f3be
Merge pull request #226135 from Ruixi-rebirth/chatgpt-cli
chatgpt-cli: 1.1 -> 1.1.1
2023-04-14 20:21:23 +08:00
Bobby Rong 7d6b09292d
Merge pull request #225754 from markbeep/ramfetch
ramfetch: 1.1.0 -> 1.1.0a
2023-04-14 20:15:15 +08:00
Arnout Engelen 53b43eacde
python3Packages.pythonocc-core: skip bulk update
Because it'll fail anyway, since it has to be updated
in tandem with `opencascade-occt`

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-04-14 14:13:52 +02:00
Martin Weinelt ecb664996b
Merge pull request #226084 from NixOS/home-assistant
home-assistant: 2023.4.3 -> 2023.4.4
2023-04-14 14:13:16 +02:00
Vincenzo Mantova a58da07fc6
texlive: accept gracefully packages without pname or version (#226070) 2023-04-14 08:03:35 -04:00
kilianar f5eb32899d logseq: 0.9.1 -> 0.9.2
https://github.com/logseq/logseq/releases/tag/0.9.2
2023-04-14 13:54:53 +02:00
Martin Weinelt d415283314
python310Packages.homeassistant-stubs: 2023.4.2 -> 2023.4.4
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.4.4
2023-04-14 13:47:04 +02:00
SubhrajyotiSen d421a8dadc maestro: 1.26.0 -> 1.26.1 2023-04-14 17:06:31 +05:30
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 d69d20baa3
libsForQt5.fcitx5-qt: fix reference to qt6.qtbase 2023-04-14 19:29:58 +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 bc74c8fb42
Merge pull request #226137 from Kiskae/nvidia-maintainer
maintainers: add kiskae
2023-04-14 19:15:05 +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 0957bca8c6
Merge pull request #223553 from Pyxels/feat/kickoff
kickoff: init at v0.7.0
2023-04-14 19:09:22 +08:00
Atemu e601368450
Merge pull request #226045 from KarlJoad/octavePackages/fix-control
octavePackages.control: update 3.5.1 -> 3.5.2
2023-04-14 13:01:37 +02:00
Ruixi-rebirth a73470ec4e
go-musicfox: 4.0.1 -> 4.0.2 2023-04-14 18:50:47 +08:00
Kiskae 4f8300ad9a linuxPackages.nvidia_x11: add kiskae as maintainer 2023-04-14 12:45:19 +02:00
Kiskae 18df190028 maintainers: add kiskae 2023-04-14 12:44:48 +02:00
Ruixi-rebirth baab567c82
chatgpt-cli: 1.1 -> 1.1.1 2023-04-14 18:43:35 +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
Mark aa4692d566
ramfetch: 1.1.0 -> 1.1.0a 2023-04-14 12:32:17 +02:00
Weijia Wang bc8ebd6a12
Merge pull request #226124 from wegank/ripasso-bump
ripasso-cursive: 0.6.2 -> 0.6.4
2023-04-14 13:21:42 +03:00
Weijia Wang beea350b06
Merge pull request #225909 from SubhrajyotiSen/update-cocoapods
cocoapods: 1.11.3 -> 1.12.0
2023-04-14 13:19:38 +03:00
Weijia Wang abe7316dd5
Merge pull request #226072 from Strum355/nvme-cli-bump
nvme-cli & libnvme: 2.2.1 -> 2.4 and 1.2 -> 1.4
2023-04-14 12:45:17 +03:00
Charlotte Van Petegem 4ab2cc8673
kotlin-language-server: 1.3.1 -> 1.3.3
https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.2
https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.3
2023-04-14 11:39:20 +02:00
Franz Pletz 3d8a9bdb5a
Merge pull request #226118 from SFrijters/openttd-13.1
openttd: 13.0 -> 13.1
2023-04-14 11:38:04 +02:00
Weijia Wang e8d8980d9a
Merge pull request #224426 from hughobrien/dec-decode
dec-decode: init at unstable-2022-12-24
2023-04-14 12:23:40 +03:00
Sandro b04d4bad27
Merge pull request #216992 from SuperSandro2000/stdenvNative-fix-eval
{bintools,cc}-wrapper: don't fallback to version = null
2023-04-14 11:22:20 +02:00
Sandro 6ed78f017c
Merge pull request #224681 from malob/update-openai
python310Packages.openai: 0.27.2 -> 0.27.4
2023-04-14 11:16:08 +02:00
Alyssa Ross a1924ebbbf clippy: enable debug info
This was useful while tracking down why clippy was broken when
cross-compiling.
2023-04-14 09:01:29 +00:00
Bobby Rong e4fda18f56
Merge pull request #226046 from Alexnortung/session-desktop
session-desktop: 1.10.4 -> 1.10.8
2023-04-14 16:56:53 +08:00
Bobby Rong d15c96bf3a
Merge pull request #226119 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
vscode-extensions.streetsidesoftware.code-spell-checker: 2.20.3 -> 2.20.4
2023-04-14 16:51:27 +08:00
Weijia Wang 3016efb258
Merge pull request #226100 from malob/update-signalbackup-tools
signalbackup-tools: 20230404 -> 20230413
2023-04-14 11:04:28 +03: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 916d029b63
Merge pull request #225264 from trofi/nodejs-no-CA
nodejs: explicitly disable __contentAddressed
2023-04-14 08:53:08 +01:00
Weijia Wang 43e2460a44 ripasso-cursive: 0.6.2 -> 0.6.4 2023-04-14 10:48:26 +03:00
zowoq 828a0e6c02 skopeo: 1.11.2 -> 1.12.0
Diff: https://github.com/containers/skopeo/compare/v1.11.2...v1.12.0

Changelog: https://github.com/containers/skopeo/releases/tag/v1.12.0
2023-04-14 17:24:23 +10:00
zowoq c8bc0326b2 crun: 1.8.3 -> 1.8.4
Diff: https://github.com/containers/crun/compare/1.8.3...1.8.4

Changelog: https://github.com/containers/crun/releases/tag/1.8.4
2023-04-14 17:24:12 +10:00