mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
freebsd.truss: init
This commit is contained in:
parent
352259d523
commit
7627bc4be2
5
pkgs/os-specific/bsd/freebsd/pkgs/truss.nix
Normal file
5
pkgs/os-specific/bsd/freebsd/pkgs/truss.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ mkDerivation, libsysdecode }:
|
||||
mkDerivation {
|
||||
path = "usr.bin/truss";
|
||||
buildInputs = [ libsysdecode ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user