summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-07-05 16:34:27 -0700
committerGitHub <noreply@github.com>2020-07-05 16:34:27 -0700
commitc74e1517aa2037b99a1edcc9644d871aad3fffc0 (patch)
tree37dcb578d67ae33a2cb3a000d8280cd969c921bb /pkgs/top-level
parent5a0af8eb6325b0ad5edc95fccd5c608ad63f7a86 (diff)
parent66020b7b525e9af19f779db53905d08aa727f565 (diff)
downloadnixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar.gz
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar.bz2
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar.lz
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar.xz
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.tar.zst
nixpkgs-c74e1517aa2037b99a1edcc9644d871aad3fffc0.zip
Merge pull request #91270 from ShamrockLee/chewing-editor
chewing-editor: init at 0.1.1 Add package `chewing-editor`
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c57144a093d..0d964b5baeb 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3432,6 +3432,8 @@ in
 
   fcitx-configtool = callPackage ../tools/inputmethods/fcitx/fcitx-configtool.nix { };
 
+  chewing-editor = libsForQt5.callPackage ../applications/misc/chewing-editor { };
+
   fcppt = callPackage ../development/libraries/fcppt { };
 
   fcrackzip = callPackage ../tools/security/fcrackzip { };