Skip to content

Commit

Permalink
WIP fix for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Feb 28, 2024
1 parent 0bb2ff3 commit ba0a517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/oildev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ rec {
'';

postPatch = ''
patchShebangs asdl build core doctools frontend pyext oil_lang
patchShebangs asdl build core doctools frontend pyext oil_lang ysh
rm cpp/stdlib.h # keep modules from finding the wrong stdlib?
# work around hard parse failure documented in oilshell/oil#1468
substituteInPlace osh/cmd_parse.py --replace 'elif self.c_id == Id.Op_LParen' 'elif False'
Expand Down

0 comments on commit ba0a517

Please sign in to comment.