Commit 396b66da authored by Brian Leung's avatar Brian Leung Committed by Anderson Torres
Browse files

llvm-mode: update src location

The directory structure of LLVM seems be handled differently in the
most recent checkout of nixpkgs.
parent da9f288d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ trivialBuild {
  inherit (llvmPackages.llvm) src version;

  postUnpack = ''
    sourceRoot="$sourceRoot/utils/emacs"
    sourceRoot="$sourceRoot/llvm/utils/emacs"
  '';

  meta = {