gmtp: apply -fcommon workaround for real

5c525e6db0 commit attempted t do it
but the variable setting was left commented out.
main
Sergei Trofimovich 2 years ago
parent a0edeb02ae
commit 6f5f69f11f
  1. 2
      pkgs/applications/misc/gmtp/default.nix

@ -22,7 +22,7 @@ stdenv.mkDerivation {
# ld: gmtp-preferences.o:src/main.h:72: multiple definition of
# `scrolledwindowMain'; gmtp-about.o:src/main.h:72: first defined here
# TODO: can be removed when 1.4.0 is released.
#NIX_CFLAGS_COMPILE = "-fcommon";
NIX_CFLAGS_COMPILE = "-fcommon";
preFixup = ''
gappsWrapperArgs+=(--add-flags "--datapath $out/share");

Loading…
Cancel
Save