2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-01 10:34:16 +00:00

msbuild: remove explicit phases

This commit is contained in:
David McFarland 2020-12-31 10:03:43 -04:00
parent af3c2a2f1c
commit d386cb4000

View File

@ -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