depot/third_party/nixpkgs/pkgs/kde/frameworks/kauth/default.nix

14 lines
247 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kauth";
# Late resolve paths so things end up in their own prefix
# FIXME(later): discuss with upstream
patches = [./fix-paths.patch];
extraNativeBuildInputs = [qttools];
}