Unverified Commit 7924a251 authored by Smaug123's avatar Smaug123
Browse files

dotnet: fix fetchDeps null handling

parent 0eeef5bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -227,8 +227,8 @@ stdenvNoCC.mkDerivation (args // {
        else
          ''$(mktemp -t "${pname}-deps-XXXXXX.nix")'';
      storeSrc = srcOnly args;
      projectFileStr = lib.escapeShellArg projectFiles;
      testProjectFileStr = lib.escapeShellArg testProjectFiles;
      projectFileStr = lib.escapeShellArgs projectFiles;
      testProjectFileStr = lib.escapeShellArgs testProjectFiles;
      path = lib.makeBinPath [
        coreutils
        runtimeShellPackage