This commit is contained in:
alsaiduq-lab 2025-03-22 18:14:16 -06:00
parent f20ff92ba8
commit b7ac282ab0
8 changed files with 51 additions and 24 deletions

View file

@ -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";