sqsh: remove trailing whitespace in the Nix file

This commit is contained in:
John Wiegley 2015-01-06 08:41:42 -06:00 committed by Shea Levy
parent 19956bd328
commit fd26805059

View file

@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
export SYBASE=${freetds}
'';
buildInputs = [
freetds
buildInputs = [
freetds
readline
];