3f200cf2f5
This reverts commit 618789b27f.
14 lines
142 B
Nix
14 lines
142 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
gperf,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kcodecs";
|
|
|
|
extraNativeBuildInputs = [
|
|
qttools
|
|
gperf
|
|
];
|
|
}
|