summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-08-01 14:37:42 +0200
committerGitHub <noreply@github.com>2022-08-01 14:37:42 +0200
commit12a060dbbccda94940fc3385bc94e53b33eceab1 (patch)
tree5290883c6a27d828397761c0f206458c6af96503 /pkgs/stdenv/linux
parent91cbe3e32ba85e960149f96ef4661571033f6e3d (diff)
parent650380ca0b1509cff4ec1ba4daa78357388fecee (diff)
downloadnixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar.gz
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar.bz2
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar.lz
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar.xz
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.tar.zst
nixpkgs-12a060dbbccda94940fc3385bc94e53b33eceab1.zip
Merge pull request #183967 from Ericson2314/small-stdenv-cleanup
stdenv: Two small cleanups
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index ff9602722bf..7c0209b33ae 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -397,7 +397,7 @@ in
       preHook = commonPreHook;
 
       initialPath =
-        ((import ../common-path.nix) {pkgs = prevStage;});
+        ((import ../generic/common-path.nix) {pkgs = prevStage;});
 
       extraNativeBuildInputs = [ prevStage.patchelf ] ++
         # Many tarballs come with obsolete config.sub/config.guess that don't recognize aarch64.