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
+1 -1
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