about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/pkgs/libxo.nix
blob: a4882ea1970c380d8581419cb68705f23d157e28 (plain) (blame)
1
2
3
4
5
6
{ mkDerivation }:
mkDerivation {
  path = "lib/libxo";
  extraPaths = [ "contrib/libxo" ];
  MK_TESTS = "no";
}