mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Merge pull request #54133 from peterhoeg/f/portal_kde
xdg-desktop-portal-kde: fix missing dependencies
This commit is contained in:
commit
ee0d575b59
@ -1,13 +1,15 @@
|
||||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules, gettext, kdoctools, python,
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
||||
cups, pcre, pipewire
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "xdg-desktop-portal-kde";
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
buildInputs = [
|
||||
cups pcre pipewire
|
||||
kcoreaddons knotifications kwayland kwidgetsaddons
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user