about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix')
-rw-r--r--pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix b/pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix
new file mode 100644
index 0000000000000..42b956614c510
--- /dev/null
+++ b/pkgs/os-specific/bsd/freebsd/pkgs/sysctl.nix
@@ -0,0 +1,5 @@
+{ mkDerivation, ... }:
+mkDerivation {
+  path = "sbin/sysctl";
+  MK_TESTS = "no";
+}