summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-18 14:35:21 -0500
committerWill Dietz <w@wdtz.org>2018-09-23 13:30:16 -0500
commitb7692f5be5ac9d08dbf6575b8e8678037678ca14 (patch)
tree6e14de3d6cab2ac12af9ca32c81229a5aaa0b7e3 /pkgs/development
parentbb110d80fc7bbc06fd71bfa1122c016f14f43394 (diff)
downloadnixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar.gz
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar.bz2
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar.lz
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar.xz
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.tar.zst
nixlib-b7692f5be5ac9d08dbf6575b8e8678037678ca14.zip
llvm7: patch test shebang (otherwise test fails)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/llvm/7/llvm.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/7/llvm.nix b/pkgs/development/compilers/llvm/7/llvm.nix
index 327647a7e72a..ea0a520dbd67 100644
--- a/pkgs/development/compilers/llvm/7/llvm.nix
+++ b/pkgs/development/compilers/llvm/7/llvm.nix
@@ -59,6 +59,8 @@ in stdenv.mkDerivation (rec {
     substituteInPlace unittests/Support/CMakeLists.txt \
       --replace "add_subdirectory(DynamicLibrary)" ""
     rm unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
+  '' + ''
+    patchShebangs test/BugPoint/compile-custom.ll.py
   '';
 
   # hacky fix: created binaries need to be run before installation