mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
kexec-tools: Set meta.mainProgram to kexec
This commit is contained in:
parent
79e569d676
commit
cb8dcb7793
1 changed files with 1 additions and 0 deletions
|
@ -62,5 +62,6 @@ stdenv.mkDerivation rec {
|
||||||
"sparc64-linux"
|
"sparc64-linux"
|
||||||
];
|
];
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
|
mainProgram = "kexec";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue