about summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-01-05 18:49:47 -0500
committerWill Cohen <willcohen@users.noreply.github.com>2022-01-05 19:02:02 -0500
commit8dfa5168245896a50e2ba0168d17715e949cc802 (patch)
tree5a49486a6623a4492cf39af3512012d81a847bcd /pkgs/top-level/qt5-packages.nix
parent24522dcd0fa808ef34b486363a578d1af3118ead (diff)
qscintilla, python3Packages.qscintilla-qt5: syntax
- Cleanup top-level package calls to remove unnecessary darwin
  logic and inherit statements
- Remove unnecessary let blocks in qscintilla and qscintilla-qt4
- Remove mention of withQt5
Diffstat (limited to 'pkgs/top-level/qt5-packages.nix')
-rw-r--r--pkgs/top-level/qt5-packages.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/top-level/qt5-packages.nix b/pkgs/top-level/qt5-packages.nix
index 5579461a712b0..814d58dcd2116 100644
--- a/pkgs/top-level/qt5-packages.nix
+++ b/pkgs/top-level/qt5-packages.nix
@@ -191,13 +191,7 @@ in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGea
 
   qoauth = callPackage ../development/libraries/qoauth { };
 
-  qscintilla = if stdenv.isDarwin then
-    callPackage ../development/libraries/qscintilla {
-      inherit (qt5) qmake qtbase qtmacextras;
-  } else
-    callPackage ../development/libraries/qscintilla {
-      inherit (qt5) qmake qtbase;
-  };
+  qscintilla = callPackage ../development/libraries/qscintilla { };
 
   qt5ct = callPackage ../tools/misc/qt5ct { };