Merge pull request #141012 from figsoda/main-program
treewide: set meta.mainProgram
This commit is contained in:
commit
57db0cc14f
@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/LukeMathWalker/bunyan";
|
||||
license = with licenses; [ asl20 mit ];
|
||||
maintainers = with maintainers; [ netcrns ];
|
||||
mainProgram = "bunyan";
|
||||
};
|
||||
}
|
||||
|
@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/gtk-rs/gir/";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ ekleog ];
|
||||
mainProgram = "gir";
|
||||
};
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ buildRustPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.klntsky ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "px";
|
||||
};
|
||||
|
||||
src =
|
||||
|
@ -34,6 +34,6 @@ buildGoModule {
|
||||
homepage = "https://github.com/nix-community/vgo2nix";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ adisbladis SuperSandro2000 ];
|
||||
mainProgram = "vgo2nix";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -46,6 +46,6 @@ nimPackages.buildNimPackage rec {
|
||||
maintainers = with maintainers; [ erdnaxe ];
|
||||
license = licenses.agpl3Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "nitter";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/figsoda/xtrt";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "xtrt";
|
||||
};
|
||||
}
|
||||
|
@ -22,5 +22,6 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ devins2518 ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "bunnyfetch";
|
||||
};
|
||||
}
|
||||
|
@ -45,5 +45,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fgaz evanjs ];
|
||||
homepage = "https://github.com/chubin/cheat.sh";
|
||||
mainProgram = "cht.sh";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Ancurio/colorpicker";
|
||||
maintainers = with maintainers; [ jb55 ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "colorpicker";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ elkowar ];
|
||||
mainProgram = "fet.sh";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -54,5 +54,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "fsearch";
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/qw3rtman/git-fire";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.swflint ];
|
||||
maintainers = with maintainers; [ swflint ];
|
||||
mainProgram = "git-fire";
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/raftario/licensor";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
mainProgram = "licensor";
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/Miserlou/Loop";
|
||||
maintainers = with maintainers; [ koral ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "loop";
|
||||
};
|
||||
}
|
||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
||||
description = "Rename multiple files using your $EDITOR";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zowoq ];
|
||||
mainProgram = "mmv";
|
||||
};
|
||||
}
|
||||
|
@ -25,5 +25,6 @@ buildGoModule rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ sifmelcara ];
|
||||
mainProgram = "powerline-go";
|
||||
};
|
||||
}
|
||||
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
platforms = platforms.all;
|
||||
badPlatforms = platforms.darwin;
|
||||
mainProgram = "sta";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/austinjones/tab-rs";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ bbigras ];
|
||||
mainProgram = "tab";
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,7 @@ stdenvNoCC.mkDerivation {
|
||||
description = "Batch-rename files using Vim";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.kmein ];
|
||||
maintainers = with maintainers; [ kmein ];
|
||||
mainProgram = "vimv";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user