aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/llvm/7/llvm.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-12-22 12:49:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-12-22 12:55:05 +0100
commit1b146a8c6f55b23981c3817d8346f95bb3a799fe (patch)
tree5db2259e12241199731aad3a890fc23717742eaf /pkgs/development/compilers/llvm/7/llvm.nix
parent0a2efa121d7b3a291baa04c0abcd8e7d1c7a419f (diff)
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
Diffstat (limited to 'pkgs/development/compilers/llvm/7/llvm.nix')
-rw-r--r--pkgs/development/compilers/llvm/7/llvm.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/compilers/llvm/7/llvm.nix b/pkgs/development/compilers/llvm/7/llvm.nix
index d085f3af0eab..2ef6b147214c 100644
--- a/pkgs/development/compilers/llvm/7/llvm.nix
+++ b/pkgs/development/compilers/llvm/7/llvm.nix
@@ -110,12 +110,6 @@ in stdenv.mkDerivation (rec {
postBuild = ''
rm -fR $out
-
- paxmark m bin/{lli,llvm-rtdyld}
- paxmark m unittests/ExecutionEngine/MCJIT/MCJITTests
- paxmark m unittests/ExecutionEngine/Orc/OrcJITTests
- paxmark m unittests/Support/SupportTests
- paxmark m bin/lli-child-target
'';
preCheck = ''