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