mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
netbsd.libpci: init at 9.2
This commit is contained in:
parent
ce373ba234
commit
0a77e09a83
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user