openssh: add meta.mainProgram
Fix the following error when running `nix run .#openssh`: error: unable to execute '/nix/store/bzxxfx0a774vqa3cbz66c2172smc317a-openssh-8.6p1/bin/openssh': No such file or directory
This commit is contained in:
parent
14791e1deb
commit
5ad7db7ed8
1 changed files with 1 additions and 0 deletions
|
@ -123,5 +123,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix ++ platforms.windows;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
maintainers = with maintainers; [ eelco aneeshusa ];
|
maintainers = with maintainers; [ eelco aneeshusa ];
|
||||||
|
mainProgram = "ssh";
|
||||||
} // extraMeta;
|
} // extraMeta;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue