2020-09-13 19:55:37 +01:00
|
|
|
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qttranslations, qtgraphicaleffects }:
|
2017-10-11 05:29:30 +01:00
|
|
|
|
|
|
|
mkDerivation {
|
2022-02-23 17:28:27 +00:00
|
|
|
pname = "kirigami2";
|
2017-10-11 05:29:30 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2020-09-13 19:55:37 +01:00
|
|
|
buildInputs = [ qtbase qtquickcontrols2 qttranslations qtgraphicaleffects ];
|
2017-10-11 05:29:30 +01:00
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|