summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-07-29 18:24:00 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-07-29 18:24:00 -0400
commit9d59a4df78af3c3d76f84319b40fc654ef186178 (patch)
tree81d1d06624a84e42dc63d21e8206a4800b96a8eb /pkgs/stdenv/linux
parente3a3abe560a143dde4b77176575d02ff32ffebcb (diff)
downloadnixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar.gz
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar.bz2
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar.lz
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar.xz
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.tar.zst
nixpkgs-9d59a4df78af3c3d76f84319b40fc654ef186178.zip
stdenv/common-path.nix: move to stdenv/generic/
Do this since it is part of the generic stdenv/`mkDerivation`
infrastructure, rather than being a bootstrapping strategy.
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 723ebf24fe5..f04d21e1c2f 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.