mathematica package patchPhase does not like set -e

wip/yesman
Aristid Breitkreuz 9 years ago
parent 56dc9789aa
commit 158e4ffd9c
  1. 2
      pkgs/applications/science/math/mathematica/default.nix

@ -96,6 +96,8 @@ stdenv.mkDerivation rec {
preFixup = ''
echo "=== PatchElfing away ==="
# This code should be a bit forgiving of errors, unfortunately
set +e
find $out/libexec/Mathematica/SystemFiles -type f -perm -0100 | while read f; do
type=$(readelf -h "$f" 2>/dev/null | grep 'Type:' | sed -e 's/ *Type: *\([A-Z]*\) (.*/\1/')
if [ -z "$type" ]; then

Loading…
Cancel
Save