depot/third_party/nixpkgs/pkgs/kde/gear/konquest/default.nix

11 lines
125 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtscxml,
qtsvg,
}:
mkKdeDerivation {
pname = "konquest";
extraBuildInputs = [qtscxml qtsvg];
}