nixpkgs/pkgs/os-specific/bsd/openbsd
Artemis Tosini d48f526db3
openbsd.{compat,compatHook}: init
OpenBSD does not provide a compatibility library for running
build tools on other OSes, but we still need one.
`openbsd.compat` inspired by the `freebsd.compat` package and provides
a header-only compatibility layer that can be used across multiple
openbsd build packages. The source is included in the nixpkgs tree
because it functions similarly to per-package patches.

`openbsd.compatHook` provides a build hook that can be added into
`extraNativeBuildInputs` to include `compat` in the library search
path as a system library.
2024-11-12 20:27:58 +00:00
..
pkgs openbsd.{compat,compatHook}: init 2024-11-12 20:27:58 +00:00
default.nix Clean up cross bootstrapping 2024-09-06 10:26:56 -04:00