mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kernel-headers: remove deprecated and broken asm symlink fixups
Discussion: https://github.com/NixOS/nixpkgs/pull/36303
This commit is contained in:
parent
0b455cec93
commit
3a40b33461
1 changed files with 0 additions and 8 deletions
|
@ -39,14 +39,6 @@ let
|
||||||
echo "${version}-default" > $out/include/config/kernel.release
|
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; {
|
meta = with lib; {
|
||||||
description = "Header files and scripts for Linux kernel";
|
description = "Header files and scripts for Linux kernel";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
|
Loading…
Reference in a new issue