summary refs log tree commit diff
path: root/pkgs/development/compilers/ispc
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2018-05-22 18:06:02 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-23 00:27:30 -0400
commit07d73c4ab065ad0a06551b39cc6d1c7a874a6913 (patch)
treef86dc7112e39030771d875952a9d9f31a97bc5e5 /pkgs/development/compilers/ispc
parent9530d717253575b471d8136eee42f721b0c21bdb (diff)
downloadnixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar.gz
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar.bz2
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar.lz
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar.xz
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.tar.zst
nixpkgs-07d73c4ab065ad0a06551b39cc6d1c7a874a6913.zip
clangSelf, clangWrapSelf, llvmPackagesSelf: Remove this unused thing
It's old old LLVM built with new LLVM. How useless.
Diffstat (limited to 'pkgs/development/compilers/ispc')
-rw-r--r--pkgs/development/compilers/ispc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ispc/default.nix b/pkgs/development/compilers/ispc/default.nix
index 62fa578cef6..0fe9c8d3765 100644
--- a/pkgs/development/compilers/ispc/default.nix
+++ b/pkgs/development/compilers/ispc/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages, clangWrapSelf,
+{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages,
 testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
 }: