rustc: add passthru.tests

we expect these to be built as part of rust version bumps
This commit is contained in:
zowoq 2022-08-23 11:10:09 +10:00
parent e39fab3adc
commit 9c26b06a5d

View File

@ -10,6 +10,9 @@
, version
, sha256
, patches ? []
, fd
, firefox
, thunderbird
}:
let
@ -184,6 +187,7 @@ in stdenv.mkDerivation rec {
passthru = {
llvm = llvmShared;
inherit llvmPackages;
tests = { inherit fd; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { inherit firefox thunderbird; };
};
meta = with lib; {