msbuild: fix usage of nuget

This commit is contained in:
mdarocha 2023-09-16 01:27:45 +02:00
parent 78dd0f1185
commit 30f3705c04

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, makeWrapper, glibcLocales, mono, dotnetPackages, unzip, dotnetCorePackages, writeText, roslyn }:
{ lib, stdenv, fetchurl, fetchpatch, makeWrapper, glibcLocales, mono, nuget, unzip, dotnetCorePackages, writeText, roslyn }:
let
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
dotnetPackages.Nuget
nuget
glibcLocales
];