mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
freebsd.iconv: init
This commit is contained in:
parent
a749e42115
commit
34bca6f3ca
12
pkgs/os-specific/bsd/freebsd/pkgs/iconv.nix
Normal file
12
pkgs/os-specific/bsd/freebsd/pkgs/iconv.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libcapsicum,
|
||||
libcasper,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.bin/iconv";
|
||||
buildInputs = [
|
||||
libcapsicum
|
||||
libcasper
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user