2023-10-09 19:29:22 +00:00
|
|
|
{ mkDerivation, extra-cmake-modules, qtbase, qtquickcontrols2, qtgraphicaleffects, qttools }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkDerivation {
|
2022-04-15 01:41:22 +00:00
|
|
|
pname = "kirigami2";
|
2023-10-09 19:29:22 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
|
|
|
buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ];
|
2020-04-24 23:36:52 +00:00
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|