mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Also symlink the linux directory in kernel-headers.
svn path=/nixpkgs/trunk/; revision=6940
This commit is contained in:
parent
e8261201d8
commit
d0a18cf8fa
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ postInstall() {
|
|||
# asm directory of kernel-headers unreachable. So make symlinks
|
||||
# from the dietlibc asm to the kernel-headers asm.
|
||||
ln -s $kernelHeaders/include/asm/* $out/include/asm/ || true
|
||||
|
||||
# Idem for include/linux.
|
||||
ln -s $kernelHeaders/include/linux/* $out/include/linux/ || true
|
||||
}
|
||||
|
||||
genericBuild
|
||||
|
|
Loading…
Reference in a new issue