kernel-headers: remove deprecated and broken asm symlink fixups

Discussion:
https://github.com/NixOS/nixpkgs/pull/36303
This commit is contained in:
Will Dietz 2018-03-05 19:44:30 -06:00
parent 0b455cec93
commit 3a40b33461

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;