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
commit 5b80b9a7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 [