Merge pull request #69181 from delroth/zbar-qtbase
zbar: disable Qt assertions
This commit is contained in:
commit
5b80b9a7b4
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||||||
qtx11extras
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Disable assertions which include -dev QtBase file paths.
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--without-python"
|
"--without-python"
|
||||||
] ++ (if enableDbus then [
|
] ++ (if enableDbus then [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user