Merge pull request #246346 from yu-re-ka/fish-cross
nixos/fish: fix cross build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user