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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user