Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions nix/packages/fcitx5-lotus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
stdenv,
buildGoModule,
cmake,
extra-cmake-modules,
fcitx5,
fetchFromGitHub,
gettext,
go,
hicolor-icon-theme,
kdePackages,
libinput,
libx11,
pkg-config,
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [
cmake
extra-cmake-modules
kdePackages.extra-cmake-modules
gettext
go
hicolor-icon-theme
Expand All @@ -42,12 +42,13 @@ stdenv.mkDerivation rec {
fcitx5
libinput
libx11
(python3.withPackages (ps:
with ps; [
(python3.withPackages (
ps: with ps; [
pyqt6
dbus-python
qtpy
]))
]
))
Comment thread
justanoobcoder marked this conversation as resolved.
qt6.qtbase
udev
];
Expand Down
Loading