nixpkgs/pkgs/applications/misc/artha
Sergei Trofimovich 641a7dedef artha: 1.0.3 -> 1.0.5
Among other things fixes build against -fno-common toolchains
like clang-12:

    $ nix build --impure --expr 'with import ./.{}; artha.override { stdenv = clang12Stdenv; }' -L
    ...
    artha> ld: gui.o:/build/artha-1.0.3/src/./mod_notify.h:37:
      multiple definition of `notify_uninit';
        mod_notify.o:/build/artha-1.0.3/src/./mod_notify.h:37: first defined here
2022-01-16 17:12:35 +00:00
..
default.nix artha: 1.0.3 -> 1.0.5 2022-01-16 17:12:35 +00:00