Loading pkgs/build-support/src-only/tests.nix +21 −10 Original line number Diff line number Diff line { lib, runCommand, srcOnly, hello, Loading Loading @@ -32,7 +33,8 @@ let ; }; helloDrvSimpleSrc = srcOnly helloDrvSimple; helloDrvSimpleSrcFreeform = srcOnly { helloDrvSimpleSrcFreeform = srcOnly ( { inherit (helloDrvSimple) name pname Loading @@ -41,7 +43,16 @@ let patches stdenv ; }; } # __impureHostDeps get duplicated in helloDrvSimpleSrc (on darwin) # This is harmless, but fails the test for what is arguably an # unrelated non-problem, so we just work around it here. # The inclusion of __impureHostDeps really shouldn't be required, # and should be removed from this test. // lib.optionalAttrs (helloDrvSimple ? __impureHostDeps) { inherit (helloDrvSimple) __impureHostDeps; } ); in Loading Loading
pkgs/build-support/src-only/tests.nix +21 −10 Original line number Diff line number Diff line { lib, runCommand, srcOnly, hello, Loading Loading @@ -32,7 +33,8 @@ let ; }; helloDrvSimpleSrc = srcOnly helloDrvSimple; helloDrvSimpleSrcFreeform = srcOnly { helloDrvSimpleSrcFreeform = srcOnly ( { inherit (helloDrvSimple) name pname Loading @@ -41,7 +43,16 @@ let patches stdenv ; }; } # __impureHostDeps get duplicated in helloDrvSimpleSrc (on darwin) # This is harmless, but fails the test for what is arguably an # unrelated non-problem, so we just work around it here. # The inclusion of __impureHostDeps really shouldn't be required, # and should be removed from this test. // lib.optionalAttrs (helloDrvSimple ? __impureHostDeps) { inherit (helloDrvSimple) __impureHostDeps; } ); in Loading