Commit Graph

821 Commits

Author SHA1 Message Date
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Thomas Tuegel
09e298dc8e
ibus: build without dbus-launch
Patch the build script so that it does not attempt to start D-Bus.

ibus attempted to start D-Bus using `dbus-launch` in order to process GSettings
schemas. This will fail in the sandbox, but it turns out that we don't need it
anyway!
2023-02-20 13:01:58 -06:00
Miles Breslin
4513fc6975 evscript: unstable-2021-06-16 -> unstable-2022-11-20 2023-02-19 00:02:56 -08:00
Bobby Rong
49b6133653
Merge pull request #215038 from bobby285271/upd/touchegg
touchegg: 2.0.15 -> 2.0.16
2023-02-07 14:55:53 +08:00
Bobby Rong
0e48bebe62
touchegg: 2.0.15 -> 2.0.16
https://github.com/JoseExposito/touchegg/compare/2.0.15...2.0.16
2023-02-07 10:17:36 +08:00
Evan Goode
a22928fba9 evdevremapkeys: 68fb618 -> 9b6f372 2023-02-05 01:08:17 -05:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
Robert Schütz
0788429c7a lisgd: 0.3.6 -> 0.3.7 2023-02-01 18:28:03 -08:00
John Ericson
d35fb99d2d
Merge pull request #212171 from alyssais/iconv
iconv: init (portable attribute for iconv(1))
2023-02-01 09:51:18 -05:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Naïm Favier
97e1255e31
Merge pull request #212419 from ncfavier/typing-booster 2023-01-26 14:47:37 +01:00
Vonfry
7a63ba87b5
fcitx-engines.rime: mark as broken
this package is deprecated, please use fcitx5 instead.
and it cannot be built with the new version of librime
2023-01-26 11:03:39 +08:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Naïm Favier
3a1292ccf5
ibus-engines.typing-booster: 2.19.10 -> 2.20.0
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.20.0
2023-01-24 13:36:30 +01:00
Alyssa Ross
e525b687f4
iconv: init (portable attribute for iconv(1))
This obsoletes this pattern:

     if stdenv.isDarwin then libiconv
     else buildPackages.stdenv.cc.libc

Which was not portable, as some platforms don't have libiconv in libc,
and some of those that do still don't have iconv(1) in their libc
package.
2023-01-22 21:22:47 +00:00
Riey
0db47bd50e kime: 2.5.6 -> 3.0.2 2023-01-22 19:57:34 +01:00
Weijia Wang
d5ae24d654
Merge pull request #192143 from r-ryantm/auto-update/ibus-m17n
ibus-engines.m17n: 1.4.11 -> 1.4.17
2023-01-22 16:06:59 +01:00
Weijia Wang
0775796e4e
Merge pull request #192938 from r-ryantm/auto-update/ibus-table
ibus-engines.table: 1.16.11 -> 1.16.13
2023-01-22 16:06:41 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
124d639e10
Merge pull request #209638 from ElnuDev/fcitx5-anthy
fcitx5-anthy: init at 5.0.13
2023-01-18 08:58:20 +08:00
ElnuDev
2e7c15c76f fcitx5-anthy: init at 5.0.13 2023-01-17 16:15:58 -08:00
Robert Schütz
b3241be75d python310Packages.levenshtein: don't use alias 2023-01-09 06:09:31 -08:00
Bobby Rong
9cf14ec94a
Merge pull request #208368 from schnusch/remote-touchpad
remote-touchpad: 1.2.2 -> 1.2.3
2023-01-02 20:50:30 +08:00
schnusch
6fd317a671 remote-touchpad: 1.2.2 -> 1.2.3 2022-12-30 15:40:35 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Naïm Favier
fc47321c9f
Merge pull request #206250 from ncfavier/typing-booster 2022-12-20 15:17:03 +01:00
Naïm Favier
b5d5d71a45
ibus-engines.typing-booster: 2.7.5 -> 2.19.10
https://github.com/mike-fabian/ibus-typing-booster/blob/2.19.10/ChangeLog
2022-12-15 14:47:16 +01:00
Michael Hoang
082b1a5a8b fcitx5-configtool: set meta.mainProgram 2022-12-15 16:37:49 +11:00
Sandro Jäckel
f6919f6299
fcitx5: remove global with 2022-12-12 11:47:21 +01:00
ercao
6ea6e3ca29
fcitx5-with-addons: make fcitx5-lua addon optional
Signed-off-by: ercao <vip@ercao.cn>
2022-12-08 10:56:59 +08:00
ercao
6a2a15948b
fcitx5-with-addons: fix not found liblua.so
Signed-off-by: ercao <vip@ercao.cn>
2022-12-08 10:55:40 +08:00
Sandro
853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon 2022-11-28 01:35:34 +01:00
Robert Schütz
d568d9f936 libkkc: build using python3 2022-11-25 13:16:45 -08:00
Vonfry
2d1a1c6c26
fcitx5-gtk: 5.0.20 -> 5.0.21 2022-11-25 19:35:19 +08:00
Vonfry
c48484a81f
fcitx5: 5.0.20 -> 5.0.21 2022-11-25 19:35:09 +08:00
Vonfry
d79ab83bbc
fcitx5-unikey: 5.0.11 -> 5.0.12 2022-11-23 20:15:38 +08:00
Vonfry
e2af29d997
fcitx5-table-extra: 5.0.11 -> 5.0.12 2022-11-23 20:15:38 +08:00
Vonfry
599fd13281
fcitx5-rime: 5.0.14 -> 5.0.15 2022-11-23 20:15:38 +08:00
Vonfry
e7f071f699
libsForQt5.fcitx5-qt: 5.0.15 -> 5.0.16 2022-11-23 20:15:38 +08:00
Vonfry
80df6e8613
fcitx5-m17n: 5.0.10 -> 5.0.11 2022-11-23 20:15:38 +08:00
Vonfry
48005968c7
fcitx5-gtk: 5.0.19 -> 5.0.20 2022-11-23 20:15:38 +08:00
Vonfry
1c1d65231e
fcitx5-configtool: 5.0.15 -> 5.0.16 2022-11-23 20:15:38 +08:00
Vonfry
a5dcd0fe35
fcitx5-chinese-addons: 5.0.15 -> 5.0.16 2022-11-23 20:15:37 +08:00
Vonfry
6b2740393e
fcitx5-chewing: 5.0.12 -> 5.0.13 2022-11-23 20:15:37 +08:00
Vonfry
d7ab72620d
fcitx5: 5.0.19 -> 5.0.20 2022-11-23 20:15:37 +08:00
Sandro Jäckel
c7f5becba3 dbus: remove unused daemon passhtru 2022-11-21 20:23:00 +01:00
Robert Schütz
0b3c49e57a lisgd: 0.3.5 -> 0.3.6 2022-11-16 21:20:45 -08:00
Bobby Rong
c6fae535ac
touchegg: 2.0.14 -> 2.0.15 2022-11-16 09:42:10 +08:00
R. Ryantm
aae6250cdb lisgd: 0.3.4 -> 0.3.5 2022-11-13 08:34:30 -08:00