staged
This commit is contained in:
parent
f20ff92ba8
commit
b7ac282ab0
8 changed files with 51 additions and 24 deletions
|
|
@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses gettext ];
|
||||
nativeBuildInputs = with python3Packages; [ sphinx sphinx_rtd_theme ];
|
||||
buildInputs = [ncurses gettext];
|
||||
nativeBuildInputs = with python3Packages; [sphinx sphinx_rtd_theme];
|
||||
|
||||
preBuild = ''
|
||||
export FISH_BUILD_VERSION="${version}"
|
||||
|
|
@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
|
|||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "fish";
|
||||
maintainers = [ "Cobray" ];
|
||||
maintainers = ["Cobray"];
|
||||
};
|
||||
|
||||
passthru.shellPath = "/bin/fish";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue