Skip to content

Commit

Permalink
mosml: pass -fpermissive to C compiler (NixOS#370050)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Jan 2, 2025
2 parents 2900ca1 + 27a515f commit 71557af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/mo/mosml/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"CC=${stdenv.cc.targetPrefix}cc"
];

env.NIX_CFLAGS_COMPILE = "-fpermissive";

src = fetchFromGitHub {
owner = "kfl";
repo = "mosml";
Expand Down

0 comments on commit 71557af

Please sign in to comment.