Skip to content

Commit

Permalink
add libiconv to package inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 20, 2021
1 parent 16b31af commit e4514ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion default.nix
Expand Up @@ -3,5 +3,8 @@
let
naersk = pkgs.callPackage sources.naersk { };
gitignore = pkgs.callPackage sources.gitignore { };
in naersk.buildPackage (gitignore.gitignoreSource ./.)
in naersk.buildPackage {
root = (gitignore.gitignoreSource ./.);
buildInputs = [ pkgs.libiconv ];
}

0 comments on commit e4514ed

Please sign in to comment.