lyx: remove obsolete pkg-config hack
This commit is contained in:
parent
1f5b6a2f60
commit
d13bfc0c45
@ -18,11 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
hunspell makeWrapper # enchant
|
hunspell makeWrapper # enchant
|
||||||
];
|
];
|
||||||
|
|
||||||
# bogus configure script tests
|
|
||||||
preConfigure = ''
|
|
||||||
NIX_CFLAGS_COMPILE+=" $(pkg-config --cflags Qt5Core)"
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-qt5"
|
"--enable-qt5"
|
||||||
#"--without-included-boost"
|
#"--without-included-boost"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user