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:
parent
da9f288dcd
commit
396b66da33
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ trivialBuild {
|
|||
inherit (llvmPackages.llvm) src version;
|
||||
|
||||
postUnpack = ''
|
||||
sourceRoot="$sourceRoot/utils/emacs"
|
||||
sourceRoot="$sourceRoot/llvm/utils/emacs"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue