Skip to content

Commit

Permalink
oops, forgot about libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent d81bec4 commit e13af7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Expand Up @@ -41,6 +41,10 @@
pkgs.rustPackages.clippy
pkgs.rustc
pkgs.rustfmt

# for some reason this is always needed when building Rust stuff, at
# least on macOS
pkgs.libiconv
];
};
});
Expand Down

0 comments on commit e13af7e

Please sign in to comment.