2021-01-15 22:18:51 +00:00
|
|
|
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qttranslations, qtgraphicaleffects }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "kirigami2";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2021-01-15 22:18:51 +00:00
|
|
|
buildInputs = [ qtbase qtquickcontrols2 qttranslations qtgraphicaleffects ];
|
2020-04-24 23:36:52 +00:00
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|