mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
10 lines
128 B
Nix
10 lines
128 B
Nix
|
{
|
||
|
mkKdeDerivation,
|
||
|
qt5compat,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "kdegraphics-mobipocket";
|
||
|
|
||
|
extraBuildInputs = [qt5compat];
|
||
|
}
|