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

13 lines
142 B
Nix

{
mkKdeDerivation,
qttools,
gperf,
}:
mkKdeDerivation {
pname = "kcodecs";
extraNativeBuildInputs = [
qttools
gperf
];
}