nixpkgs/pkgs/kde/frameworks/kcodecs/default.nix
2024-09-20 08:54:48 +03:00

14 lines
142 B
Nix

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