Skip to content

Commit

Permalink
req
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen authored Nov 16, 2021
1 parent f0be401 commit 80b0c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ in {
Linux = hsPkgs.projectCross.musl64.hsPkgs.ormolu.components.exes.ormolu;
macOS = pkgs.runCommand "ormolu-macOS" {
buildInputs = [ pkgs.macdylibbundler pkgs.removeReferencesTo ];
allowedRequisites = [];
} ''
mkdir -p $out/bin
cp ${ormoluExe}/bin/ormolu $out/bin/ormolu
Expand Down

0 comments on commit 80b0c0a

Please sign in to comment.