Merge pull request #246346 from yu-re-ka/fish-cross

nixos/fish: fix cross build
This commit is contained in:
Nick Cao 2023-07-31 19:22:32 -06:00 committed by GitHub
commit 32e85db47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ let
babelfishTranslate = path: name:
pkgs.runCommandLocal "${name}.fish" {
nativeBuildInputs = [ pkgs.babelfish ];
} "${pkgs.babelfish}/bin/babelfish < ${path} > $out;";
} "babelfish < ${path} > $out;";
in