mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Fix settings patch for Isabelle
svn path=/nixpkgs/trunk/; revision=24951
This commit is contained in:
parent
b89881d098
commit
373fabf1c0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ diff -Naur Isabelle2009-1/etc/settings Isabelle2009-1-patched/etc/settings
|
|||
|
||||
# Poly/ML 5.x (automated settings)
|
||||
-POLY_HOME="$(type -p poly)"; [ -n "$POLY_HOME" ] && POLY_HOME="$(dirname "$POLY_HOME")"
|
||||
ML_PLATFORM=$("$ISABELLE_HOME/lib/scripts/polyml-platform")
|
||||
ML_PLATFORM="$ISABELLE_PLATFORM"
|
||||
-ML_HOME=$(choosefrom \
|
||||
- "$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM" \
|
||||
- "$ISABELLE_HOME/../polyml/$ML_PLATFORM" \
|
||||
|
|
Loading…
Reference in a new issue