From 45cd41de23593be4ab1da45546b883ef14f3e596 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 27 Feb 2022 20:25:20 +0100 Subject: [PATCH] llvmPackages_{git,14}: Replace tabs in lld/default.nix This fixes a CI warning [0]: Run cat "$HOME/changed_files" | xargs -r editorconfig-checker -disable-indent-size pkgs/development/compilers/llvm/14/lld/default.nix: 28: Wrong indent style found (tabs instead of spaces) 29: Wrong indent style found (tabs instead of spaces) 30: Wrong indent style found (tabs instead of spaces) [0]: https://github.com/NixOS/nixpkgs/runs/5351700772 --- pkgs/development/compilers/llvm/14/lld/default.nix | 6 +++--- pkgs/development/compilers/llvm/git/lld/default.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/compilers/llvm/14/lld/default.nix b/pkgs/development/compilers/llvm/14/lld/default.nix index cdd2f5f0fa7f..fe655c761129 100644 --- a/pkgs/development/compilers/llvm/14/lld/default.nix +++ b/pkgs/development/compilers/llvm/14/lld/default.nix @@ -25,9 +25,9 @@ stdenv.mkDerivation rec { patches = [ ./gnu-install-dirs.patch - # On Darwin the llvm-config is perhaps not working fine as the - # LLVM_MAIN_SRC_DIR is not getting set correctly, and the build fails as - # the include path is not correct. + # On Darwin the llvm-config is perhaps not working fine as the + # LLVM_MAIN_SRC_DIR is not getting set correctly, and the build fails as + # the include path is not correct. ./fix-root-src-dir.patch ]; diff --git a/pkgs/development/compilers/llvm/git/lld/default.nix b/pkgs/development/compilers/llvm/git/lld/default.nix index cdd2f5f0fa7f..fe655c761129 100644 --- a/pkgs/development/compilers/llvm/git/lld/default.nix +++ b/pkgs/development/compilers/llvm/git/lld/default.nix @@ -25,9 +25,9 @@ stdenv.mkDerivation rec { patches = [ ./gnu-install-dirs.patch - # On Darwin the llvm-config is perhaps not working fine as the - # LLVM_MAIN_SRC_DIR is not getting set correctly, and the build fails as - # the include path is not correct. + # On Darwin the llvm-config is perhaps not working fine as the + # LLVM_MAIN_SRC_DIR is not getting set correctly, and the build fails as + # the include path is not correct. ./fix-root-src-dir.patch ];