build KDE Frameworks with each Qt version
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ kdeFramework
|
||||
, extra-cmake-modules
|
||||
, wayland
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "kwayland";
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
wayland
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user