ccpeditor: use callPackage

This commit is contained in:
awwpotato
2025-08-02 10:48:28 -07:00
parent 7b6929d8b9
commit 4696381f5f
2 changed files with 6 additions and 9 deletions
@@ -2,11 +2,8 @@
lib,
stdenv,
fetchFromGitHub,
libsForQt5,
pkg-config,
qtbase,
qttools,
wrapQtAppsHook,
syntax-highlighting,
cmake,
ninja,
python3,
@@ -29,13 +26,13 @@ stdenv.mkDerivation rec {
cmake
ninja
pkg-config
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
python3
];
buildInputs = [
qtbase
qttools
syntax-highlighting
libsForQt5.qtbase
libsForQt5.qttools
libsForQt5.syntax-highlighting
];
postPatch = ''
+1 -1
View File
@@ -11859,7 +11859,7 @@ with pkgs;
copyq = qt6Packages.callPackage ../applications/misc/copyq { };
cpeditor = libsForQt5.callPackage ../applications/editors/cpeditor { };
cpeditor = callPackage ../applications/editors/cpeditor { };
csound = callPackage ../applications/audio/csound { };