about summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-09-20 19:08:53 +0300
committerDoron Behar <doron.behar@gmail.com>2023-09-21 11:45:35 +0300
commit138eebe549f5ab0d4763fe560c47ca769f56ac28 (patch)
tree2718c8cadf880ac8e21bbe27cf57baa8c14cef5e /pkgs/top-level/qt5-packages.nix
parent8ace65ff3d7696b7a03ea9583b39df27b3153984 (diff)
qscintilla: move to qt{5,6}Packages.nix
Since it is a somewhat common library, with support for multiple qt
versions, it is safer to put each version of it in libsForQt5 and
qt6Packages attribute sets. Also, it is cleaner to put the darwin
if-else inside the expression, in relation to https://github.com/NixOS/rfcs/pull/140 .
Diffstat (limited to 'pkgs/top-level/qt5-packages.nix')
-rw-r--r--pkgs/top-level/qt5-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/qt5-packages.nix b/pkgs/top-level/qt5-packages.nix
index 93cb2c9a13725..73a52df278fae 100644
--- a/pkgs/top-level/qt5-packages.nix
+++ b/pkgs/top-level/qt5-packages.nix
@@ -221,6 +221,8 @@ in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGea
 
   quazip = callPackage ../development/libraries/quazip { };
 
+  qscintilla = callPackage ../development/libraries/qscintilla { };
+
   qwt = callPackage ../development/libraries/qwt/default.nix { };
 
   qwt6_1 = callPackage ../development/libraries/qwt/6_1.nix { };