remove unnecessary whitespace
This commit is contained in:
parent
5b0f33a8ab
commit
88eb07017f
|
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0ywacqs3nncr2gpjjcz2yc9c6v4ifjssh0vb07h0qff06whqhdax";
|
sha256 = "0ywacqs3nncr2gpjjcz2yc9c6v4ifjssh0vb07h0qff06whqhdax";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export PKG_CONFIG=${pkgconfig}/bin/pkg-config
|
export PKG_CONFIG=${pkgconfig}/bin/pkg-config
|
||||||
export LIBXML2_CFLAGS="-I ${libxml2.dev}/include/libxml2"
|
export LIBXML2_CFLAGS="-I ${libxml2.dev}/include/libxml2"
|
||||||
|
|
Loading…
Reference in New Issue