2020-09-13 20:55:37 +02:00
|
|
|
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qttranslations, qtgraphicaleffects }:
|
2017-10-11 06:29:30 +02:00
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "kirigami2";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2020-09-13 20:55:37 +02:00
|
|
|
buildInputs = [ qtbase qtquickcontrols2 qttranslations qtgraphicaleffects ];
|
2017-10-11 06:29:30 +02:00
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|