Commit 7720124f 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.

(cherry picked from commit f4f2c01d4beac3bca8a710a8c6aa0159d4d879cc)
parent 60b54d3c
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 = {