summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-05-10 09:45:47 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-05-10 09:45:47 +0200
commit594a8859129863e62326980556e3b5a6ee5252cb (patch)
tree91631f16fd8d92bb4f3dae42cf34b5d4021f5a47 /pkgs/development/misc
parent680b33fe37d4b6fd0bd8fe596ed438c88bfb3637 (diff)
parentf4d69ad1f211b18f93d3b39d20d9d3c5a5b5fb71 (diff)
downloadnixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar.gz
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar.bz2
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar.lz
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar.xz
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.tar.zst
nixpkgs-594a8859129863e62326980556e3b5a6ee5252cb.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/umr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/umr/default.nix b/pkgs/development/misc/umr/default.nix
index 158cef2eed1..3dba51022d3 100644
--- a/pkgs/development/misc/umr/default.nix
+++ b/pkgs/development/misc/umr/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     sha256 = "IwTkHEuJ82hngPjFVIihU2rSolLBqHxQTNsP8puYPaY=";
   };
 
-  nativeBuildInputs = [ cmake pkg-config ];
+  nativeBuildInputs = [ cmake pkg-config llvmPackages.llvm.dev ];
 
   buildInputs = [
     bash-completion