mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 10:34:16 +00:00
10 lines
123 B
Nix
10 lines
123 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libkomparediff2";
|
|
|
|
extraBuildInputs = [ qt5compat ];
|
|
}
|