netbsd.libpci: init at 9.2

This commit is contained in:
Alyssa Ross 2023-01-12 21:06:06 +00:00
parent ce373ba234
commit 0a77e09a83
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -815,6 +815,16 @@ in makeScopeWithSplicing
meta.platforms = lib.platforms.netbsd;
};
libpci = mkDerivation {
pname = "libpci";
path = "lib/libpci";
version = "9.2";
sha256 = "+IOEO1Bw3/H3iCp3uk3bwsFZbvCqN5Ciz70irnPl8E8=";
NIX_CFLAGS_COMPILE = [ "-I." ];
meta.platforms = lib.platforms.netbsd;
extraPaths = with self; [ sys.src ];
};
libpthread-headers = mkDerivation {
pname = "libpthread-headers";
path = "lib/libpthread";