lyx: remove obsolete pkg-config hack
This commit is contained in:
parent
1f5b6a2f60
commit
d13bfc0c45
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue