Merge pull request #178536 from trofi/workaround-fno-common-for-gmtp

gmtp: apply -fcommon workaround for real

authored by Sergei Trofimovich and committed by GitHub c31c5834 1d581029

+1 -1
+1 -1
pkgs/applications/misc/gmtp/default.nix
··· 22 22 # ld: gmtp-preferences.o:src/main.h:72: multiple definition of 23 23 # `scrolledwindowMain'; gmtp-about.o:src/main.h:72: first defined here 24 24 # TODO: can be removed when 1.4.0 is released. 25 - #NIX_CFLAGS_COMPILE = "-fcommon"; 25 + NIX_CFLAGS_COMPILE = "-fcommon"; 26 26 27 27 preFixup = '' 28 28 gappsWrapperArgs+=(--add-flags "--datapath $out/share");