Merge pull request #69181 from delroth/zbar-qtbase

zbar: disable Qt assertions
This commit is contained in:
Jörg Thalheim
2019-09-21 08:43:25 +01:00
committed by GitHub

View File

@@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
qtx11extras
];
# Disable assertions which include -dev QtBase file paths.
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
configureFlags = [
"--without-python"
] ++ (if enableDbus then [