llvm-mode: update src location

The directory structure of LLVM seems be handled differently in the
most recent checkout of nixpkgs.
This commit is contained in:
Brian Leung 2023-11-20 00:38:14 -08:00 committed by Anderson Torres
parent da9f288dcd
commit 396b66da33

View File

@ -7,7 +7,7 @@ trivialBuild {
inherit (llvmPackages.llvm) src version;
postUnpack = ''
sourceRoot="$sourceRoot/utils/emacs"
sourceRoot="$sourceRoot/llvm/utils/emacs"
'';
meta = {