Merge pull request #172141 from trofi/workaround-fno-common-for-gqview

gqview: add -fcommon workaround
This commit is contained in:
Sandro 2022-05-09 12:06:51 +02:00 committed by GitHub
commit 94d02e4e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = "-fcommon";
NIX_LDFLAGS = "-lm";
meta = with lib; {