mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
netbsd: install db.h to compat
This commit is contained in:
parent
a026242e4a
commit
4539f1f2f7
@ -196,6 +196,7 @@ let
|
||||
install -D $NETBSDSRCDIR/sys/sys/sha1.h $out/include/sha1.h
|
||||
install -D $NETBSDSRCDIR/sys/sys/sha2.h $out/include/sha2.h
|
||||
install -D $NETBSDSRCDIR/include/vis.h $out/include/vis.h
|
||||
install -D $NETBSDSRCDIR/include/db.h $out/include/db.h
|
||||
'';
|
||||
extraPaths = [ libc.src libutil.src
|
||||
(fetchNetBSD "include" "7.1.2" "1vc58xrhrp202biiv1chhlh0jwnjr7k3qq91pm46k6v5j95j0qwp")
|
||||
|
Loading…
Reference in New Issue
Block a user