core/pkgs/by-name/mu/musl-fts/packages.nix

9 lines
140 B
Nix
Raw Normal View History

2024-05-14 05:42:59 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
musl-fts = callPackage ./. { };
fts = if stdenv.hostPlatform.isMusl then musl-fts else null;
}