Skip to content

Commit

Permalink
fix for S4Vectors NixOS#2
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Apr 24, 2024
1 parent 62f3ef8 commit 1a042ed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/r-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ jobs:
run: |
sed -i '1518{
a\
S4Vectors = old.S4Vectors.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fpermissive";
};
});
S4Vectors = old.S4Vectors.overrideAttrs (attrs: {\
env = (attrs.env or { }) // {\
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fpermissive";\
};\
});\
}' pkgs/development/r-modules/default.nix
- name: Updating files
Expand Down

0 comments on commit 1a042ed

Please sign in to comment.