mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
xdg-desktop-portal-kde: add epoxy and mesa inputs
This commit is contained in:
parent
18dd58a1df
commit
75db15c413
@ -1,15 +1,18 @@
|
|||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
extra-cmake-modules, gettext, kdoctools, python,
|
extra-cmake-modules, gettext, kdoctools, python,
|
||||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem, kirigami2, kdeclarative, plasma-framework,
|
cups, epoxy, mesa, pcre, pipewire,
|
||||||
cups, pcre, pipewire, kio
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
||||||
|
kirigami2, kdeclarative, plasma-framework, kio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "xdg-desktop-portal-kde";
|
name = "xdg-desktop-portal-kde";
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cups pcre pipewire kio
|
cups epoxy mesa pcre pipewire
|
||||||
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem kirigami2 kdeclarative plasma-framework
|
|
||||||
|
kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
|
||||||
|
kirigami2 kdeclarative plasma-framework
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user