nixpkgs/pkgs/applications/audio/wavegain
Sergei Trofimovich bfe000d668 wavegain: pull upstream fix for -fno-common toolchains
Without the change the build fails on clang and upstream gcc as:

    $ nix build --impure --expr 'with import ./.{}; wavegain.override { stdenv = clang12Stdenv; }' -L
    ...
    ld: /build/main-51a0e2.o:(.bss+0x310): multiple definition of `file_formats';
      /build/audio-d7ad83.o:(.bss+0x8): first defined here
    ld: /build/wavegain-ea60c8.o:(.bss+0x140): multiple definition of `file_formats';
      /build/audio-d7ad83.o:(.bss+0x8): first defined here
2021-12-19 09:51:33 +00:00
..
default.nix wavegain: pull upstream fix for -fno-common toolchains 2021-12-19 09:51:33 +00:00