remove workaround for old bug #763078
This commit is contained in:
parent
098b33690e
commit
dfd6981785
1 changed files with 0 additions and 4 deletions
4
debian/cabal-wrapper
vendored
4
debian/cabal-wrapper
vendored
|
@ -13,8 +13,4 @@ set -e
|
||||||
HOME=$(mktemp -d)
|
HOME=$(mktemp -d)
|
||||||
export HOME
|
export HOME
|
||||||
|
|
||||||
# Temporary workaround for #763078
|
|
||||||
PATH=/usr/lib/llvm-3.4/bin:$PATH
|
|
||||||
export PATH
|
|
||||||
|
|
||||||
cabal "$@"
|
cabal "$@"
|
||||||
|
|
Loading…
Reference in a new issue