mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
Co-authored-by: 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕 <regime_skylark.0y@icloud.com> Co-authored-by: adisbladis <adisbladis@gmail.com>
12 lines
123 B
Nix
12 lines
123 B
Nix
{
|
|
mkKdeDerivation,
|
|
kcoreaddons,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "union";
|
|
|
|
extraBuildInputs = [
|
|
kcoreaddons
|
|
];
|
|
}
|