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
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

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"