remove unnecessary whitespace

This commit is contained in:
chessai 2018-11-17 15:11:59 -05:00 committed by GitHub
parent 5b0f33a8ab
commit 88eb07017f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
sha256 = "0ywacqs3nncr2gpjjcz2yc9c6v4ifjssh0vb07h0qff06whqhdax";
};
preConfigure = ''
export PKG_CONFIG=${pkgconfig}/bin/pkg-config
export LIBXML2_CFLAGS="-I ${libxml2.dev}/include/libxml2"