Skip to content

Commit 3766b74

Browse files
committed
Workaround for haskell/cabal#4593
1 parent 7088151 commit 3766b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tinc-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ if [ "$TINC_USE_NIX" = "yes" ]; then
3333
NAME=`sed -rn '/pname/ s/.*"(.*)";/\1/p' package.nix`
3434
nix-env -i "$NAME" -f default.nix
3535
else
36-
cabal install --prefix ~/.tinc
36+
cabal install --prefix ~/.tinc ${1:-}
3737
fi

0 commit comments

Comments
 (0)