forked from mirrors/nixpkgs
unixtools: Fix nix run nixpkgs#unixtools.<cmd>
This commit is contained in:
parent
12417777b2
commit
66994da558
|
@ -21,6 +21,7 @@ let
|
|||
manpage = "${getOutput "man" provider}/share/man/man1/${cmd}.1.gz";
|
||||
in runCommand "${cmd}-${provider.name}" {
|
||||
meta = {
|
||||
mainProgram = cmd;
|
||||
priority = 10;
|
||||
platforms = lib.platforms.${stdenv.hostPlatform.parsed.kernel.name} or lib.platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue