umr: fix llvm build
This commit is contained in:
parent
981170a368
commit
c07fad9b40
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "IwTkHEuJ82hngPjFVIihU2rSolLBqHxQTNsP8puYPaY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
nativeBuildInputs = [ cmake pkg-config llvmPackages.llvm.dev ];
|
||||
|
||||
buildInputs = [
|
||||
bash-completion
|
||||
|
|
Loading…
Reference in a new issue