fasd: set meta.mainProgram
This commit is contained in:
parent
91c2bef35c
commit
1d4d39f0bc
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
||||
PREFIX=$out make install
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/clvv/${pname}";
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/clvv/fasd";
|
||||
description = "Quick command-line access to files and directories for POSIX shells";
|
||||
license = lib.licenses.mit;
|
||||
license = licenses.mit;
|
||||
|
||||
longDescription = ''
|
||||
Fasd is a command-line productivity booster.
|
||||
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
command line.
|
||||
'';
|
||||
|
||||
platforms = lib.platforms.all;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "fasd";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user