mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
kaidan: move to by-name
This commit is contained in:
parent
6452f8e92d
commit
ee862a54b7
2 changed files with 19 additions and 33 deletions
|
@ -5,22 +5,10 @@
|
||||||
cmake,
|
cmake,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
wrapQtAppsHook,
|
kdePackages,
|
||||||
qtbase,
|
|
||||||
qttools,
|
|
||||||
qtmultimedia,
|
|
||||||
qtlocation,
|
|
||||||
qqc2-desktop-style,
|
|
||||||
kirigami-addons,
|
|
||||||
kirigami,
|
|
||||||
kio,
|
|
||||||
knotifications,
|
|
||||||
kquickimageedit,
|
|
||||||
zxing-cpp,
|
zxing-cpp,
|
||||||
qxmpp,
|
qxmpp,
|
||||||
sonnet,
|
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
prison,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -39,28 +27,28 @@ stdenv.mkDerivation rec {
|
||||||
cmake
|
cmake
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapQtAppsHook
|
kdePackages.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = [
|
||||||
qtbase
|
kdePackages.kio
|
||||||
qttools
|
kdePackages.kirigami
|
||||||
qtmultimedia
|
kdePackages.kirigami-addons
|
||||||
qtlocation
|
kdePackages.knotifications
|
||||||
qqc2-desktop-style
|
kdePackages.kquickimageedit
|
||||||
kirigami-addons
|
kdePackages.prison
|
||||||
kirigami
|
kdePackages.qtbase
|
||||||
kio
|
kdePackages.qttools
|
||||||
knotifications
|
kdePackages.qtmultimedia
|
||||||
kquickimageedit
|
kdePackages.qtlocation
|
||||||
|
kdePackages.qqc2-desktop-style
|
||||||
|
kdePackages.sonnet
|
||||||
zxing-cpp
|
zxing-cpp
|
||||||
qxmpp
|
qxmpp
|
||||||
sonnet
|
gst_all_1.gstreamer
|
||||||
gstreamer
|
gst_all_1.gst-plugins-bad
|
||||||
gst-plugins-bad
|
gst_all_1.gst-plugins-base
|
||||||
gst-plugins-base
|
(gst_all_1.gst-plugins-good.override { qt6Support = true; })
|
||||||
(gst-plugins-good.override { qt6Support = true; })
|
|
||||||
prison
|
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
|
qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
|
|
@ -12979,8 +12979,6 @@ with pkgs;
|
||||||
|
|
||||||
kbibtex = libsForQt5.callPackage ../applications/office/kbibtex { };
|
kbibtex = libsForQt5.callPackage ../applications/office/kbibtex { };
|
||||||
|
|
||||||
kaidan = kdePackages.callPackage ../applications/networking/instant-messengers/kaidan { };
|
|
||||||
|
|
||||||
kexi = libsForQt5.callPackage ../applications/office/kexi { };
|
kexi = libsForQt5.callPackage ../applications/office/kexi { };
|
||||||
|
|
||||||
kgraphviewer = callPackage ../applications/graphics/kgraphviewer { };
|
kgraphviewer = callPackage ../applications/graphics/kgraphviewer { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue