Skip to content

Commit

Permalink
Small tweaks to make cargo build work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
plcplc committed Sep 11, 2023
1 parent 0a8ff07 commit 80fceaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
buildInputs = pkgs.lib.optionals pkgs.stdenv.isDarwin [
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.libiconv
]

++ pkgs.lib.optionals pkgs.stdenv.isLinux [
pkgs.pkg-config
pkgs.openssl
];
};

Expand Down

0 comments on commit 80fceaf

Please sign in to comment.