Skip to content

Commit 4e5ba7e

Browse files
committed
dotnet: include sdk name in test names
1 parent 3cc7177 commit 4e5ba7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/compilers/dotnet/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
104104
let
105105
sdk = finalAttrs.finalPackage;
106106
built = stdenv.mkDerivation {
107-
name = "dotnet-test-${name}";
107+
name = "${sdk.name}-test-${name}";
108108
buildInputs = [ sdk ] ++ buildInputs ++ lib.optional (usePackageSource) sdk.packages;
109109
# make sure ICU works in a sandbox
110110
propagatedSandboxProfile = toString sdk.__propagatedSandboxProfile;

0 commit comments

Comments
 (0)