depot/third_party/nixpkgs/pkgs/kde/frameworks/syntax-highlighting/default.nix

13 lines
195 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtdeclarative,
qttools,
perl,
}:
mkKdeDerivation {
pname = "syntax-highlighting";
extraBuildInputs = [qtdeclarative];
extraNativeBuildInputs = [qttools perl];
}