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

11 lines
122 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtsvg,
libGLU,
}:
mkKdeDerivation {
pname = "kubrick";
extraBuildInputs = [qtsvg libGLU];
}