summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.14.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-01-29 03:50:18 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-02-07 10:07:13 +0900
commitf620b1b693ec25af1aadcb0508710dc22e92453a (patch)
tree9b5260147aed77ad4e3696e1b0c400fbe95734fc /pkgs/os-specific/linux/kernel/linux-4.14.nix
parentd80057f245e65e5ef07ec7e488941ac3d4fc3ee3 (diff)
downloadnixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar.gz
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar.bz2
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar.lz
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar.xz
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.tar.zst
nixpkgs-f620b1b693ec25af1aadcb0508710dc22e92453a.zip
kernel: buildLinux replaces import ./generic.nix
- defined buildLinux as generic.nix instead of manual-config.nix. This
makes kernel derivations a tad more similar to your typical derivations.
- moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase
and make it easier to work on kernel source without running the unpackPhase
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.14.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.14.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix
index 413e3ea32dc..d4d4b3ff24e 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix
@@ -2,7 +2,7 @@
 
 with stdenv.lib;
 
-import ./generic.nix (args // rec {
+buildLinux (args // rec {
   version = "4.14.17";
 
   # branchVersion needs to be x.y