Merge pull request #36366 from dtzWill/fix/kernel-header-asm-symlinks-remove

kernel-headers: remove deprecated and broken asm symlink fixups
This commit is contained in:
Will Dietz 2018-03-11 10:05:50 -05:00 committed by GitHub
commit 0e0143058e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -39,14 +39,6 @@ let
echo "${version}-default" > $out/include/config/kernel.release
'';
# !!! hacky
fixupPhase = ''
ln -s asm $out/include/asm-$platform
if test "$platform" = "i386" -o "$platform" = "x86_64"; then
ln -s asm $out/include/asm-x86
fi
'';
meta = with lib; {
description = "Header files and scripts for Linux kernel";
license = licenses.gpl2;