about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/7/llvm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/7/llvm.nix')
-rw-r--r--pkgs/development/compilers/llvm/7/llvm.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/7/llvm.nix b/pkgs/development/compilers/llvm/7/llvm.nix
index ea0a520dbd67..053d0372507d 100644
--- a/pkgs/development/compilers/llvm/7/llvm.nix
+++ b/pkgs/development/compilers/llvm/7/llvm.nix
@@ -160,6 +160,9 @@ in stdenv.mkDerivation (rec {
     make -C docs install
   '';
 
+  postPatch = null;
+  postInstall = null;
+
   outputs = [ "out" ];
 
   doCheck = false;