mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fix eval-release.nix evaluation
This commit is contained in:
parent
494ae5fbeb
commit
692ed0882a
@ -288,8 +288,6 @@ rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
overrides = pkgs: {
|
overrides = pkgs: {
|
||||||
inherit cc;
|
|
||||||
|
|
||||||
gcc = cc;
|
gcc = cc;
|
||||||
|
|
||||||
inherit (stage4.pkgs)
|
inherit (stage4.pkgs)
|
||||||
@ -298,8 +296,8 @@ rec {
|
|||||||
attr acl paxctl zlib pcre;
|
attr acl paxctl zlib pcre;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
testBootstrapTools = let
|
testBootstrapTools = let
|
||||||
defaultPkgs = allPackages { inherit system platform; };
|
defaultPkgs = allPackages { inherit system platform; };
|
||||||
in derivation {
|
in derivation {
|
||||||
@ -310,7 +308,7 @@ rec {
|
|||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
export PATH=${bootstrapTools}/bin
|
export PATH=${bootstrapTools}/bin
|
||||||
|
|
||||||
ls -l
|
ls -l
|
||||||
mkdir $out
|
mkdir $out
|
||||||
mkdir $out/bin
|
mkdir $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user