nixpkgs/pkgs/kde/plasma/kwayland/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
173 B
Nix
Raw Normal View History

{
mkKdeDerivation,
pkg-config,
qtwayland,
}:
mkKdeDerivation {
pname = "kwayland";
2024-09-20 06:54:48 +01:00
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [ qtwayland ];
}