kirigami2: Add qtgraphicaleffects to buildInputs
Many of Kirigami's components require qtgraphicaleffects, so it doesn't make sense to rely on the packages using kirigami supplying the dependency.
This commit is contained in:
parent
4d36ba1d43
commit
6ae1689bdc
@ -1,4 +1,4 @@
|
||||
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qttranslations }:
|
||||
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qttranslations, qtgraphicaleffects }:
|
||||
|
||||
mkDerivation {
|
||||
name = "kirigami2";
|
||||
@ -6,6 +6,6 @@ mkDerivation {
|
||||
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtbase qtquickcontrols2 qttranslations ];
|
||||
buildInputs = [ qtbase qtquickcontrols2 qttranslations qtgraphicaleffects ];
|
||||
outputs = [ "out" "dev" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user