9 lines
123 B
Nix
9 lines
123 B
Nix
{
|
|
mkKdeDerivation,
|
|
kpmcore,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "partitionmanager";
|
|
|
|
propagatedUserEnvPkgs = [kpmcore];
|
|
}
|