linuxPackages: build by kernel's stdenv

wip/yesman
Vladimír Čunát 6 years ago
parent ae040525d8
commit 169216fe14
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/os-specific/linux/kernel/manual-config.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -82,7 +82,8 @@ let
(isModular || (config.isDisabled "FIRMWARE_IN_KERNEL"));
in (optionalAttrs isModular { outputs = [ "out" "dev" ]; }) // {
passthru = {
inherit version modDirVersion config kernelPatches configfile moduleBuildDependencies;
inherit version modDirVersion config kernelPatches configfile
moduleBuildDependencies stdenv;
};
inherit src;

@ -13052,6 +13052,7 @@ with pkgs;
callPackage = newScope self;
inherit kernel;
inherit (kernel) stdenv; # in particular, use the same compiler by default
acpi_call = callPackage ../os-specific/linux/acpi-call {};

Loading…
Cancel
Save