lyx: remove obsolete pkg-config hack

This commit is contained in:
Thomas Tuegel
2017-10-24 06:41:20 -05:00
parent 1f5b6a2f60
commit d13bfc0c45

View File

@@ -18,11 +18,6 @@ stdenv.mkDerivation rec {
hunspell makeWrapper # enchant
];
# bogus configure script tests
preConfigure = ''
NIX_CFLAGS_COMPILE+=" $(pkg-config --cflags Qt5Core)"
'';
configureFlags = [
"--enable-qt5"
#"--without-included-boost"