tests.stdenv: migrate tests-stdenv-gcc-stageCompare from all-packages

This commit is contained in:
jopejoe1
2026-01-16 20:31:57 +01:00
parent d0f58c54f2
commit 9e568d613d
4 changed files with 9 additions and 5 deletions
+6 -2
View File
@@ -110,8 +110,12 @@ rec {
subversion
tarball
vim
tests-stdenv-gcc-stageCompare
;
tests.stdenv = {
inherit (nixpkgs'.tests.stdenv)
tests-stdenv-gcc-stageCompare
;
};
};
tested =
@@ -163,7 +167,7 @@ rec {
"nixos.tests.proxy"
"nixos.tests.simple"
"nixpkgs.jdk"
"nixpkgs.tests-stdenv-gcc-stageCompare"
"nixpkgs.tetsts.stdenv.tests-stdenv-gcc-stageCompare"
"nixpkgs.opensshTest"
])
];
+2
View File
@@ -452,6 +452,8 @@ in
stdenv' = bootStdenv;
};
tests-stdenv-gcc-stageCompare = pkgs.callPackage ./gcc-stageCompare.nix { };
ensure-no-execve-in-setup-sh =
derivation {
name = "ensure-no-execve-in-setup-sh";
-2
View File
@@ -11825,8 +11825,6 @@ with pkgs;
twmn = libsForQt5.callPackage ../applications/misc/twmn { };
tests-stdenv-gcc-stageCompare = callPackage ../test/stdenv/gcc-stageCompare.nix { };
twinkle = qt5.callPackage ../applications/networking/instant-messengers/twinkle { };
linphonePackages = recurseIntoAttrs (
+1 -1
View File
@@ -175,5 +175,5 @@ in
xfsprogs = linux;
xkeyboard_config = linux;
zip = all;
tests-stdenv-gcc-stageCompare = linux;
tests.stdenv.tests-stdenv-gcc-stageCompare = linux;
})