msbuild: remove explicit phases

This commit is contained in:
David McFarland
2021-03-09 13:37:37 -04:00
parent af3c2a2f1c
commit d386cb4000
@@ -32,9 +32,6 @@ stdenv.mkDerivation rec {
unzip
];
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=msbuild
phases = ["unpackPhase" "buildPhase" "installPhase" "installCheckPhase"];
# https://github.com/NixOS/nixpkgs/issues/38991
# bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
LOCALE_ARCHIVE = lib.optionalString stdenv.isLinux