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: {
|
||||
inherit cc;
|
||||
|
||||
gcc = cc;
|
||||
|
||||
inherit (stage4.pkgs)
|
||||
@ -298,8 +296,8 @@ rec {
|
||||
attr acl paxctl zlib pcre;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
testBootstrapTools = let
|
||||
defaultPkgs = allPackages { inherit system platform; };
|
||||
in derivation {
|
||||
@ -310,7 +308,7 @@ rec {
|
||||
|
||||
buildCommand = ''
|
||||
export PATH=${bootstrapTools}/bin
|
||||
|
||||
|
||||
ls -l
|
||||
mkdir $out
|
||||
mkdir $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user