maia-icon-theme: Don't import kdeApplications
Use libsForQt5.callPackage (#101369).
This commit is contained in:
parent
ea9de43bf4
commit
cf9f00b56d
@ -1,4 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitLab, cmake, extra-cmake-modules, gtk3, kdeFrameworks, hicolor-icon-theme }:
|
{ stdenv
|
||||||
|
, fetchFromGitLab
|
||||||
|
, cmake
|
||||||
|
, extra-cmake-modules
|
||||||
|
, gtk3
|
||||||
|
, plasma-framework
|
||||||
|
, kwindowsystem
|
||||||
|
, hicolor-icon-theme
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "maia-icon-theme";
|
pname = "maia-icon-theme";
|
||||||
@ -17,8 +25,8 @@ stdenv.mkDerivation {
|
|||||||
cmake
|
cmake
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
gtk3
|
gtk3
|
||||||
kdeFrameworks.plasma-framework
|
plasma-framework
|
||||||
kdeFrameworks.kwindowsystem
|
kwindowsystem
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -19322,7 +19322,7 @@ in
|
|||||||
inherit (kdeFrameworks) breeze-icons;
|
inherit (kdeFrameworks) breeze-icons;
|
||||||
};
|
};
|
||||||
|
|
||||||
maia-icon-theme = callPackage ../data/icons/maia-icon-theme { };
|
maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { };
|
||||||
|
|
||||||
mailcap = callPackage ../data/misc/mailcap { };
|
mailcap = callPackage ../data/misc/mailcap { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user