sqsh: remove trailing whitespace in the Nix file

This commit is contained in:
John Wiegley
2015-01-06 09:56:08 -05:00
committed by Shea Levy
parent 19956bd328
commit fd26805059
+2 -2
View File
@@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
export SYBASE=${freetds}
'';
buildInputs = [
freetds
buildInputs = [
freetds
readline
];